Boiler (1 – 16) Cycles High (Upper)
and Low (Lower) 16 bit counters. To
get the actual cycle count for any
given boiler (##), the high and low 16
bit counters must be combined
(concatenated) into a single 32 bit
counter as:
Boiler##CyclesHigh16:Boiler##Cycles
Low16
Example
Boiler01Cycles =
(Boiler01CyclesHigh16 * 65536) +
Boiler01CyclesLow16
Boiler01 = Master
Boiler02 = Member01
…
Boiler16 = Member15
Boiler (1 – 16) status4 flags. These bits
indicate the state of various boiler statuses.
Boiler01 = Master or “Connected Boiler”
Boiler02 = Member01
…
Boiler16 = Member15