ERROR_ID
(ENUM)
TYPE ERROR_ID :
Enumeration of the Error ID, describes the details of each Error ID generated by library function blocks.
- Attributes:
qualified_only
- InOut:
Name
Initial
Comment
NO_ERROR
16#0
No error
INVALID_INPUT2
16#4020
Invalid value at input 2
INVALID_INPUT3
16#4030
Invalid value at input 3
INVALID_INPUT4
16#4040
Invalid value at input 4
INVALID_INPUT5
16#4050
Invalid value at input 5
INVALID_INPUT6
16#4060
Invalid value at input 6
INVALID_INPUT7
16#4070
Invalid value at input 7
INVALID_INPUT8
16#4080
Invalid value at input 8
INVALID_INPUT9
16#4090
Invalid value at input 9
WRONG_COM_BLOCK
16#4100
Connected to wrong communication block
ERR_COM_DIFFERENT_LINE
16#1
Com interface differs from others on same LineToken variable
PNIO_CTRL_WRITE_ERR
16#2
Error of internal called block PnioCtrlWrite - see AddErrorID1 for details
PNIO_CTRL_READ_ERR
16#3
Error of internal called block PnioCtrlRead - see AddErrorID1 for details
WRITE_PACKAGE_SIZE_TOO_LONG
16#4
Data size for PNIO package according to Nvar and data types of parameters is too long. Max 240 bytes. See PackageSize output. Reduce Nvar and/or parameter types and retry.
READ_PACKAGE_SIZE_TOO_LONG
16#5
Data size for PNIO package according to Nvar and data types of parameters is too long. Max 240 bytes. Not all requested parameters could be read.
TOO_MANY_READS
16#6
Too many internal attemps to read data from drive for state conflict.
ILLEGAL_RETURN_NUM_ELEMENTS
16#7
Number of elements in response telegram not correct. Must be “1”.
ILLEGAL_RETURN_PRM_TYPE
16#8
Parameter type in response telegram not correct. Type does not exist.
BAD_RESPONSE_ID
16#9
Response ID in response telegram not correct. DrvPnRead: should be 16#01 or 16#81. DrvPnWrite: should be 16#02 or 16#82.
WRITE_NOT_ACK
16#A
DrvPnWrite: Response ID = 16#82 = Write not acknowledged.
BAD_RESPONSE_REF
16#B
Response reference is not equal to used request reference in request telegram.
ILLEGAL_PN_WR_STATE
16#C
Wronge state (output combinations) of internal used PnioCntrlWrite function block
ILLEGAL_PN_RD_STATE
16#D
Wronge state (output combinations) of internal used PnioCntrlRead function block
TOO_MANY_WRITES
16#E
Too many internal attemps to write data from drive due to state conflict.
NOT_IN_DATA_EXCHANGE
16#F
Device is not in dataexchange. Check Device. TLR_E_PNIO_APCTL_IO_DEVICE_NOT_IN_DATAEXCHANGE
PNIO_WDT_EXPIRED
16#10
Protocol watchdog timeout. Response from device too late. PNIO_E_RTA_PROTOCOL_DHT_WDT_EXPIRED