|
int | nDigitalIn_On63to32 |
| Mask of digital points that will start the timer when they're set ON, points 32-63.
|
|
int | nDigitalIn_On31to0 |
| Mask of digital points that will start the timer when they're set ON, points 0-31.
|
|
int | nDigitalIn_Off63to32 |
| Mask of digital points that will start the timer when they're set OFF, points 32-63.
|
|
int | nDigitalIn_Off31to0 |
| Mask of digital points that will start the timer when they're set OFF, points 0-31.
|
|
int | nScratchIn_On63to32 |
| Mask of scratch pad bits that will start the timer when they're set ON, bits 32-63.
|
|
int | nScratchIn_On31to0 |
| Mask of scratch pad bits that will start the timer when they're set ON, bits 0-31.
|
|
int | nScratchIn_Off63to32 |
| Mask of scratch pad bits that will start the timer when they're set OFF, bits 32-63.
|
|
int | nScratchIn_Off31to0 |
| Mask of scratch pad bits that will start the timer when they're set OFF, bits 0-31.
|
|
int | nDigitalOut_On63to32 |
| Mask of digital points to be set ON when the timer expires, points 32-63.
|
|
int | nDigitalOut_On31to0 |
| Mask of digital points to be set ON when the timer expires, points 0-31.
|
|
int | nDigitalOut_Off63to32 |
| Mask of digital points to be set OFF when the timer expires, points 32-63.
|
|
int | nDigitalOut_Off31to0 |
| Mask of digital points to be set OFF when the timer expires, points 0-31.
|
|
int | nScratchOut_On63to32 |
| Mask of scratchpad bits to be set ON when the timer expires, bits 32-63.
|
|
int | nScratchOut_On31to0 |
| Mask of scratchpad bits to be set ON when the timer expires, bits 0-31.
|
|
int | nScratchOut_Off63to32 |
| Mask of scratchpad bits to be set OFF when the timer expires, bits 32-63.
|
|
int | nScratchOut_Off31to0 |
| Mask of scratchpad bits to be set OFF when the timer expires, bits 0-31.
|
|
int | nPresetMsec |
| Length of the timer delay, in milliseconds.
|
|
int | nRemainingMsec |
| Time remaining until the timer expires, in milliseconds.
|
|
int | nState |
| 0=off, 1=on, 2=Timer is ticking
|
|