01-07-2021 06:19 PM
Hi everyone, I am new in LabView and I want to visualize the remaining time to finish a loop. I have a small example where I have a loop which would take 30 seconds to finish. So, when the time of execution is 13 seconds I would like to see that it would take 17 seconds to finish the loop.
01-07-2021 06:48 PM
Make another, smaller loop inside the big loop that counts down and updates an indicator once a second or however often you want the update to occur.