07-28-2008 09:11 PM
07-29-2008
11:40 AM
- last edited on
04-29-2024
01:03 PM
by
Content Cleaner
Hi Miaa,
I am not sure what you mean by "parallel port." Do you literally mean the 25-pin printer parallel port on your PC? If so, I am not sure you would be able to send reliable step and direction commands to the drive.
If you intend on using our NI-Motion drivers, they will work exclusively with our hardware. Any of our PCI or PXI controller cards, such as the PCI-7332, will be able to control a stepper motor. These controllers give you access to advanced trajectory control.
If you simply wanted to send step commands, you could use a counter card such as the PCI-6601. This card would use DAQmx instead of NI-Motion, and you would not have any advanced control functions.
07-29-2008
06:41 PM
- last edited on
04-29-2024
01:03 PM
by
Content Cleaner
Hi Bolin,
This is what i trying to achieve. Instead of the traditional way of interfacing :
(1. Visual Basic > 2.parallel port > 3.PIC controller > 4.which has driver circuit > 5.and other data lines used for features like FORWARD direction, STEP, REVERSE direction )
i am trying to use
( 1.LabVIEW program > 2.parallel port > 3.driver circuit board > 4.to use features like FORWARD direction , STEP, REVERSE direction )
So correct me if i understood you correctly. You are saying we can not use parallel port with ( labview + driver board from third party ) to run the stepper. If we have to run labview then the ONLY option is to buy the NI PCI PCI or PXI controller cards.
But if i need to send only PWM pulses to the stepper we can do that by using the four counters on counter card such as the PCI-6601. Each counter will send its own PWM and will allow us to "monitor " the motion using the pulses sent over time.
Can we use M-series DAQs which has two couter pins ( PFI0 AND PFI1) to send PWM pulses and use it for Forward and reverse motion. That is use PFI0 for reverse and forward motion of stepper motor A and PFI1 for reverse and forward motion of stepper motor B ???
Many thanks
07-30-2008 08:23 PM
08-03-2008 10:39 PM
08-05-2008 03:17 PM