Assume I have configured Input-1 as a latched input.
If whilst configuring the function of an output I reference 'Input-1 On Time', what is being evaluated?
As the input is configured as latching I will assume it is the period of time it has been latched high, but what is the unit of the duration? Is is it milliseconds? If so how large is the data type that holds this period? ie at what value will that duration roll over to zero?
Thanks Rob
Hi Robert, Thank you for the question. The 'Input On Time' references the time in seconds since the status of the Input went to 'True'. Behind the scenes this value is stored in milliseconds, but the value is given to the user in seconds as a floating point number. I believe the value will 'roll over' at approximately 49 days.