Running Time
MattMan
Posts: 3
A newbie looking for some advise:
I have the need to keep track of and display the current running time of a external process. Also a cumulative running time in a given month. And display it on a MIO Modero Keypad with LCD.
Suggestions on the best way to do this?
My initial thoughts a time line that increments a counter for me. Some manipulations for display in the proper format and some internal variables to keep track of it all. Am I progressing down the proper path?
Thanks in advance.
Matt
I have the need to keep track of and display the current running time of a external process. Also a cumulative running time in a given month. And display it on a MIO Modero Keypad with LCD.
Suggestions on the best way to do this?
My initial thoughts a time line that increments a counter for me. Some manipulations for display in the proper format and some internal variables to keep track of it all. Am I progressing down the proper path?
Thanks in advance.
Matt
0
Comments
If your system is going to be connected to the Internet, I suggest you use the i!TimeManager Solution and base your counters on absolute time instead of relative time. For short counters, Timelines should be reasonably accurate.
Thank you for your feed back.
My timer needs are not really time critical. If it is accurate to a few minutes over a 12 hour period we are good to go. So it feels like the timeline even with a counter at the minute level would serve me well.
Thanks again,
Matt