Programming Reference / Timers / Timer Status

| Item | Data Type | Description |
|---|---|---|
| Done | Boolean | Becomes TRUE when Accumulator value is greater then or equal to Preset value for the selected timer |
| Timing | INT | Value for current timer status for the selected timer: 0 = Timer running, 1 = timer activated but stopped, 2 = Timer done |
| Stopped | Boolean | True when Stopped, False when Timing |
| Accumulator | DINT | Value of the current elapsed time in msec for the selected timer |
| Preset | DINT | Value of the Preset in msec for the selected timer |

