LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to delay false case which has DAQ VI

Hello,

I have small project which i almost has done.

the project is to detect the signal from IR sensor using DAQ. (it part is working fine)

after detection i want to give the command to servo motor to move 90 degree and place DAQ in ifcase true.

and as the object moved from IR sensor, i want to give command servo to move 0 degree after some delay of time (assume 5 second)

but i my case as there is no delay in false case, servo motor moves to 0 degree as the object is moved from IR sensor (output zero).

how can i apply delay in false case ?

 

Asif138_0-1716524055560.pngAsif138_1-1716524076648.png

 

 

0 Kudos
Message 1 of 3
(252 Views)

You can place a Time Delay Express VI and wire the error cluster to the DAQ Assistant to control the program flow.

ZYOng_0-1716552552020.png

 

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 2 of 3
(211 Views)

Thanks for your answer.

when i apply delay as you said. the motor moving back very slow.it reaches back in step wise.

 

0 Kudos
Message 3 of 3
(180 Views)