Advanced Search

Search Results (Searched for: )

  • jmelson
  • jmelson
28 Mar 2025 16:12
Replied by jmelson on topic What is Planet CNC?

What is Planet CNC?

Category: Driver Boards

Thanks, I did not find that page! Gives me a better idea what they are doing. Seems to be step/dir centric control.
Jon
  • tommylight
  • tommylight's Avatar
28 Mar 2025 16:00
Replied by tommylight on topic What is Planet CNC?

What is Planet CNC?

Category: Driver Boards

There is plenty of info there, and i do not think they use/work with LinuxCNC as the controllers use USB
shop.planet-cnc.com/product-category/controllers/
  • looping
  • looping
28 Mar 2025 15:43
Replied by looping on topic QTDragon_hd won't display a larger file.

QTDragon_hd won't display a larger file.

Category: Qtvcp

Fyi: Asus En6600gt
  • jmelson
  • jmelson
28 Mar 2025 15:13 - 28 Mar 2025 15:13
What is Planet CNC? was created by jmelson

What is Planet CNC?

Category: Driver Boards

A guy from Norway asked me about a CNC retrofit.  He wants to use planet CNC - I had never heard of it, but it LOOKS like it might be using parts of LinuxCNC, possibly.  Anyone know?  It seems to be multi-platform, but the web page is REALLY thin on details.
Thanks,
Jon
  • Aciera
  • Aciera's Avatar
28 Mar 2025 15:03
Replied by Aciera on topic scurve trajectory planner

scurve trajectory planner

Category: General LinuxCNC Questions

I did a quick test on my non-rt installation running 'cmake/nc_files/fillet/square_100x100_P5.ngc'.
1. it seems that inital deceleration and final acceleration along the fillet do not respect max_acceleration settings (50 for x in my case)
2. there seem to be acceleration spikes while traversing the fillet

Below is the captured accelerations for X and Y for the first corner of the rectangle:

 
  • tommylight
  • tommylight's Avatar
28 Mar 2025 15:01
Replied by tommylight on topic bandit controller retrofit

bandit controller retrofit

Category: General LinuxCNC Questions

I know they are 6-wire, but perhaps they are 8-wire internally.

They always are 8 wire inside, they all have 4 windings inside, they all have 50 magnetic de-tents inside, making it 200 steps per revolution. There are same types with 400 steps per revolution, meaning 0.9 degree per step instead of the usual 1.8 degree per step.
There are also 3 phase and 5 phase stepper motors, Vexta had some nice videos explaining all the types and versions on youtube.
  • Routerworks
  • Routerworks
28 Mar 2025 14:23
Replied by Routerworks on topic Need help setting up XYYZA for stepper motors

Need help setting up XYYZA for stepper motors

Category: General LinuxCNC Questions

Many thanks to both.  Good catch 16, 17 not 016, 017.  That eliminated that problem then it said pin 16 was already in use.  I ommitted the "spindle out pin 16 and 17" then it worked.  
4th Axis Mill opened up.
Can't find control for the A axis and some of the other directional keys have been switched around.  Where would I correct them.
Mandy, Many, Many thanks,

Routerworks
  • GA1991
  • GA1991
28 Mar 2025 14:22

Possible retrofit of a Körner Magic550 CNC Machine

Category: CNC Machines

We've recently suffered a problem on our DMG CTX 310, with an error on the HSCI bus. Had to change the PLC I/O board, which is not cheap.
Finding a generic drive for those servos might be a problem. If I were you I'd toss the Heidenhain stuff, make some servo motor mounting adapters and just get new servo+drive sets.
I worked on a project with some Leadshine EL7-EC servos and drives through EtherCAT (although not with LinuxCNC, but they could easily be integrated) and can recommend them. Very smooth motion, quick integration and easy tuning. I also used a Mesa 5i25 + 7i76 on another project and the Leadshine EL6/EL7-RS should work just as fine through Step/Dir.
Motors are compatible with both series (23-bit encoder). Big pluses of EL7-EC vs. EL6/EL7-RS is (to me) STO. Both series are relatively inexpensive.


 
  • PCW
  • PCW's Avatar
28 Mar 2025 14:20
Replied by PCW on topic Encoder on 7i95t

Encoder on 7i95t

Category: General LinuxCNC Questions

delete the red text

and change lines like

net joint-0-pos-fb <= hm2_[MESA](BOARD).0.stepgen.00.position-fb

to net joint-0-pos-fb <= hm2_[MESA](BOARD).0.encoder.00.position

If you want encoder feedback (closed loop) rather than stepgen feedback (open loop)





# position command and feedback
net joint-0-pos-cmd <= joint.0.motor-pos-cmd
net joint-0-pos-cmd => pid.x.command

net joint-0-pos-fb <= hm2_[MESA](BOARD).0.stepgen.00.position-fb
net joint-0-pos-fb => joint.0.motor-pos-fb
net joint-0-pos-fb => pid.x.feedback

# PID Output
net joint.0.output <= pid.x.output
net joint.0.output => hm2_[MESA](BOARD).0.stepgen.00.velocity-cmd

# ENOCODER
setp hm2_[MESA](BOARD).0.encoder.00.counter-mode 0
setp hm2_[MESA](BOARD).0.encoder.00.filter 1
setp hm2_[MESA](BOARD).0.encoder.00.index-invert 0
setp hm2_[MESA](BOARD).0.encoder.00.index-mask 0
setp hm2_[MESA](BOARD).0.encoder.00.index-mask-invert 0
setp hm2_[MESA](BOARD).0.encoder.00.scale [JOINT_0](ENCODER_SCALE)

net x-pos-fb <= hm2_[MESA](BOARD).0.encoder.00.position
net x-vel-fb <= hm2_[MESA](BOARD).0.encoder.00.velocity
net x-pos-fb => joint.0.motor-pos-fb
net x-index-enable joint.0.index-enable <=> hm2_[MESA](BOARD).0.encoder.00.in
net x-pos-rawcounts <= hm2_[MESA](BOARD).0.encoder.00.rawcounts

# Home
net home-x => joint.0.home-sw-in
net x-neg-limit => joint.0.neg-lim-sw-in
net x-pos-limit => joint.0.pos-lim-sw-in
Displaying 17686 - 17694 out of 17694 results.
Time to create page: 1.943 seconds
Powered by Kunena Forum