Motion Control and Motor Drives

cancel
Showing results for 
Search instead for 
Did you mean: 

How to establish conection between motion controller and Labview?

How to implement .dll functions of motion cotroller driver in Labview environment?
I would like to establish connection between mm4006 motion controller and PC(by RS232 port).
0 Kudos
Message 1 of 2
(3,224 Views)
You can call any function in a dll from LabVIEW by using a Call Library node. Alternatively, you can use VISA to write and read messages directly from the serial port.
Message 2 of 2
(3,224 Views)