04-24-2017 11:02 AM
Well, you have no clock p0.1 is high all the time so you will get no steps. Why you are toggling MS1 at 6.25 Hz is beyond my understanding I would typically expect MS1 and MS2 (which set how may steps per clock) to be constant. what you are doing is Toggling between 1/4 step and full step per clock.
Try data Like This
see attached
04-24-2017 11:14 AM
Running my program using your control, doesn't send a clock signal to the motor which is necessary in order for it to move. According to some trial and error, I wasn't toggling MS1, but rather CLOCK. That's just what I've seen based upon the attempts I've had in trying to get this to work. I'm confused as well as to why it seems to be that way.
I've only been able to send a clock signal from the driver to the motor by inputting a digital waveform directly to the DAQmx write function
04-24-2017 12:23 PM
Whoops I'm invrse line 0:4 for 4:0
Sorry about that