i have an alpha step rotary motor from Oriental Motors. In hyperterminal I am able to fully control the motor. Sample code would be as follows:
edit test %created program name "test"
dis=1000 %sets the number of steps to move
mi %tells motor to rotate by specified number of steps
end %indicates end of program
In order to exit the programming mode I press Esc, the syntax is checked, and the code is uploaded into the driver, which controls the motor. "Run test" can be typed to execute the program at any time.
The problem arises in Labview and sending serial commands to the driver. As with the sample program above, I am able to add all the lines of code, but I don't know how to exit the programming mode within Labview in order to save it.