LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

speed and position control interface in labview for a Baldor servo motor with a galil acquisition card

i'd like to make a interface in labview 6.0 that controls a baldor servo motor in speed and in position.
The motor gives me a tach signal and i what to show in a graph the output from the motor. I use a galil acquisiton card. this is for a learnig process with PID parameters that we can change in labview that sends it to the motor, and we see the result graph. Anyone has something to help
Thanks
Alex ing
0 Kudos
Message 1 of 2
(3,029 Views)
It sounds like you are acquiring a reading from the motor and you want to display this to the user interface? I am not familiar with this particular hardware, or the drivers for them, but if it returning the data in string form, you can convert it using the string to decimal number function and then just wire this into a graph. This will allow you to display the data. If placed in a loop, it will plot continuously.
J.R. Allen
0 Kudos
Message 2 of 2
(3,029 Views)