I have computed the remaining time in my application for my test. I want to display this on the front panel in a time format, ie xx:xx:xx. I cannot figure out how to do this. I have a test time total then I subtract the current time and that results in seconds remaining. How do I display this on the front panel in a time format? Any help would be appreciated.
You could do something similar to the example shown in this post. Since you have seconds instead of milliseconds, the first array element would be 60. Should be easy to adapt. See how far you get. 🙂
Altenbach - Thanks for your help. With a little bit of modification this worked out great. I am just surprised that I had to go to this length for something as simple as it sounds. At the end of the day...it works.
If you have time in seconds and just want to display it as xx:xx:xx, create a numeric indicator and then right click, select Format & Precision, and then select Relative Time.