LD OperatorString REGIO ErrorClass, StatusLength, OperatorControl, DiagnosticBuffer, ErrorIdentifier, RegistrationStatus
REGIO(OperatorString, ErrorClass, StatusLength, OperatorControl, ErrorIdentifier, RegistrationStatus);
Parameter
|
Type
|
Comment
|
---|---|---|
UTXT
|
User text can be used instead of instance comment.
|
|
CLAS
|
Class of error: 16#0062
|
|
SLEN
|
INT
|
Length of the status: 0, 2 or 4 bytes:
|
CTRL
|
|
|
EINF
|
Address of extra information
|
|
ESTS
|
Address of error status
|
Parameter
|
Type
|
Comment
|
---|---|---|
ERID
|
INT
|
Error identifier.
|
STAT
|
INT
|
Registration status.
See DIAGBUF.
|
Parameter
|
Type
|
Comment
|
---|---|---|
DIAGBUF
|
Diagnostic buffer that contains the 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
|