
502 069 02
Manual
Power Monitor, PD 3260
27/79
SWNo $91: InFlags
7 6 5 4 3 2 1 0
Channel 8
Channel 7
Channel 6
Channel 5
Channel 4
Channel 3
Channel 2
Channel 1
This variable contains all the InFlag's from all I/O channels. This means that all digital inputs in
the module can be read in this register.
SWNo $92: IOChError
The IOChError is a variable of the following type:
IOChError: Record
His:Array[0..7] of Boolean;
(* Offset = 0 *)
Act:Array[0..7] of Boolean;
(* Offset = 2 *)
End;
Meaning of IOChError.His and IOChError.Act:
7 6 5 4 3 2 1 0
Error on channel 8
Error on channel 7
Error on channel 6
Error on channel 5
Error on channel 4
Error on channel 3
Error on channel 2
Error on channel 1
The IOChError variable indicates if there is an error, or an unacknowledged error, in one or more
I/O channels.
IOChError.His is set if ChError.His of any channel <> 0, and IOChError.Act is set if any channel
contains a ChError.Act <> 0.
Reading IOChError does not acknowledge the channel errors. This can only be performed by
reading ChError in the individual channels, or by means of SWNo $F (channel 0).