The commands below demonstrate how to query a timer. Using query commands, users may ask the controller the amount of time remaining for each timer. Timers always count down in one second intervals, so each second, the received value will change for all active timers. A timer query command will return 4 parameters: Remaining Hours (H), Minutes (M), Seconds (S), and the Relay (R) associated with the timer.
T = TimerHR = Hours
MN = Minutes
SC = Seconds
R = Relay
CK = Checksum
TX: | 2 | 3 | 4 | 5 | T | CK | Function | RX: | 2 | HR | MN | SC | R | CK |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AA | 05 | FE | 32 | 82 | 00 | 60 | Query Timer 0 | AA | 04 | 00 | 00 | 00 | 00 | AE |
AA | 05 | FE | 32 | 82 | 01 | 61 | Query Timer 1 | AA | 04 | 00 | 00 | 00 | 00 | AE |
AA | 05 | FE | 32 | 82 | 0F | 6F | Query Timer 15 | AA | 04 | 00 | 00 | 00 | 00 | AE |