02-26-2018 05:57 AM
I have a digital input and digital output ,i want my digital output to turn off after 10 sec after i turn on my digital input, which VI should i use fo rthis application??
Solved! Go to Solution.
02-26-2018 06:45 AM
Hi umer,
welcome to the forum!
(Next time please create your own thread!)
I have a digital input and digital output ,i want my digital output to turn off after 10 sec after i turn on my digital input, which VI should i use fo rthis application??
You need:
- a DAQmx task to read the digital input
- a DAQmx task to write the digital output
- a loop to wait for a HIGH digital input
- a wait function
- a DAQmxWrite function to write a FALSE to the digital output…
LabVIEW comes with a lot of example VIs explaining all those items!