Software • RFID command set
158
Panel PC 2100 swing arm user's manual V1.00
10.4 Error messages and numbers
Operating errors
Operating errors
Value
Name
Description
0
ERR_NONE
No errors (OK)
1
ERR_OTHER
Miscellaneous operating error, unrecognized command
2
ERR_PARAMETER
Incorrect number of parameters
3
ERR_AUTH
Authentication error (A or B)
4
ERR_SECTOR
Invalid range for sector (0-63)
5
ERR_BLOCK_SRC
Invalid range for source block (0-255)
6
ERR_WRITE
No data found for writing
7
ERR_KEY_EE
No key found for writing
8
ERR_KEY_STORE
Could not save key
9
ERR_BLOCK_DST
Invalid range for destination block (0-255)
10
ERR_NO_TAG
No tag in range
11
ERR_BLOCK_NUM
Incorrect values for source/destination blocks
12
ERR_TAG_NUM
Invalid tag number
13
ERR_KEY
Invalid key
14
ERR_REMOTE
X-modem firmware update canceled (not used)
15
ERR_SYNC
X-modem firmware update packet start not found (not used)
16
ERR_RETRY
X-modem firmware update number of retry attempts (not used)
17
ERR_READ
Could not read data
18
ERR_INCDECRES
Error accessing value block
19
ERR_LOCK
Could not lock block
20
ERR_AFI
Error writing AFI value
21
ERR_DSFID
Error writing DSFID value
22
ERR_SYSINFO
Could not read system information
23
ERR_INVENTORY
Could not execute inventory command due to incorrect parameter (value) or internal RFID stack
error
24
ERR_STAY_QUIET
Could not set specified ISO tag to STAY_QUIET (no longer accessible)
25
ERR_RESET2READY
Could not set specified ISO tag to READY (after a preceding STAY_QUIET)
Table 135: Operating errors
RFID stack error messages
RFID stack errors can be queried using the "show_status" command. Each error number consists of a high byte
(stack components) and a low byte (errors).
RFID stack high byte error messages
Value
Name
Description
0x00XX
PH_COMP_GENERIC
Generic component code
0x01XX
PH_COMP_BAL
BAL component code
0x02XX
PH_COMP_HAL
HAL component code
0x03XX
PH_COMP_PAL_ISO14443P3A
ISO 14443-3A PAL component code
0x04XX
PH_COMP_PAL_ISO14443P3B
ISO14443-3A PAL component code
0x05XX
PH_COMP_PAL_ISO14443P4A
ISO 14443-4A PAL component code
0x06XX
PH_COMP_PAL_ISO14443P4
ISO 14443-4 PAL component code
0x07XX
PH_COMP_PAL_MIFARE
MIFARE(R) PAL component code
0x08XX
PH_COMP_PAL_FELICA
Open FeliCa PAL component code
0x09XX
PH_COMP_PAL_EPCUID
ICode EPC/UID PAL component code
0x0AXX
PH_COMP_PAL_SLI15693
ICode SLI/ISO 15693 PAL component code
0x0BXX
PH_COMP_PAL_I18000P3M3
ISO 18000-3 Mode3 PAL component code
0x0CXX
PH_COMP_PAL_I18092MPI
ISO18092 passive initiator mode PAL component code
0x10XX
PH_COMP_AL_MFC
MIFARE(R) Classic AL component code
0x11XX
PH_COMP_AL_MFUL
MIFARE(R) Ultralight AL component code
0x12XX
PH_COMP_AL_MFP
MIFARE(R) Plus AL component code
0x13XX
PH_COMP_AL_VCA
Virtual Card Architecture AL component code
0x14XX
PH_COMP_AL_FELICA
Open FeliCa AL component code
0x15XX
PH_COMP_AL_I15693
ISO 15693 AL component code
0x16XX
PH_COMP_AL_SLI
ICode SLI AL component code
0x18XX
PH_COMP_AL_I18000P3M3
ISO 18000-3 Mode3 AL component code
0x19XX
PH_COMP_AL_MFDF
MIFARE DESFIRE EV1 AL component code
0x1AXX
PH_COMP_AL_P40CMDPRIV
P40 command libraryAL component code
0x1BXX
PH_COMP_AL_P40CMDPUB
P40 command libraryAL component code
0x30XX
PH_COMP_DL_AMP
Amplifier DL component code
0x31XX
PH_COMP_DL_THSTRM
Thermostream DL component code
0x32XX
PH_COMP_DL_OSCI
Oscilloscope DL component code
0x33XX
PH_COMP_DL_RDFPGA
Reader FPGA Box DL component code
0x34XX
PH_COMP_DL_MSTAMPOSC
Master Amplifier Oscilloscope DL component code
0x35XX
PH_COMP_DL_STEPPER
Stepper DL component code
0xE0XX
PH_COMP_CIDMANAGER
Cid Manager component code
Table 136: RFID stack high byte error messages