Hi Karthik - The physical connections made between your UMI-7774 and servo drive will be entirely dependent on which inputs are necessary for the drive to function. There is no standard for these connections, so each application will differ. I recommend that you refer to the drive's user manual to see which inputs are required. Typically--but not always--a servo system will require the following signals on the Control connector of the UMI-7774:- Analog Output (output to drive)
- Enable (output)
- Fault (input from drive)
In addition, since a servomotor system is necessarily closed-loop, you'll have to connect the encoder or analog feedback signals so the controller can use this input.The user manual for your UMI-7774 can be found on the following page:<a href="
http://digital.ni.com/manuals.nsf/websearch/0566F767D5E10AAA86256EA0006ECFBB" target="_blank"> National Instruments Universal Motion Interface (UMI)-7774/7772 User Manual</a> To perform a move in MAX, you will first need to tune the system's control loop. This can be a very rigorous and iterative process. Advice for adjusting the tuning constants on your controller can be found here:<a href="
http://zone.ni.com/devzone/conceptd.nsf/webmain/4B7775373E4AE64986256B6000691505" target="_blank"> Understanding Servo Tune</a> Once the system is connected, configured, and tuned, you can perform simple test moves in MAX using the 1-D Interactive interface. Simply specify the type of command you want to give in the "Operation Mode" control and input your target position or velocity. You can start a move by clicking the "Start" button and watch its trajectory on the "Misc Plots" tab. More information can be found here:<a href="
http://zone.ni.com/devzone/conceptd.nsf/webmain/6A6C29C6C02955E4862569BA00726896" target="_blank"> Using the 1-D Interactive Environment to test motor functionality (7334, 7344, 6C</a> To perform a move in LabVIEW, you can open one of the example programs that are installed with the NI-Motion API. To do so, choose "Find Examples" from the "Help" menu. When the example finder opens, Browse by Task to the "Hardware Input and Output >> Motion Control >> Straight Line Move" folder. The example One-Axis Move (Accel - Max Velocity - Decel).vi will perform a trapezoidal move.