05-28-2015 05:46 AM
I need to inferface a stepper motor with labview and also i need to control thr rotation of stepper motor using labview. Which type of stepper motor would be better to implement this.
06-18-2015 07:06 PM - edited 06-18-2015 07:07 PM
There are a lot of different kinds of stepper motors and they all have different kinds of control functionality. You probably need to research what kind of functionality your computer/system has in terms of communication.
The system I'm working with now communicates via RS232 to the steppers which run on "SmartMotor" commands. This form is really easy to work with in conjunction with LabVIEW if you buy an RS232 card for your PC.
I've also worked with a stepper system in the past that had an arduino driver, so I was sending outputs from LabVIEW through an NI DAQ device to the Ardunio digital and analog inputs. This is NOT the way to do it ideally, but it worked.
Edit: I just saw that this was from 3 weeks ago. I hope it's not too late and you haven't abandoned LabVIEW already.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
06-18-2015 10:04 PM
Thanks for ur reply, i have completed my work using labview.