LinuxCnc with Copley controls-Stepnet ST3-055-04?
Its connected through a serial port. The type of serial port is the RS - 232 port.
In that case it would need configuring to step/dir mode. It looks to be in some sort of serial mode.
Please Log in or Create an account to join the conversation.
Alright! I seem to have finally figured out how to do that and it should be done.
What will be the next step/steps to be done after configuring the step/dir mode?
Please Log in or Create an account to join the conversation.
What will be the next step/steps to be done after configuring the step/dir mode?
Wire it up to LinuxCNC then start stepconf and configure it.
Please Log in or Create an account to join the conversation.
Why is it important for the drive to be setup to take step/dir input?
What are the other modes/configurations that are usually used?
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
- Posts: 5008
- Thank you received: 1441
Here is how I understand them.
1. Step/direction: wich is two signals from the control, one tells the drive to take a step and the other tells it wich way to go.
2. Step+/- wich is two signals, one tells the drive to step one way, the other steps in the other direction. (I am not sure of the propper name for this format)
3. Analog control: usually +voltage moves one way - goes the other way (how much determins how fast or how much force)
#1 and #3 are by far the most common.
What is important is thay you know what type of signal your drive needs, and thay you set up the contorl to provide that signal. Also within each type of signal format there are details that need to be paid attention to, such as minimum times between steps and signal changes, differential vs single ended signals, voltages...
Please Log in or Create an account to join the conversation.
That is a scheme which can be easily produced digitally.Why is it important for the drive to be setup to take step/dir input?
Quadrature is slightly better, as it happens, but I don't recall seeing any drives that work that way.
quoteWhat are the other modes/configurations that are usually used?[/quote]
I guess it is currently running under serial port control, where numerical values are sent for target position and speed.
As far as I know LinuxCNC doesn't have any real-time access to the Serial Port. I guess you could write a driver, but I don't know how well it would work.
Please Log in or Create an account to join the conversation.
Will these boards be configured to work with Linux CNC?
Link for the board - 3 Axis TB6560 CNC Stepper Motor Driver Board Controller
www.ebay.com/itm/3-Axis-TB6560-CNC-Stepp...roller-/270549461424
Please Log in or Create an account to join the conversation.
Yes. In fact one of those was the first thing I used with LinuxCNCCan the TB6560 Stepper Driver boards be used for the stage that i have?
Will these boards be configured to work with Linux CNC?
Please Log in or Create an account to join the conversation.
Another general question.....
whats the difference in spped between a serial port and parallel prt connection?
because the preferred mode of communication for linux cnc or any cnc controller is parallel port.......
why is that?
Please Log in or Create an account to join the conversation.
They are different rings. In effect the serial port only has one output pin and one input pin. The Parallel port has 17 individually-controllable pins.whats the difference in spped between a serial port and parallel prt connection?
Oh no, the Parallel port is far from the preferred means of communication. PCI is far superior. (As was ISA)because the preferred mode of communication for linux cnc or any cnc controller is parallel port.......
However, the parallel port is controllable in real-time. The Serial port (and USB ports) have buffering hardware and don't necessarily send the data quite when told to do so.
Please Log in or Create an account to join the conversation.