11-05-2013 09:44 PM
hi
i need to hold my output for sometime e.g. 10sec. My output is boolean. I have attached a VI to perceive my problem. When X or Z is true than it has to hold for 10sec. It is not applicable for Y. Please give me an idea how to do that.
Rgrds-
Taslim.
Solved! Go to Solution.
11-05-2013 11:59 PM - edited 11-06-2013 12:02 AM
Look at the Elasped Time Express VI. Feed it with a boolean to reset it. The output will tell you whether your designated time has passed or not.
(Note: for your Y boolean, you can simplify that code by using the In Range and Coerce function.)
11-06-2013 12:29 AM
Thanks Ravens. I tried, but could not be able to develop the algorithm. Would you please give me a quick VI so that I can understand how to use this "Elapsed Time Express VI"? And thanks for the suggestion regarding the simplification of Y. I overlooked that range and coerced function. 🙂
Taslim
11-06-2013 01:15 AM
11-06-2013 01:58 AM