LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

delay 'stop' function

Hi, I've just created a VI on controlling a motor which has a range from 1-10V. And when I press the stop button, I want the motor input to be at 1 Volts before it stops. I've tried using the shift registers and case structure but it won't work correctly. Thanks in advance.
0 Kudos
Message 1 of 4
(2,303 Views)
It would be very helpful if you could post your code up for us to see. Depending on your architecture it may be easy to implement. With that you should get more responses, sorry I cant help more.
-Dave
0 Kudos
Message 2 of 4
(2,290 Views)
Allright, thanks. Here it is. That's what I did but it will only set the voltage to 1 only at manual control.
0 Kudos
Message 3 of 4
(2,280 Views)
Hello sfq,

just do it like in the attached pic.
When doing hardware stuff it's (most times) better to have a 3 step process: init, work, deinit. In your case the deinit step would be to set the motor to 1V...

Best regards,
GerdW
Best regards,
GerdW


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