08-24-2007 08:16 AM
08-24-2007
08:47 AM
- last edited on
05-23-2025
07:01 PM
by
Content Cleaner
The application that you describe can be solved easily with a PCI-7332 and NI-Motion (the driver and API that comes with the PCI-7332). A DAQ board like the PCI-6220 is not a good fit for a motion control application as it doesn't provide features like trajectory generation (position and velocity profile) and limit switch monitoring.
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, accleration and deceleration looks as simple as that:
If you are looking for a solution that minimizes the amount of programming required for your application to a value very close to zero, please have a look at the NI Motion Assistant. This is a tool that allows you to configure and test your motion application step by step in an interactive graphical environment. In a next step NI-Motion Assistant can create LabVIEW code from your configured motion sequence that you can use as a base for your application development in LabVIEW. NI-Motion Assistant is included as evaluation version with NI-Motion.
Best regards,
Jochen Klier
National Instruments
Message Edited by Jochen on 08-24-2007 03:52 PM
08-27-2007 04:26 AM
Thanks. I was on the wrong track with the pci-6220.
I just installed the virtual motion drivers and the motion assistant. It looks quite simple just put in a find home, reset counters and ad my steps and wait positions . I noticed I can put the wait stage with a timer or a keystroke this is very promissing.
I have two other question. I'm reading the manual but just to be sure.
First. Can I connect the end switches, just an on/of switch without any other electronics to the pci-7332 motion control ?
Second. The microstep driver has it's own power suply what leaves me with the 3 signals + and - from the pul, direction and enable can i connect thes also without any other hardware to the motion control card ?
This is my microstepdriver
http://www.stappenmotor.nl/Datasheets/microstapdrivers%20info/MSD-50-5.pdf
08-27-2007 04:37 AM
08-27-2007 06:42 AM
08-27-2007 06:47 AM
08-27-2007 07:04 AM
08-27-2007 07:31 AM
That's good to hear, a ne pc was not on the budget list.
Thanks for al the tips and advice.
I will set the limit's as normally closed than.
So l go ahead and start the order for a New PCI 7332 motion controller.
Gr Sjoerd
08-27-2007 08:22 AM
09-03-2007 07:36 AM