09-26-2022 09:00 AM - edited 09-26-2022 09:01 AM
09-26-2022 09:39 AM
Why is it so important that the timer be held at zero until you press "save" instead of just starting the timer at zero when you save? And what action is supposed to set it to zero in the first place?
09-26-2022 09:48 AM
Your VI is just a mess, overly complicated and inefficient. There is no need to ping-pong data around via value properties. There is no need for an event structure, and there is no need to read the "boolean text" to determine if a boolean is true or false. That's pure Rube goldberg and will break your VI if somebody would e.g. change the language.
You have full programmatic control to display whatever you want on any indicator at any time. I am not sure what your font settings are, but you should resize your controls to actually be able to display the content of the indicator.
09-26-2022 10:14 AM