# エラーコード一覧 ## Command Code ```{list-table} :header-rows: 1 :widths: 20 80 * - Command Code - メッセージ内容 * - 0x01 - Set Reader Power Control * - 0x03 - Get Reader Information * - 0x06 - Get Region * - 0x07 - Set Region * - 0x08 - Set System Reset * - 0x0B - Get Type C A/I Select Parameters * - 0x0C - Set Type C A/I Select Parameters * - 0x0D - Get Type C A/I Query Related Parameters * - 0x0E - Set Type C A/I Query Related Parameters * - 0x11 - Get current RF Channel * - 0x12 - Set current RF Channel * - 0x13 - Get FH and LBT Parameters * - 0x14 - Set FH and LBT Parameters * - 0x15 - Get Tx Power Level * - 0x16 - Set Tx Power Level * - 0x17 - RF CW signal control * - 0x22 - Read Type C UII * - 0x23 - Read Type C UII RSSI * - 0x25 - Read Type C UII TID * - 0x29 - Read Type C Tag Data * - 0x2A - Read Type C Tag Long Data * - 0x2E - Get Session * - 0x2F - Set Session * - 0x30 - Get Frequency Hopping Table * - 0x31 - Set Frequency Hopping Table * - 0x32 - Get Modulation * - 0x33 - Set Modulation * - 0x34 - Get Anti-Collision Mode * - 0x35 - Set Anti-Collision Mode * - 0x36 - Start Auto Read2 * - 0x37 - Stop Auto Read2 * - 0x38 - Start Auto Read RSSI * - 0x39 - Stop Auto Read RSSI * - 0x46 - Write Type C Tag Data * - 0x47 - BlockWrite Type C Tag Data * - 0x48 - BlockErase Type C Tag Data * - 0x83 - BlockPermalock Type C Tag * - 0x65 - Kill/Recom Type C Tag * - 0x82 - Lock Type C Tag * - 0xAC - Antenna Check * - 0xC5 - Get RSSI * - 0xC6 - Scan RSSI * - 0xCA - Get DTC Result * - 0xD2 - Update Registry * - 0xD4 - Get Registry Item * - 0xFF - Command Failure * - 0xE4 - Set Optimum Frequency Hopping Table * - 0xE5 - Get Frequency Hopping Mode * - 0xE6 - Set Frequency Hopping Mode * - 0xE7 - Get Tx Leakage RSSI Level for Smart hopping Mode * - 0xE8 - Set Tx Leakage RSSI Level for Smart hopping Mode * - 0xEC - Start Read with Fast Leakage Cal. * - 0xED - Request Fast Leakage Cal. ``` ## Sub Error Code for RFID 対応モデル:ASR-030D、ASR-031D、ASR-0230D、ASR-0231D、ASR-0240D、ASR-L70D、ASR-M30S ```{list-table} :header-rows: 1 :widths: 15 85 * - Sub Error Code - 内容 * - 0x01 - Not supported * - 0x02 - Insufficient privileges * - 0x03 - Memory overrun * - 0x04 - Memory locked * - 0x05 - Crypto suite error * - 0x06 - Command not encapsulated * - 0x07 - ResponseBuffer overflow * - 0x08 - Security timeout * - 0x0B - Insufficient power * - 0x0F - Non-specific error * - 0x11 - Sensor Scheduling configuration * - 0x12 - Tag Busy * - 0x13 - Measurement type not supported * - 0x80 - No tag detected * - 0x81 - Handle acquisition failure * - 0x82 - Access password failure * - 0x90 - CRC error * - 0x91 - Rx Timeout * - 0xA0 - Registry update failure * - 0xA1 - Registry erase failure * - 0xA2 - Registry write failure * - 0xA3 - Registry not exist * - 0xB0 - UART failure * - 0xB1 - SPI failure * - 0xB2 - I2C failure * - 0xB3 - GPIO failure * - 0xE0 - Not supported command * - 0xE1 - Undefined command * - 0xE2 - Invalid parameter * - 0xE3 - Too high parameter * - 0xE4 - Too low parameter * - 0xE5 - Failure automatic read operation * - 0xE6 - Not automatic read mode * - 0xE7 - Failure to get last response * - 0xE8 - Failure to control test * - 0xE9 - Failure to reset Reader * - 0xEA - Rfidblock control failure * - 0xEB - Automatic read in operation * - 0xF0 - Undefined other error * - 0xF1 - Failure to verify write operation * - 0xFC - Abnormal antenna * - 0xFF - None error ``` ## Sub Error Code for Barcode 対応モデル:ASX-300R、ASX-301R、ASX-510R、ASX-520R、ASR-010D、ASR-020D、ASR-022D、ASR-0230D、ASR-0231D、ASR-0240D ```{list-table} :header-rows: 1 :widths: 15 85 * - Sub Error Code - 内容 * - 0xE0 - ERR_NOT SUPRT_CMD * - 0x0E - ERR_INVALID_PARM * - 0x17 - FAIL_NOT_SUPRT_CMD * - 0x18 - FAIL_UNDEF_CMD * - 0x01 - FAIL_RDR_PWR_CTRL * - 0xE9 - FAIL_RDR_ALREADY_PWR_ON * - 0xFF - FAIL_CRC_ERROR ``` ## Sub Error Code for M24D 対応モデル:ASR-M24D ```{list-table} :header-rows: 1 :widths: 15 85 * - Sub Error Code - 内容 * - 0x17 - Not Support Command * - 0x18 - Undefined Command * - 0x01 - Reader Power Control Fail * - 0x0E - Invalid Parameter * - 0x0A - Auto Read Fail * - 0xE9 - Reader Already Power On * - 0xFF - CRC check Error * - 0x20 - Barcode SSI Timeout * - 0x21 - Barcode SSI No Ack * - 0x80 - NV item Write Fail * - 0x81 - NV item Write Fail (Battery Low Voltage) * - 0x82 - NV item erase Fail * - 0xE5 - Auto Read in Operation Fail ```