LD ControlledArea REGDFB ErrorClass, StatusLength, OperatorControl, PinNumber, PinValue, DiagnosticBuffer, ErrorIdentifier, RegistrationStatus
REGDFB(ControlledArea, ErrorClass, StatusLength, OperatorControl, PinNumber, PinValue, ErrorIdentifier, RegistrationStatus);
Parameter
|
Type
|
Comment
|
---|---|---|
AREA
|
Area of the machine monitored by the DFB: 0...15.
|
|
CLAS
|
Class of error: 16#0062
|
|
SLEN
|
Length of the status: 0, 2 or 4 bytes:
|
|
CTRL
|
1 = Operator acknowledgement required.
0 = no acknowledgement required.
|
|
PIN
|
Number of pins in error.
Rule for numbering inputs: only inputs with a "Diag" attribute are counted.
|
|
VALPIN
|
Expected value on the pin in error.
|
Parameter
|
Type
|
Comment
|
---|---|---|
ERID
|
Error identifier.
|
|
ESTS
|
Address of the error status.
|
|
STAT
|
Registration status.
See DIAGBUF.
|
Parameter
|
Type
|
Comment
|
---|---|---|
DIAGBUF
|
Diagnostic buffer that contains the DFB registration result
|
Base
|
Lower limit
|
Upper limit
|
---|---|---|
Hexadecimal
|
16#0
|
16#FFFFFFFF
|
Octal
|
8#0
|
8#37777777777
|
Binary
|
2#0
|
2#11111111111111111111111111111111
|
Data
|
Representation in one of the bases
|
---|---|
00000000000010101101110011011110
|
16#ADCDE
|
00000000000000010000000000000000
|
8#200000
|
00000000000010101011110011011110
|
2#10101011110011011110
|