07-18-2005 08:45 AM
07-19-2005
01:59 AM
- last edited on
11-11-2025
10:31 AM
by
Content Cleaner
Bgrain,
there is no way to tweak a PCI-7344. The 10 ms timing for contoured move is the fastest that you can get out of the board. On the other hand please take into account that the PID loop is running much faster and in order to align the trajectory generation rate ( = 10 ms in contoured mode) and the PID rate (= up to 62,5 µs) the DSP is calculating interjacent setpoints at the rate of the PID loop using a spline function. This results in very smooth moves even with a relatively low contouring update rate of 10 ms. As long as you don't need to calculate new setpoints dynamically (= during the move) at the rate of 0.5 ms the standard contouring mode should do it.
If you can't calculate your contouring data prior to the start of the move the NI SoftMotion development module for LabVIEW could be a good solution. This module provides a hardware independent motion API, trajectory generation and a spline engine. For your task the best hardware platform would be a PXI-system running under LabVIEW Real-Time with a FPGA based RIO-board plugged in.
This might sound very complicated but in fact it offers you complete freedom to design your own motioin controller with all the features you need. I have worked with NI SoftMotion and my system was up and running in less than one working day. Precondition for starting development with NI SoftMotion are solid LabVIEW skills.
Best regards,
Jochen Klier
National Instruments Germany
Message Edited by Jochen on 07-19-2005 08:59 AM
07-19-2005 10:22 AM
07-20-2005 03:53 AM