06-26-2014 10:29 AM
I'm just starting LabView and still am stuck on motor control methods. How do I set the angle or position to which the motor will move (or turn in the case of MoveAbsoluteRot), and can I set the velocity getting there? All help is appreciated.
Solved! Go to Solution.
06-26-2014 10:42 AM
06-26-2014 10:46 AM
Even though it's part of LabView's sort of syntax?
06-26-2014 10:52 AM
Command syntax/protocal is set by the manufacturer. In this case, LabVIEW is merely acting as a tool for you to pass those messages. What messages you use and what values are entered depend entirely on the product you are using.
Some systems accept string messages over RS232 or GPIB, others may require DLL function calls. We can't really tell you how to do it if you can't tell us what is required.
06-26-2014 10:57 AM
I only know that the Thorlabs equipment that I'm trying to automate is controlled through APT software to something related to LabView's ActiveX functions. I realyy have no idea how the softwares interact because it already somewhat works, what I am trying to determine is how to make programs specific to their hardware, which involves specific moving functions on which I cannot find any info.
06-26-2014 11:00 AM