Software
Automation Panel 9xD - Hygienic design User's manual V 1.80
125
RFID stack errors can be queried using command "show_status". Each error number consists of a high byte (stack
components) and a low byte (errors). Command "show_error" allows the error to be evaluated in detail. (for exam-
ple: ISO15693 error codes, see )
"Response Flags & Error Codes"
Error messages - RFID stack LOW byte
Value
Name
Description
0xXX00
PH_ERR_SUCCESS
Returned in case of no error
0xXX71
PH_ERR_SUCCESS_CHAINING
Rx chaining is not complete, further action needed
0xXX72
PH_ERR_SUCCESS_INCOMPLETE_BYTE
An incomplete byte was received
0xXX01
PH_ERR_IO_TIMEOUT
No reply received, e.g. PICC removal
0xXX02
PH_ERR_INTEGRITY_ERROR
Wrong CRC or parity detected
0xXX03
PH_ERR_COLLISION_ERROR
A collision occurred
0xXX04
PH_ERR_BUFFER_OVERFLOW
Attempt to write beyond buffer size
0xXX05
PH_ERR_FRAMING_ERROR
Invalid frame format
0xXX06
PH_ERR_PROTOCOL_ERROR
Received response violates protocol
0xXX07
PH_ERR_AUTH_ERROR
Authentication error
0xXX08
PH_ERR_READ_WRITE_ERROR
A Read or Write error occurred in RAM/ROM or Flash
0xXX09
PH_ERR_TEMPERATURE_ERROR
The RC sensors signal overheating
0xXX0A
PH_ERR_RF_ERROR
Error on RF-Interface
0xXX0B
PH_ERR_INTERFACE_ERROR
An error occurred in RC communication
0xXX0C
PH_ERR_LENGTH_ERROR
A length error occurred
0xXX7F
PH_ERR_INTERNAL_ERROR
An internal error occurred
0xXX20
PH_ERR_INVALID_DATA_PARAMS
Invalid data parameters supplied (layer id check failed)
0xXX21
PH_ERR_INVALID_PARAMETER
Invalid parameter supplied
0xXX22
PH_ERR_PARAMETER_OVERFLOW
Reading/Writing a parameter would produce an overflow
0xXX23
PH_ERR_UNSUPPORTED_PARAMETER
Parameter not supported
0xXX24
PH_ERR_UNSUPPORTED_COMMAND
Command not supported
0xXX25
PH_ERR_USE_CONDITION
Condition of use not satisfied
0xXX26
PH_ERR_KEY
A key error occurred
0xXX80
ISO15693_ERROR
See
"Response Flags & Error Codes"
.
0xXX80
MIFARE
NAK 0
0xXX81
MIFARE
NAK 1
0xXX82
MIFARE
NAK 4
0xXX83
MIFARE
NAK 5
Table 46: Error messages - RFID stack LOW byte