I've been tasked with creating a sort of logger for inputs that applies a timestamp along with a duration count of the input being off/on. I trying to think of way to use one timer to record the event timestamp + duration of status change (on/off) any help with be appricated. (the dataview will suffice for now, its just premlimary data)
Bascially for now i want to view when the status change, and how long until a change of state occured and store that data in a datatype.
I would like to use one timer to do it so that I don't have to do it one as in the example program
any help would be appricated.
Bascially for now i want to view when the status change, and how long until a change of state occured and store that data in a datatype.
I would like to use one timer to do it so that I don't have to do it one as in the example program
any help would be appricated.
Comment