03-28-2008 08:01 AM
03-28-2008
08:14 AM
- last edited on
04-24-2024
10:23 AM
by
Content Cleaner
Moreno,
the answer is short and simple: No.
E-Series devices don't provide motion control features like trapezoidal velocity profiles (acceleration and deceleration ramps), following error tracking, monitoring of limit switches and so on. Additionally E-Series devices are not pin-compatible with the MID-7604.
Controlling stepper motors is very straight forward with NI motion control devices like the PCI-7334 (4 axis stepper controller). PCI-73xx products are designed to work perfectly with the MID-7604.
I hope this helps,
Jochen Klier
National Instruments
03-28-2008
08:27 AM
- last edited on
04-24-2024
10:24 AM
by
Content Cleaner
Thank you for reply
One of my collegue in another department can lend my a PXI-7334. If I'm not wrong is the external version of the suggested PCI-7334.
Now, my worry is: " Using a PXI-7334, must I change drammatically the software developed in LabView for the traditional daq card?
Sorry for my inexperience...
Thanks
Bye bye
Moreno
03-28-2008
09:14 AM
- last edited on
04-24-2024
10:25 AM
by
Content Cleaner
The PXI-7334 is based on the PXI standard. You will need a PXI chassis and PXI controller in order to be able to use this device.
The 7334 is a motion control device and is programmed with the NI-Motion API. In fact this is much easier than abusing a DAQ board and the NI-DAQ for motion control tasks.
The NI-Motion API in LabVIEW is very easy to use, as a lot of functionality is done by the motion board itself (trajectory and step generation, limit switch and following error tracking,...). A one axis-move with position monitor and user selectable values for target position, velocity, acceleration and deceleration looks as simple as that:
Jochen
05-20-2008 01:42 AM