11-14-2012 06:40 AM
All,
I have an elapsed timer that needs to start when a signal is True and keeps on counting.
When this signal is false, I have to reset the elapsed timer and it has to start again from zero when the signal is again true.
I guess this is an easy one, but I can not find how to solve this.
If I please it in a case structure, I cannot reset when case is false.
Thx in advance
11-14-2012 06:55 AM
Care to share what you have so far? Are you trying to make this a separate VI? Or is it in a loop?
Have you looked at the Elapsed Time express VI (in the Timing palette)? That might do what you want.
The other idea is use use a simple Action Engine.
11-14-2012 08:26 AM
try this...