06-09-2011 04:34 PM
Hi,
I am currently using UNIDEX 100 motion controller to control aerotech translational motor. The control input is through LabView. The manual for UNIDEX 100 which was written for WINDOWS 95/98 suggests using MS-DOS editor commands. I was wondering if anyone knew how to use Labview to test connection between the controller and the computer running the LabView Software, and basic control commands for LabView.
Please help!
Thank you.
Il
06-10-2011 03:21 AM
Hi,
just a suggestion (maybe I'm wrong) you can send dos-commands with Labview, why don't you use this method ?
Best regards,
06-10-2011 09:37 AM
possibly answered via this upconvert request: http://forums.ni.com/t5/LabVIEW/Upconvert-VI-Requests/m-p/1590054#M580086
06-10-2011 05:29 PM
Hi ijkim,
The System Exec VI can be used to send Windows commands from LabVIEW. You can read about the basics of this here. To use a DOS command, make sure to include cmd /c before the command.
Does that sound like something that would work for you?