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).
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.