02-06-2026 10:29 AM
Hi,
i'm using an event struct to manage a pop up. One of the requirement is to be able to show a count down of the timeout before the pop-up close by himself.
I have used an event struct to maange also the actions on 3 different button, so i have thought to use the TimeOut event to manage also the previous requirement but i can't find a solution to show the indicator decrement with time. is there any solution?
Thank you for the help!
Best Regards,
Zuc
ver LabVIEW 2019
Solved! Go to Solution.
02-06-2026 10:53 AM
Use a relatively short event timeout and repeatedly measure the elapsed time, then stop the loop when that happens.
02-06-2026 11:05 AM
@altenbach wrote:
Use a relatively short event timeout and repeatedly measure the elapsed time, then stop the loop when that happens.
I don't have your Teststand tools, so I cannot test, but here's a sketch that might need some debugging but can give you some ideas.....
02-09-2026 10:00 AM
Hi altenbach,
it works perfectly for me. But i don't get why, if i call the VI more times in my Teststand sequence, the timeout value after the first call jumps from the Value passed by the Sequence to half it's value. For example i set Timeout = 30s i see the 30 at first iteration and at the second it appears = 14s... what i missing?
Best regards,
Zuc
02-09-2026 10:44 AM
Sorry, I don't have teststand and have no means of testing this.
Some general LabVIEW comments: