I'm trying to use LabVIEW to send ASCII commands to a MDrive 23 stepper motor controller. This was previously done with a WinBatch system and the wwser4i.dll.
In LabVIEW however, my problem is that I need to work on the ASCII command application and would like to get away from the serial port control structure because I know its already been done many times.
Trying to find a plug in serial read and write aleays leads me into the bowels of the serial port control. I consider myself a novice to LabVIEW and would like (impatiently) to move on to this application.
What is needed is to send simple (mostly text) sequences like "VM" (set velocity max) , "A" (set acceleration) and extended commands like "SL -8000" (slew backwards 8000 steps) and "PR V" (print current velocity on the default printer).
This seems like such a simple application and I have no problem using case structures to provide the commands and print the ocassional responses. However, back to the serial port, Is there a simple complete VI that will allow me to plug into my application to the serial port?
Thanks