LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

help with getting started with step motors

I currently have Labview 6 and a 6025E DAQ card. I havent yet used a motor for anyhting in labview, but was curious if somehow if I could use my AO on my card to control a motor accuretly.. or would I have to look deeper into Motion alternatives... im trying to stay away from that due to our budget being pretty tight. anyone have any suggestions? as well any good companys where i might be able to purchase a motot that would work well.
Thanks-
Mark
0 Kudos
Message 1 of 3
(2,490 Views)
As mentioned in a previous post, found by searching the discussion forum for +daq +stepper +motor:
"The 6025E has 8 static DIO lines and 2 counter IO lines. Since the DIO lines are only software controlled, you probably will not be able to switch the lines fast enough to control a stepper motor, which can require 10kHz or more depending on the desired velocity. If you have an amplifier that accepts STEP/DIR signals, you could use one digital IO line to control the "DIR" line and one counter to output a pulse train to control the "STEP" line. The speed of the motor could be varied by changing the pulse rate from the counter and the direction controlled by switching the DIO line.

This would give you very basic contol of the motor. You could control 2 motors wit
h the 6025E, since there are 2 counters available, however I would not expect very smooth results."

You'd also have to make sure that the DAQ board can source enough current for the motor or amplifier.

Take a look at the other results I got from the search:
http://search.ni.com/query.html?col=alldocs&qp=-languagetype%3Anonenglish+section%3Adevzone+contentclass%3Atechnical+contentformat%3Asoftwarelib+contenttype%3Acommunitydiscussions&layout=TechResources&qt=%2Bstepper+%2Bmotor+%2Bdaq

Hope this helps-
Julie
0 Kudos
Message 2 of 3
(2,490 Views)
weizbox wrote:
> I currently have Labview 6 and a 6025E DAQ card. I havent yet used a
> motor for anyhting in labview, but was curious if somehow if I could
> use my AO on my card to control a motor accuretly.. or would I have to
> look deeper into Motion alternatives... im trying to stay away from
> that due to our budget being pretty tight. anyone have any
> suggestions? as well any good companys where i might be able to
> purchase a motot that would work well.
> Thanks-
> Mark

In a previous job, we used LabView to control stepper motors. It
seemed to work OK for our application (aligning a free space optical
link). I didn't actually write the code, but I don't think there was
anything particularly difficult about it. Regarding motors, we got
ours from Sa
nyo and/or Rotalink - something like Farnell part number
720-460.

Hope that helps!
0 Kudos
Message 3 of 3
(2,490 Views)