Category: Off Topic and Test Posts
Hi,
I am trying to understand the Nema 23 closed loop CL57T driver. I have zero knowledge of CNC and stepper motors. I am learning with the objective of building my own CNC.
The manual for the driver:
www.omc-stepperonline.com/download/CL57T_V4.0.pdf
The factory setting for the Microstep Switches are:
SW1 = ON, SW2 = OFF, SW3 = ON, SW4 = ON
This "Microstep 8" factory setting requires 1600 pulses per revolution. In my Python program, if I send in 1600 pulses the motor makes one revolution: I just observed that by eyes only.
When I set the switches to "Microstep 1": SW1 = ON, SW2 = ON, SW3 = ON, SW4 = ON
Then I send in 200 pulses and the motor makes one revolution: but it runs very fast compared to "Microstep 8".
I understand the relationship between switches and pulses. PLEASE HELP WITH THE QUESTIONS:
- When we use this motor and this driver with LinuxCNC, how do we set the Microstep Switches?
- Must all drivers' Microstep Switches be set the same?
Please pardon me if the questions are ignorant, all I have currently is LinuxCNC installed for Raspberry Pi 4B. I don't have any other relevant hardware, so I can't try anything yet. I am just trying to understand the basics.
I've attempted some settings, I have a video showing the speed at different pulses:
Thank you and best regards,
...behai.