12-06-2005 10:25 PM
12-07-2005
02:40 AM
- last edited on
07-25-2025
08:56 PM
by
Content Cleaner
Karthik,
please use the motion support portal as a starting point. You will find there everything from installation, configuration up to tuning and additional examples.
If you have any specific questions please post them here.
Best regards,
Jochen Klier
National Instruments Germany
12-07-2005
02:54 PM
- last edited on
07-25-2025
08:58 PM
by
Content Cleaner
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:
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:
National Instruments Universal Motion Interface (UMI)-7774/7772 User Manual
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:
Understanding Servo Tune
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.
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.