01-13-2010 05:04 AM
Hi All,
I want to insert a time dalay between two booleans. My requirement is that I want the second boolean to be ON after 2 sec delay of boolean 1 is ON.
How to make it?
Thanks
Solved! Go to Solution.
01-13-2010 05:21 AM
do you want the software to do anything during the delay? If not simply use a sequesnce structure and the 'wait (ms)' vi
01-13-2010 05:26 AM
ya, i dont want to do antthing...
meanwhile i have also got the same idea...
thanks for replying