LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Stepper Motor with Labview?

Hi everyone,

I am new to LabVIEW.

I am planning to develop a project to control a stepper motor using an NI-DAQ, and Labview, but I am not sure how practical this approach is. My goal is to create a single interface that performs both data acquisition and stepper motor control at the same time. Is this feasible using only a DAQ and the necessary motor drivers, without needing to use a microcontroller?

0 Kudos
Message 1 of 4
(118 Views)

Yes its feasible no problem in that , good luck

CLA
0 Kudos
Message 2 of 4
(83 Views)

This is easily done with NI's multifunction USB DAQ devices.  Stepper Motors are driven by a series of digital pulse trains that govern both the velocity (which is a "signed" quantity, corresponding to CW vs CCW rotation) and distance (the difference between the starting position, say in degrees, and ending position).  Check out the newly-released NI mioDAQ devices that include 16 Digital I/O ports that can be configured as Counter/Timers, which is just the function that you want to control your Stepper Motor.

 

How familiar are you with Stepper Motors?  Are you aware of the "other pieces" you may want to consider?  How big a power supply does your Motor require?  Is there a "chip" (such as the A4988 -- please look this up!) that will provide an easy interface between the digital pulse signals driving the motor and the analog power supply powering the motor's coils? 

 

Bob Schor

 

 

0 Kudos
Message 3 of 4
(58 Views)

Hi,


@prash001 wrote:

Hi everyone,

I am new to LabVIEW.

I am planning to develop a project to control a stepper motor using an NI-DAQ, and Labview, but I am not sure how practical this approach is. My goal is to create a single interface that performs both data acquisition and stepper motor control at the same time. Is this feasible using only a DAQ and the necessary motor drivers, without needing to use a microcontroller?


-> most probably just a SPAM bot…

(I will notify the moderators.)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(40 Views)