Download Print this page
Feig Electronic OBID i-scan ID ISC.MU02.02-CU Manual

Feig Electronic OBID i-scan ID ISC.MU02.02-CU Manual

Uhf reader module
Hide thumbs Also See for OBID i-scan ID ISC.MU02.02-CU:

Advertisement

Quick Links

MANUAL
ID ISC.MU02.02-AD/-CU
UHF Reader Module
Firmware-Versions
RFC: ≥ 01.04.00
final – public (B)
2015-01-28 – H90701-3e-ID-B

Advertisement

loading

Summary of Contents for Feig Electronic OBID i-scan ID ISC.MU02.02-CU

  • Page 1 MANUAL ID ISC.MU02.02-AD/-CU UHF Reader Module Firmware-Versions RFC: ≥ 01.04.00 final – public (B) 2015-01-28 – H90701-3e-ID-B...
  • Page 2 FEIG ELECTRONIC call explicit attention that devices which are subject of this document are not designed with components and testing methods for a level of reliability suitable for use in or in connection with surgical implants or as critical components in any life support systems whose failure to perform can reasonably be expected to cause significant injury to a human.
  • Page 3 • The following figure formats are used: 0...9: for decimal figures 0x00...0xFF: for hexadecimal figures, b0...1 for binary figures. • The hexadecimal value in brackets "[ ]" marks a control byte (command). FEIG ELECTRONIC GmbH Page 3 of 96 H90701-3e-ID-B...
  • Page 4 7.3.1. Dedicated Input / Output Functions ................32 7.4. CFG3 .. 10: Reserved ....................... 33 7.5. CFG11: Read Mode – Read Data ..................34 7.6. CFG12: Read Mode - Filter ....................38 7.7. CFG13 Scan Mode ......................39 FEIG ELECTRONIC GmbH Page 4 of 96 H90701-3e-ID-B...
  • Page 5 9.5.3. Mode = 0x10 (Hardware Information) ................. 64 9.5.4. Mode = 0x40 / 0x41 (CFG Info for read and write permission) ........65 9.5.5. Mode = 0x60 (I/O Info) ....................66 9.5.6. Mode = 0x80 (Device_ID) ..................66 FEIG ELECTRONIC GmbH Page 5 of 96 H90701-3e-ID-B...
  • Page 6 ANNEX B: Codes of Identifier Data Types (IDDT) ..............90 ANNEX C: Index of Status Bytes ................... 91 ANNEX D: Codes of Reader Types ..................93 ANNEX E: Labeling of configuration parameter ..............94 FEIG ELECTRONIC GmbH Page 6 of 96 H90701-3e-ID-B...
  • Page 7 Although this device doesn't exceed the valid limits for electromagnetic fields you should keep a minimum distance of 25 cm between the device and your cardiac pacemaker and not stay in an immediate proximity of the device respective the antenna for some time. FEIG ELECTRONIC GmbH Page 7 of 96 H90701-3e-ID-B...
  • Page 8 OBID i-scan Manual ID ISC.MU02.02 2. Revision History of Documentation Revi- Date Page Description sion 14.07.09 Initial revision Data Clock 02.01.12 RSSI for Inventory 30.01.12 new Design 28.01.15 CFG37: New Parameter TID-LENGTH FEIG ELECTRONIC GmbH Page 8 of 96 H90701-3e-ID-B...
  • Page 9 Most Significant Byte Number Output Read / Write Access Read Relay Radio Frequency RSSI Received Signal Strength Indicator Real Time Clock Table Transponder Timeslot Unique Identifier (read only Serial Number) Write Only Access Write FEIG ELECTRONIC GmbH Page 9 of 96 H90701-3e-ID-B...
  • Page 10 The Reader supports the transponder protocols Class1 GEN2, optional ISO18000-6-C. FEIG Electronic provides a library which allows the user to develop their own host applications to exchange data with the ID ISC.MU02.02. FEIG ELECTRONIC GmbH...
  • Page 11 Host (Terminal / PC / ..) Reader → parameter- / control command parameter received and stored / control command processed ← status / error status data ← FEIG ELECTRONIC GmbH Page 11 of 96 H90701-3e-ID-B...
  • Page 12: Host Commands

    Transponder data in Reader field ← → write data to Transponder with UID Transponder with correct UID in antenna field ? ← OK status status = no Transponder in Reader field ← FEIG ELECTRONIC GmbH Page 12 of 96 H90701-3e-ID-B...
  • Page 13 2 Transponders in detection range UID and data block should be read: UID1 data1 UID2 data2 Com-Prefix (optional) VALID-TIME UID: Serial-Number. (fix) time to the next new Transponder reading data: data blocks (free programmable) Separation character (optional) End character (optional) FEIG ELECTRONIC GmbH Page 13 of 96 H90701-3e-ID-B...
  • Page 14 If configuration protocols shall be sent to the Reader while the Scan-Mode is active, no Transponder should be within the detection range of the Reader during this time. Only read operations are available with the Scan-Mode. FEIG ELECTRONIC GmbH Page 14 of 96 H90701-3e-ID-B...
  • Page 15 Reader Module with RS232 and data/clock interface, external supply voltage of 5 V DC ID ISC.MU02.02-CU Reader Module with RS232-LVTTL and USB interface, external supply voltage of 5 V DC or directly over USB FEIG ELECTRONIC GmbH Page 15 of 96 H90701-3e-ID-B...
  • Page 16 Protocol frame: Advanced Protocol-Length Reader ← Host (6...n-2) CONTROL-  COM-ADR (DATA) (0x02) ALENGTH ALENGTH BYTE  CRC16 CRC16 Host ← Reader (7...n-2) CONTROL-  COM-ADR STATUS (DATA) (0x02) ALENGTH ALENGTH BYTE  CRC16 CRC16 FEIG ELECTRONIC GmbH Page 16 of 96 H90701-3e-ID-B...
  • Page 17: Control-Byte

    The data will be sent always as MSB first if the Reader is in the Host Command Mode. CRC16: Cyclic redundancy check of the protocol bytes from 1 to n-2, as specified by CCITT-CRC16 Polynom: + 1 (0x8408) Start Value: 0xFFFF Direction: Backward FEIG ELECTRONIC GmbH Page 17 of 96 H90701-3e-ID-B...
  • Page 18: Crc16 Calculation Algorithm

    /* cnt = number of protocol bytes without CRC */ crc ^= DATA[i]; for (j = 0; j < 8; j++) if (crc & 0x0001) crc = (crc >> 1) ^ CRC_POLYNOM; else crc = (crc >> 1); FEIG ELECTRONIC GmbH Page 18 of 96 H90701-3e-ID-B...
  • Page 19 Malfunctions may occur if parameters are configured outside their described range or if unspecified parameters have been changed! A Firmware update resets the EEPROM to default settings and the Reader goes into the er- ror status “EE-Init-mode. FEIG ELECTRONIC GmbH Page 19 of 96 H90701-3e-ID-B...
  • Page 20 The structured long names are used as from now in ISOStart 8.0 and beginning with version 3.0.0 of Software Development Kits (SDK). A summary of the parameter are shown in chapter: ANNEX E: Labeling of configuration parameter FEIG ELECTRONIC GmbH Page 20 of 96 H90701-3e-ID-B...
  • Page 21 The Bit in CFG_NO defines if the access to the configuration block is free or if the user should login to the Reader to get access to the configuration block. b0 ⇒ Access if free b1 ⇒ Access need a login FEIG ELECTRONIC GmbH Page 21 of 96 H90701-3e-ID-B...
  • Page 22 It is possible to disable the READER-ID with an activation code, if the READER-ID is un- known. The activation code must be ordered by your supplier or FEIG Electronic GmbH. Config Protection By means of Config Protection, the access to the configuration parameters stored within the Read- er is protected by a 32-bit password, the "READER-ID".
  • Page 23 The Reader sets the baud rate to 38400 baud, if the user sets an invalid baudrate. A reasonableness check is performed by writing this parameter to the Reader. If an error occurs the Read- er answers with STATUS = 0x11. FEIG ELECTRONIC GmbH Page 23 of 96 H90701-3e-ID-B...
  • Page 24 TR-RESPONSE-TIME 0...65535 * 5 ms A reasonableness check is performed by writing this parameter to the Reader. If an error occurs the Read- er answers with STATUS = 0x11. FEIG ELECTRONIC GmbH Page 24 of 96 H90701-3e-ID-B...
  • Page 25 16 leading zero clocks before the start character additional a trailer of 16 attached zero clocks following to the LRC char- acter. b110: Wiegand emulation (see 7.2.2. Wiegand Emulation) data format: Wiegand formatted protocol frame FEIG ELECTRONIC GmbH Page 25 of 96 H90701-3e-ID-B...
  • Page 26 By means of this byte, the Reader mode can be defined. Bit: Function: SCAN-E SCAN-E: By setting of this bit the Scan-Mode can be enabled Host Mode (see chapter 10. Protocols for Host Commands) Scan Mode FEIG ELECTRONIC GmbH Page 26 of 96 H90701-3e-ID-B...
  • Page 27 101000/1 100010/1 100110/0 010001/1 011001/0 111110/0 011010/0 Time  XOR operation on Start-, Data and Stop-sign Timing The following diagram represents the signal response of the 3 data lines of the data- /clock-interface in magnetic strip emulation. FEIG ELECTRONIC GmbH Page 27 of 96 H90701-3e-ID-B...
  • Page 28 ® OBID i-scan Manual ID ISC.MU02.02 /CLOCK /DATA /CLS = 0,5 ms ≈ t a(n) ≈ t b(n) = 10...12 ms FEIG ELECTRONIC GmbH Page 28 of 96 H90701-3e-ID-B...
  • Page 29 EVEN: Even parity bit calculated across the first half DATA bits. DATA: Data bits as read from the Transponder and defined in scan-mode set- tings. ODD: Odd parity bit calculated across the last half DATA bits. FEIG ELECTRONIC GmbH Page 29 of 96 H90701-3e-ID-B...
  • Page 30 Timing The following diagram represents the signal response of the 3 data lines of the data-/clock-interface in Wiegand emulation. /CLOCK = DATA0 /DATA = DATA1 /CLS = 0,5 ms = 10..12 ms FEIG ELECTRONIC GmbH Page 30 of 96 H90701-3e-ID-B...
  • Page 31 When this option is selected, the Reader will switch the LEDs on for two seconds to indicate that the Reader is ready after the Reader is powered. If the Reader is reset by software, only both LEDs switch on for 2 seconds. FEIG ELECTRONIC GmbH Page 31 of 96 H90701-3e-ID-B...
  • Page 32 Alternately blink with red LED after an EEPROM error. The Reader is initializing after power up or a 9.3. [0x63] RF Controller Reset command. blue The RF interface has a faultless communication with a Tran- sponder. FEIG ELECTRONIC GmbH Page 32 of 96 H90701-3e-ID-B...
  • Page 33 7.4. CFG3 .. 10: Reserved The configuration block CFG3 and CFG10 are reserved for future use. Byte Contents 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Default Byte Contents 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Default FEIG ELECTRONIC GmbH Page 33 of 96 H90701-3e-ID-B...
  • Page 34 If this flag is set TR-DATA-2 is present A reasonableness check is performed by writing this parameter to the Reader. If an error occurs the Read- er answers with STATUS = [0x11]. FEIG ELECTRONIC GmbH Page 34 of 96 H90701-3e-ID-B...
  • Page 35 If this flag is set TR-DATA-3 is present TR-DATA-3: Selects the data types for read operation. Bit: Function Prefix COM Prefix: (OperatingMode.ScanMode.DataFormat.BusAddressPrefix) no COM Prefix is send The Reader will transmit the COM-ADR before each data set. FEIG ELECTRONIC GmbH Page 35 of 96 H90701-3e-ID-B...
  • Page 36 The size of one data block depends on the type of Transponder. A plausibility check is performed by writing this parameter to the Reader. If an error occurs the Reader answers with STATUS = [0x11]. FEIG ELECTRONIC GmbH Page 36 of 96 H90701-3e-ID-B...
  • Page 37 2 to get the whole data block Example: data block Byte Data 0x01 0x23 0x45 0x67 0x89 0xAB 0xCD 0xEF D START = 1 D LGT = 26 Output Data b0010 0011 b0100 0101 b0110 0111 b10 FEIG ELECTRONIC GmbH Page 37 of 96 H90701-3e-ID-B...
  • Page 38 As long as the VALID-TIME is active, the Transponder can be in the detection range of the reader or outside of it. NOTE: Changing of VALID-TIME only becomes effective after writing configuration block CFG12 to EEPROM. FEIG ELECTRONIC GmbH Page 38 of 96 H90701-3e-ID-B...
  • Page 39 0x30 b0001 0x31 b0010 0x32 b0011 0x33 b0100 0x34 b0101 0x35 b0110 0x36 b0111 0x37 b1000 0x38 b1001 0x39 b1010 0x41 b1011 0x42 b1100 0x43 b1101 0x44 b1110 0x45 b1111 0x46 FEIG ELECTRONIC GmbH Page 39 of 96 H90701-3e-ID-B...
  • Page 40 ‘,‘ ‘;’ CR+LF ASCII CR+LF 0x0D and 0x0A 0x0A 0x0D 0x09 ‘;’ 0x3B ‘,’ 0x2C ‘ ‘ 0x20 USER user defined in SEP-USR none 0x00 NOTE: Only one option can be selected. FEIG ELECTRONIC GmbH Page 40 of 96 H90701-3e-ID-B...
  • Page 41 HEADER-USR1 + 2 + 3 + 4 Example of scan data: COM- Separation Separation Data- Header END Character Character Character Blocks COM- SEP-CHAR USR1 USR2 USR3 USR4 SEP-CHAR USR1 USR2 USR3 FEIG ELECTRONIC GmbH Page 41 of 96 H90701-3e-ID-B...
  • Page 42 7.8. CFG14: Reserved The configuration block CFG14 is reserved for future use. Byte Contents 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Default Byte Contents 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Default FEIG ELECTRONIC GmbH Page 42 of 96 H90701-3e-ID-B...
  • Page 43 ANT_OUT_INT: () This parameter is depended of Bit ANT_SEL ANT_OUT_INT_NR: () number of antennas (1..2) Example: Reader shall read on antenna 2 ANT_SEL = b1, ANT_OUT_INT = b0010, ANT_OUT_INT_NR is not relevant FEIG ELECTRONIC GmbH Page 43 of 96 H90701-3e-ID-B...
  • Page 44 Transponder on the active antenna. If the Transponder communication time on the active antenna exceed the MUX-VALID- TIME-ANT_x the Transponder communication on the active antenna is stopped, and the Reader switches to the next antenna. FEIG ELECTRONIC GmbH Page 44 of 96 H90701-3e-ID-B...
  • Page 45 7.10. CFG16 .. 21: Reserved The configuration blocks CFG16 .. 21 are reserved for future use. Byte Contents 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Default Byte Contents 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Default FEIG ELECTRONIC GmbH Page 45 of 96 H90701-3e-ID-B...
  • Page 46 EPC memory bank TID memory bank User memory bank S_START_POINTER: (Transponder.UHF.EPC_Class1Gen2.SelectionMask.FirstBit) Defines the memory bit address on which the bit String of the Mask is compared to the memory of the Tag. FEIG ELECTRONIC GmbH Page 46 of 96 H90701-3e-ID-B...
  • Page 47 0xA02A 0x0510 0x15A0 0x1234 ..--> EPC 2 CRC16 0x3000 0xA02A 0x0510 0x15A0 0x6789 ..--> EPC 3 CRC16 0x3000 0xA02A 0x0510 0x15A1 0x6789 ..S_MASK 0x3000 0xA02A 0x0510 0x15A0 checked checked FEIG ELECTRONIC GmbH Page 47 of 96 H90701-3e-ID-B...
  • Page 48 ® OBID i-scan Manual ID ISC.MU02.02 EPC class GEN2 Memory specification: FEIG ELECTRONIC GmbH Page 48 of 96 H90701-3e-ID-B...
  • Page 49 7.12. CFG24 .. 35: Reserved The configuration blocks CFG24 .. 39 are reserved for future use. Byte Contents 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Default Byte Contents 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Default FEIG ELECTRONIC GmbH Page 49 of 96 H90701-3e-ID-B...
  • Page 50 0x06 = EN 302208 865 MHz – 868 MHz A reasonableness check is performed by writing this parameter to the Reader. If an error occurs the Read- er answers with STATUS = [0x11]. FEIG ELECTRONIC GmbH Page 50 of 96 H90701-3e-ID-B...
  • Page 51 2. Pref Chn 3. Pref Chn 4. Pref Chn Channel 1: 865,7 MHz = b0100 Channel 2: 866,3 MHz = b0111 Channel 3: 866,9 MHz = b1010 Channel 4: 867,5 MHz = b1101 FEIG ELECTRONIC GmbH Page 51 of 96 H90701-3e-ID-B...
  • Page 52 If IDDIB is 0x02 then only the TID must be used to address commands (e.g. read, write...) to the tag TID-LENGTH: (Transponder.Miscellaneous.TID-Length) Defines the length of the TID to be expected when IDDIB is EPC and TID. 0x20 – 32 Bits 0x40 – 64 Bits 0x60 – 96 Bits FEIG ELECTRONIC GmbH Page 52 of 96 H90701-3e-ID-B...
  • Page 53 0x01 SESSION: (Transponder.UHF.EPC_Class1Gen2.Anticollision.Session) Defines which Session of EPC Gen 2 Transponder will be used in Inventory process. Bit: Function SESSION b00: Session 0 b01: Session 1 b10: Session 2 b11: Session 3 FEIG ELECTRONIC GmbH Page 53 of 96 H90701-3e-ID-B...
  • Page 54 7.16. CFG39 .. 62: Reserved The configuration blocks CFG39 .. 62 are reserved for future use. Byte Contents 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Default Byte Contents 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Default FEIG ELECTRONIC GmbH Page 54 of 96 H90701-3e-ID-B...
  • Page 55 Any kind of customer hex data can be stored in this EEPROM or RAM memory area. Byte Contents 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Default Byte Contents 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Default FEIG ELECTRONIC GmbH Page 55 of 96 H90701-3e-ID-B...
  • Page 56 14 bytes configuration block read from address CFGn in CFG-ADR. NOTE: A read configuration from EEPROM with reserved configuration blocks will cause a 0x15 error code. see ANNEX C: Index of Status Bytes see Chapter 7. Configuration Parameters (CFG) FEIG ELECTRONIC GmbH Page 56 of 96 H90701-3e-ID-B...
  • Page 57 14 bytes configuration block stored in the configuration memory of the Reader at address CFGn. NOTE: A write configuration to EEPROM with reserved configuration blocks will cause a 0x16 error code. see ANNEX C: Index of Status Bytes see chapter 7. Configuration Parameters (CFG) FEIG ELECTRONIC GmbH Page 57 of 96 H90701-3e-ID-B...
  • Page 58 CFGn all configuration blocks LOC: specifies the location of the configuration block RAM and EEPROM NOTE: A set default configuration with reserved configuration blocks will cause an error code. FEIG ELECTRONIC GmbH Page 58 of 96 H90701-3e-ID-B...
  • Page 59 Host → Reader 0x00 [0x55] CRC16 Host ← Reader 0x00 [0x55] 0x00 CRC16 NOTE: This command is only available if the correct COM-ADR of the Reader is used. (Do not use 0xFF). FEIG ELECTRONIC GmbH Page 59 of 96 H90701-3e-ID-B...
  • Page 60 Host → Reader COM-ADR [0x63] CRC16 Host ← Reader COM-ADR [0x63] CRC16 STATUS NOTE: The RF-field will be switched off after a “RF Controller Reset” see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 60 of 96 H90701-3e-ID-B...
  • Page 61 Displays options which are supported by the Reader Hardware SW-TYPE: Type of Reader Firmware 0x32 ID ISC.MU02 TR-TYPE-UHF: Displays the UHF-Transponders supported by the software. Bit: Function: Bit: Function: EPC G2 see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 61 of 96 H90701-3e-ID-B...
  • Page 62 0x80: Device-ID These Information are necessary for some Firmware updates or Firmware up- grades. Host ← Reader Depending on the MODE Parameter the Reader response has a differing structure with several information: FEIG ELECTRONIC GmbH Page 62 of 96 H90701-3e-ID-B...
  • Page 63 TX-BUF is the maximum transmit buffer size of the Reader. The Host has to take into ac- count that a response protocol of the Reader can have this length. TR-TYPE-UHF: Displays the UHF-Transponders supported by the software. Bit: Function: Bit: Function: EPC G2 FEIG ELECTRONIC GmbH Page 63 of 96 H90701-3e-ID-B...
  • Page 64  D_HW A_HW FREQUENCY PORT_TYPE reserved RFC-INFO 18,19   reserved CRC16 HW-INFO: Hardware Information Bit: Function: Bit: Function: D-HW: internal use A-HW: internal use see: ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 64 of 96 H90701-3e-ID-B...
  • Page 65 The flag fields are independent of configu- rable password protection 7...8 9...n-2 n-1...n NR_OF_ PERMISSI COM-ADR [0x66] CRC16 STATUS PAGES PERMISSION: Byte Bit: CFG_NO Byte Bit: CFG_NO Byte Bit: CFG_NO FEIG ELECTRONIC GmbH Page 65 of 96 H90701-3e-ID-B...
  • Page 66 FW_L: Indicates which Firmware version is licensed on the Reader. TR_DRV_UHF_L: Indicates which UHF-Transponder drivers are licensed on the Reader. FNC_UHF_L: Indicates which optional functions for UHF-Transponders are licensed on the Reader. FEIG ELECTRONIC GmbH Page 66 of 96 H90701-3e-ID-B...
  • Page 67 After a RF Reset, a Transponder which is located within the field has to be re-selected. The response of this command will be sent after the RF Reset was completed. see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 67 of 96 H90701-3e-ID-B...
  • Page 68 RF output ON/OFF command is sent to the Read- Switching of antenna is also possible in Scan-Mode, if multiplexer is disable. Scan Mode, Buffered Read Mode or Notification Mode FEIG ELECTRONIC GmbH Page 68 of 96 H90701-3e-ID-B...
  • Page 69 Error during the communication with EEPROM Dev 1 RF-Decoder: Error during the communication with RF-Decoder MODE = 0x20: ASCII-String with a description of the error. see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 69 of 96 H90701-3e-ID-B...
  • Page 70 Bit: OUT- Function: OUT-Number type OUT-type: Digital Output The following outputs are available: – OUT-1: LED green – OUT-2: LED blue – OUT-3: LED red see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 70 of 96 H90701-3e-ID-B...
  • Page 71 In order to reset a continuously active time, OUT-TIME = 1 has to be sent to the Reader, which effects a change to the idle status after 100 ms. The continuous activation is being set back after a reset or a power failure. FEIG ELECTRONIC GmbH Page 71 of 96 H90701-3e-ID-B...
  • Page 72 OUT2 (LED blue) is not activated for 200 ms. OUT3 (Beeper) is activated for 1000ms OUT-N OUT-NR OUT-S OUT-TIME  0x0003 0x01 0x07 0x0005  OUT-NR OUT-S OUT-TIME  0x02 0x02 0x0002  OUT-NR OUT-S OUT-TIME 0x04 0x01 0x000A FEIG ELECTRONIC GmbH Page 72 of 96 H90701-3e-ID-B...
  • Page 73 7.1. CFG0: Passwords. NOTE: A Reader-Login with wrong READER-ID cause a "Logout". A "Logout" can be effected via the command 9.3. [0x63] RF Controller Reset. see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 73 of 96 H90701-3e-ID-B...
  • Page 74 √ 10.1.1. [0x01] Inventory √ 10.1.2. [0x23] Read Multiple Blocks √ 10.1.3. [0x24] Write Multiple Blocks √ 11. [0xB3] Host commands for EPC Transponders √ 11.1.1. [0x18] Kill √ 11.1.2. [0x22] Lock FEIG ELECTRONIC GmbH Page 74 of 96 H90701-3e-ID-B...
  • Page 75: Request-Data

    STATUS RESPONSE- CRC16 DATA REQUEST-DATA: Command specific request RESPONSE-DATA: Command specific response NOTE: Data is only transferred if STATUS = 0x00, 0x83, 0x94, 0x95. This commands aren’t available if Scan-Mode is active. FEIG ELECTRONIC GmbH Page 75 of 96 H90701-3e-ID-B...
  • Page 76 Is a bit field and defines the corresponding bits of antenna where the reader starts an In- ventory. ANT-SEL will be only transmitted if Bit "ANT" is set in Mode-Byte. Bit: Function ANT2 ANT1 ANT1...2 no reading on this antenna output reading on this antenna output FEIG ELECTRONIC GmbH Page 76 of 96 H90701-3e-ID-B...
  • Page 77 Number of the antenna (1...255) NOTE: This command supports all Transponders. If the STATUS byte of the protocol frame has the value 0x94 more IDD can be read out of the Reader with MORE = b1. FEIG ELECTRONIC GmbH Page 77 of 96 H90701-3e-ID-B...
  • Page 78 UID field has a fixed length of 8 byte, from byte 6 to byte 13. The protocol includes the parameter UID_LNG. The UID has a variable length as defined in UID_LNG. FEIG ELECTRONIC GmbH Page 78 of 96 H90701-3e-ID-B...
  • Page 79 Reader exe- cute access command A_PW_LNG: Length of Access Password. A_PW: Access password which is used to access to the secured state of the Tag. FEIG ELECTRONIC GmbH Page 79 of 96 H90701-3e-ID-B...
  • Page 80 Number of bytes of one data block. This value depends on the specification of the Tran- sponder SEC-STATUS: Block security status of following data block. Requested data block. The block size is defined by DB-SIZE. FEIG ELECTRONIC GmbH Page 80 of 96 H90701-3e-ID-B...
  • Page 81 Transponder memory addressing is done by BANK and 2 byte DB-ADR Field UID_LNG: Is a optional parameter and depends on the setting of UID_LF (see MODE). UID_LNG de- fines the length of the following UID field. FEIG ELECTRONIC GmbH Page 81 of 96 H90701-3e-ID-B...
  • Page 82 Number of data blocks to be read from the Transponder, starting at DB-ADR. The maximum number of DB-N, depends on DB-Size and the interface transmit buffer size TX-BUF. The maximum number of DB-N is: (TX-BUF - 10 )/(DB-Size+1) FEIG ELECTRONIC GmbH Page 82 of 96 H90701-3e-ID-B...
  • Page 83 DB-SIZE. The number of the expected bytes are DB-N * DB-SIZE. DB-ADR-E: Block number were the error occurred. NOTE: If an error occurred during a write command, the number of the block were the error oc- curred will be send to host FEIG ELECTRONIC GmbH Page 83 of 96 H90701-3e-ID-B...
  • Page 84 DATA Host ← Reader 5...n-2 n-1,n COM-ADR [0xB3] STATUS RESPONSE- CRC16 DATA REQUEST-DATA: EPC specific request RESPONSE-DATA: EPC specific response NOTE: Data is only transferred if STATUS = 0x00, 0x83, 0x94, 0x95. FEIG ELECTRONIC GmbH Page 84 of 96 H90701-3e-ID-B...
  • Page 85 Is a optional parameter and depends on the setting of EPC_LF (see MODE). EPC_LNG defines the length of the following EPC field. EPC: EPC of the Transponder. The EPC is required only in the addressed mode. K_PW_LNG: Length of Kill Password. K-PW: Kill Password. FEIG ELECTRONIC GmbH Page 85 of 96 H90701-3e-ID-B...
  • Page 86 A EPC class 1 Transponder can be killed in addressed mode only. Kill password K_PW has to contain the kill code. Kill password length K_PW_LNG=4. A kill password of “00 00 00 00” has no effect and will be ignored by the transponder. FEIG ELECTRONIC GmbH Page 86 of 96 H90701-3e-ID-B...
  • Page 87 EPC: Read-only serial number of the Transponder. The EPC is required only in the addressed mode. EPC_Type: Type of Transponder according ANNEX A: Codes of Transponder Types. LOCK_LNG: Length of LOCK_DATA Field FEIG ELECTRONIC GmbH Page 87 of 96 H90701-3e-ID-B...
  • Page 88 Length of Access Password. A_PW: Access password which is used to access to the secured state of the Tag. NOTE: Lock data length Lock_LNG=3. Further details can be found in the Application Note N11121-Xe-ID-B.pdf. FEIG ELECTRONIC GmbH Page 88 of 96 H90701-3e-ID-B...
  • Page 89 √ 0xB0 0x01 Inventory √ √ √ 0xB0 0x23 Read Multiple Blocks √ √ √ 0xB0 0x24 Write Multiple Blocks √ √ 0xB3 0x18 Kill √ √ 0xB3 0x22 Lock FEIG ELECTRONIC GmbH Page 89 of 96 H90701-3e-ID-B...
  • Page 90 ANNEX B: Codes of Identifier Data Types (IDDT) Value IDDT 0x00 SNR or UID 0x02 EPC and TID The Information will be send by performing the 10.1.1. [0x01] Inventory command or using the Scan Mode. FEIG ELECTRONIC GmbH Page 90 of 96 H90701-3e-ID-B...
  • Page 91 Parameter-Range-Error: 0x11 • The value range of the parameters was exceeded. Login-Request: 0x13 • Configuration access without having logged in to the Reader before. 0x14 Login-Error: • Login attempt with wrong password. FEIG ELECTRONIC GmbH Page 91 of 96 H90701-3e-ID-B...
  • Page 92 1. Read the Device-ID using the command [0x66] Firmware version (Mode 0x80) 2. Send the Device-ID and the serial number of the reader to Feig Electronic 3. Write the upgrade code into the reader using the command [0x5F] Set Firmware Update...
  • Page 93 ID ISC.LR2000 ID ISC.MRU200 ID ISC.MRU200-U ID ISC.LRU1000 ID ISC.LRU2000 ID CPR.M02 ID CPR.02 ID CPR40.30-Ux ID CPR40.0x-Ax / -Cx ID CPR.M03 (586/#) ID CPR.03 (584/#) ID CPR.04 (596/#) ID CPR.04-U ID ISC.MU02.02 FEIG ELECTRONIC GmbH Page 93 of 96 H90701-3e-ID-B...
  • Page 94 CFG_ACCESS AccessProtection.Lock_CFG50_59 CFG_ACCESS AccessProtection.Lock_CFG60_62 CFG_ACCESS AccessProtection.Lock_CFG63 CFG_ACCESS AccessProtection.Lock_CFG36 CFG_ACCESS AccessProtection.Lock_CFG37 CFG_ACCESS AccessProtection.Lock_CFG38 CFG_ACCESS AccessProtection.Lock_CFG39 COM-ADR HostInterface.Serial.BusAddress BAUD HostInterface.Serial.Baudrate TRANS-FORM (P) HostInterface.Serial.Parity TRANS-FORM (D) HostInterface.Serial.Databits TRANS-FORM (S) HostInterface.Serial.Stopbits TR-RESPONSE-TIME AirInterface.TimeLimit RF-INTERFACE (UHF) Transponder.Driver.Enable_UHF FEIG ELECTRONIC GmbH Page 94 of 96 H90701-3e-ID-B...
  • Page 95 DB-USE / DB-Format OperatingMode.ScanMode.DataFormat.Format OperatingMode.ScanMode.DataFormat.Separatio SEP-CHAR nChar OperatingMode.ScanMode.DataFormat.UserSepar SEP-USR ationChar END-CHAR OperatingMode.ScanMode.DataFormat.EndChar OperatingMode.ScanMode.DataFormat.UserEndC END-USR1 har1 OperatingMode.ScanMode.DataFormat.UserEndC END-USR2 har2 OperatingMode.ScanMode.DataFormat.UserEndC END-USR3 har3 OperatingMode.ScanMode.DataFormat.UserHead DER-USR1 erChar1 OperatingMode.ScanMode.DataFormat.UserHead DER-USR2 erChar2 OperatingMode.ScanMode.DataFormat.UserHead DER-USR3 erChar3 OperatingMode.ScanMode.DataFormat.UserHead DER-USR4 erChar4 FEIG ELECTRONIC GmbH Page 95 of 96 H90701-3e-ID-B...
  • Page 96 Transpond- S_START_POINTER er.UHF.EPC_Class1Gen2.SelectionMask.FirstBit Transpond- S_MASK er.UHF.EPC_Class1Gen2.SelectionMask.Mask 22-23 TAG-DRV Transponder.Driver.UHF.Drivers TAG-DRV € Transponder.Driver.UHF.EPC_Class1Gen2 FREQ_US AirInterface.Region.UHF.FCC.Channel.UpperCha (Upper channel) nnel AirInterface.Region.UHF.FCC.Channel. FREQ_US (C_ALOC) ChannelAllocationMode FREQ_US (lower AirInterface.Region.UHF.FCC.Channel.LowerCha channel) nnel Transpond- IDDIB er.Miscellaneous.IdentifierInterpretationMode Transponder.UHF.EPC_Class1Gen2.Anticollision. SESSION Session FEIG ELECTRONIC GmbH Page 96 of 96 H90701-3e-ID-B...

This manual is also suitable for:

Obid i-scan id isc.mu02.02-adObid id isc.mu02.02-adObid id isc.mu02.02-cuIdentification id isc.mu02.02-adIdentification id isc.mu02.02-cu