That's a nice multifaceted control and I like the radio button functionality, however I'm not sure how it would further my 'pause until resumed by operator input' issue. If pausing with a boolean, the timer restarts as soon as the boolean condition changes. I must be able to have the following functionalities:
1. Start timing at operator input (checkbox, etc)
2. Time until either an operator pauses/resets/stops it, OR a boolean condition is passed indicating that a temperature limit was exceeded, and, in either case:
3. Remain in pause state until an operator has decided to restart it.
That's the kicker that's really got me confused. The method to go about keeping it paused until someone decides to restart it.
Background:
I've got some bearings being spun by electric motors. The bearings have thermocouples on them. We're timing an endurance test on the bearings, and temperature spikes are what we use to shut the system down before catastrophic failure when we're not here monitoring. The temperature rises above a preset limit, click, relay shuts that motor off and a boolean condition pauses the timer on the VI. As those thermocouples cool off, the boolean condition changes back to 'false' or whichever but the motor is not restarted. I need that timer to pause at the time the motor is shut off and not restart until someone tells it to. If the timer is restarting, it's losing our 'total runtime' data and compromising test integrity.
I appreciate all your input guys! I just need to get around this one element of functionality and the system will be user friendly enough to be used by general personnel on a daily basis. Thanks for 'bearing' with me and any ideas are welcome!
___________________________________________________________________
Still confused after 8 years.