I want to move my stepper in a reciprocating motion (45 degrees to -45 degrees) While simultaneously measuring data through a DAQ. I have my DAQ sampling frequency set to 600[hz] Currently I'm running the stepper in a loop something like this motor.setTargetPosition(45) while motor.getismoving(): ac...