502 069 02
Manual
Power Monitor, PD 3260
73/79
The Data Channel is a Company specific channel where ChType has the following value:
ChannelType = $8001
Exist =
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
SWNo $EF: ChError
No Error messages will automatically appear in the calculator channel, and therefore ChError
normally reads 0. However, the calculator can be programmed to set any of the error bits, to
simulate an error condition. This feature may be useful in indicating erroneous data. The register
is declared as follows:
ChError: Record
His:Array[0..7] of Boolean;
(* Offset = 0 *)
Act:Array[0..7] of Boolean;
(* Offset = 2 *)
End;
Any error bit set in ChError will result in the corresponding channel bit to be set in ComHis /
ComAct in CommonError in the Service channel.