Academic Hardware Products (myDAQ, myRIO)

cancel
Showing results for 
Search instead for 
Did you mean: 

servo motor

how to move the servo motor continuously in one direction using LabVIEW and NI Elvis
0 Kudos
Message 1 of 17
(10,264 Views)
Hardware: If your motor consumes current that is small enough to drive by ELVIS DIO, you can connect motor to ELVIS DIO and drive directly, but if it's not, build a drive circuit on ELVIS to dirve a motor.
Software: Just simply control a DIO to drive a motor/circuit. You can vary the speed by changing its duty cycle.
0 Kudos
Message 2 of 17
(10,260 Views)

how to make a program to control a motor?

how to build a drive circuit on ELVIS to dirve a motor.  

0 Kudos
Message 3 of 17
(10,001 Views)

how to make a program to control a motor?

- Help>>Find Examples>>Hardware Input and Output>>DAQmx>>Generate Digital Pulses>>Gen Dig Pulse Train-Continuous.vi

how to build a drive circuit on ELVIS to dirve a motor?

- http://www.educypedia.be/electronics/circuitsmotorcontrol.htm

0 Kudos
Message 4 of 17
(9,994 Views)
i need help how to run the graph continuously. here, i attach the program what i've done. i actually try using loop to make it move continuously, but i can't make it. i hope you can help me. thx...
0 Kudos
Message 5 of 17
(9,842 Views)
Can you attached what you're trying to read?
0 Kudos
Message 6 of 17
(9,833 Views)
Can you attached what you're trying to read?
0 Kudos
Message 7 of 17
(9,833 Views)

im sory for my message before. its not include with my data. right now, i just done about take emg data and implment in labview. i've already done by doing like in attachmen i give. now, i need help how to run the graph continuously. here, i attach the program what i've done. i actually try using loop to make it move continuously, but i can't make it. i hope you can help me. thx...

in my attachment, i cant attach the last one data because there only three atachment can attach here. in my attachment, i already convert the type of format from lvm to txt because The file does not have a valid extension for an attachment.
0 Kudos
Message 8 of 17
(9,831 Views)
this the complete data that i was forget to attach.. hope you can help me...thx.
0 Kudos
Message 9 of 17
(9,811 Views)

1. Configure how many samples you wish to acquire each iteration in segment size

2. Put while loop around your code

0 Kudos
Message 10 of 17
(9,797 Views)