05-23-2024 11:15 PM
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 ?
05-24-2024 07:09 AM
You can place a Time Delay Express VI and wire the error cluster to the DAQ Assistant to control the program flow.
05-24-2024 11:53 PM
Thanks for your answer.
when i apply delay as you said. the motor moving back very slow.it reaches back in step wise.