Download Print this page
Feig Electronic ID ISC.ANT.U500/270-DM Manual

Feig Electronic ID ISC.ANT.U500/270-DM Manual

Uhf dm (direction detection)

Advertisement

Quick Links

MANUAL
ID ISC.ANT.U500/270-DM
(EU: 4923.000; FCC: 4922.000)
UHF DM (Direction Detection)
final – public (B)
2018-09-18 – H71011-0e-ID-B.docx

Advertisement

loading

Summary of Contents for Feig Electronic ID ISC.ANT.U500/270-DM

  • Page 1 MANUAL ID ISC.ANT.U500/270-DM (EU: 4923.000; FCC: 4922.000) UHF DM (Direction Detection) final – public (B) 2018-09-18 – H71011-0e-ID-B.docx...
  • 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 117 H71011-0e-ID-B.docx...
  • Page 4 3. Abbreviations 4. Introduction 4.1. The UHF Gate ID ISC.ANT.U500/270 - DM ..............10 5. Data Transmission between ID ISC.ANT.U500/270-DM and Host 5.1. Configuration Commands and Control Commands ............12 5.2. Buffered Read Mode ......................13 5.3. Notification Mode ......................14 6.
  • Page 5 8.5. [0x83] Reset Configuration ..................... 69 9. Protocols for Reader Control 9.1. [0x63] RF Controller Reset ....................70 9.2. [0x64] System Reset ......................71 9.3. [0x66] Get Reader Info..................... 72 9.4. [0x6A] RF Output ON/OFF ....................82 FEIG ELECTRONIC GmbH Page 5 of 117 H71011-0e-ID-B.docx...
  • Page 6 12.5. [0x31] Read Data Buffer Info ..................112 12.6. [0x32] Clear Data Buffer ....................113 12.7. [0x33] Initialize Buffer ....................114 ANNEX ANNEX A: Codes of Transponder Types ................115 ANNEX C: Index of Status Bytes ..................116 FEIG ELECTRONIC GmbH Page 6 of 117 H71011-0e-ID-B.docx...
  • 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 117 H71011-0e-ID-B.docx...
  • Page 8 UHF-Reader Manual ID ISC.ANT.U500/270 - DM 2. Revision History of Document Revision Date Page Description 2017-10-20 Initial version FEIG ELECTRONIC GmbH Page 8 of 117 H71011-0e-ID-B.docx...
  • 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 117 H71011-0e-ID-B.docx...
  • Page 10 The configuration possibilities of the ISC.ANT.U500/270 - DM make it easy to adapt the reader to a wide range of applications by software and hardware configurations. The reader has two hardware interface ports: Ethernet and USB. FEIG ELECTRONIC GmbH Page 10 of 117 H71011-0e-ID-B.docx...
  • Page 11 UHF-Reader Manual ID ISC.ANT.U500/270 - DM 5. Data Transmission between ID ISC.ANT.U500/270-DM and Host ® Four different ways of data transmission between Readers and host (terminal, PC) are possible. The, Buffered Read Mode and Notification Mode are used for the data exchange between Tran- sponder and host, whereas the Configuration Commands and the Reader Control Commands serves for adapting the Reader parameters to the individual range of applications.
  • Page 12 Host (Terminal / PC / ..) Reader  parameter- / control command parameter received and stored / control command processed  status / error status data  FEIG ELECTRONIC GmbH Page 12 of 117 H71011-0e-ID-B.docx...
  • Page 13 = no valid data protocol data   clear data Transponder data read?  OK status status = no valid data  NOTE: Only read operations are available with the Buffered Read Mode. FEIG ELECTRONIC GmbH Page 13 of 117 H71011-0e-ID-B.docx...
  • Page 14 Keepalive messages are always never acknowledged by the host. The Keepalive message should not be mistaken with the keepalive option of a LAN connection initiated by a host. FEIG ELECTRONIC GmbH Page 14 of 117 H71011-0e-ID-B.docx...
  • Page 15 Manual ID ISC.ANT.U500/270 - DM 6. Interface The ID ISC.ANT.U500/270-DM has 2 interface ports. The protocol frame of these ports can be different. On the whole protocol frame is described in 6.2. Serial Data Format and Protocol Fra- mes. The TCP/IP protocol frame is described below.
  • Page 16 The keepalive parameters can be modified in the configuration pages for LAN. This keepalive option should not be mistake with the Keepalive message for notification mode. FEIG ELECTRONIC GmbH Page 16 of 117 H71011-0e-ID-B.docx...
  • Page 17 ID ISC.ANT.U500/270 - DM 6.2. Serial Data Format and Protocol Frames The ID ISC.ANT.U500/270-DM can be configured by different interfaces and data may be written on Transponders or read from Transponders. The communication between Reader and connected host (terminal, PC, etc.) is executed by means of fixed protocols. The used protocol is intended for data bus use and is equipped with a bus address.
  • Page 18 2 Byte Parameter ALENGTH. ALENGTH (n = 8...65535): Number of protocol bytes including STX, ALENGTH and CRC16 COM-ADR: The device bus address has to be 0 or 255 see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 18 of 117 H71011-0e-ID-B.docx...
  • Page 19 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 Polynomial: + 1 (0x8408) Start Value: 0xFFFF Direction: Backward FEIG ELECTRONIC GmbH Page 19 of 117 H71011-0e-ID-B.docx...
  • Page 20 /* 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 20 of 117 H71011-0e-ID-B.docx...
  • Page 21 Malfunctions may occur if parameters are configured outside their described range or if unspecified parameters have been changed! A downgrade of the firmware will result in a complete reset of the EEPROM. All parameters will be reset to factory default. FEIG ELECTRONIC GmbH Page 21 of 117 H71011-0e-ID-B.docx...
  • Page 22 Reader. after writing / saving this configuration block EEPROM and a reset of the RF Controller with 9.2. [0x64] System Reset in mode 0x00. FEIG ELECTRONIC GmbH Page 22 of 117 H71011-0e-ID-B.docx...
  • Page 23 The Bit in CFG_NO defines if the access to the configuration block is free or if the use 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 23 of 117 H71011-0e-ID-B.docx...
  • Page 24 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 25 Discovery LAN: b0: disable b1: enable USB: b0: disable b1: enable Discovery: b0: disable b1: enable READER-MODE: (OperatingMode.Mode) By means of this byte, the Reader mode can be defined. Function BRM-E NTF-E FEIG ELECTRONIC GmbH Page 25 of 117 H71011-0e-ID-B.docx...
  • Page 26 By setting of this bit the Notification Mode can be enabled On (only together with BRM-Mode) The following table lists the bit combinations for the reader modes: Buffered Read Mode Notification Mode FEIG ELECTRONIC GmbH Page 26 of 117 H71011-0e-ID-B.docx...
  • Page 27 Defines the status of the signal emitters (OUT2) during the idle mode.  Function reserved OUT2 mode reserved reserved  Mode Function Signal emitter on Signal emitter off FLASH signal emitter alternating on with 1Hz FEIG ELECTRONIC GmbH Page 27 of 117 H71011-0e-ID-B.docx...
  • Page 28 Automated Reader Modes (reading of serial number and data):If the serial number was read OK and the data not, no data set will be transferred, but the assigned OUT2 will be active. FEIG ELECTRONIC GmbH Page 28 of 117 H71011-0e-ID-B.docx...
  • Page 29 RED_CHN Default 0x0000 0x00 0x0000 NOTE: To operate an ISO 18000-6-C Transponder the EPC GEN2 driver needs to be enabled. This Firmware Function needs to be activated with an upgrade code first. FEIG ELECTRONIC GmbH Page 29 of 117 H71011-0e-ID-B.docx...
  • Page 30 If region = Morocco, the maximal output power is 0,5W. 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 30 of 117 H71011-0e-ID-B.docx...
  • Page 31 Czech Republic Denmark Estonia Finland France Germany Greece 865 MHz – 868 MHz 0X06 Europe Hungary Iceland Ireland Italy Latvia Lithuania Luxembourg Macedonia Malta Moldova Netherlands Norway Poland Portugal Romania Serbia Slovak Republic FEIG ELECTRONIC GmbH Page 31 of 117 H71011-0e-ID-B.docx...
  • Page 32 If Region is [0xFE] Unknown EU please contact your supplier to setup the correct frequency configuration. If Region is Europe only EU frequencies can be set The region settings are not affected by the command [0x83] Reset. FEIG ELECTRONIC GmbH Page 32 of 117 H71011-0e-ID-B.docx...
  • Page 33 If Region is [0xFF] Unknown FCC please contact your supplier to setup the correct frequen- cy configuration. If Region is FCC only FCC frequencies can be set The region is not affected by the command [0x83] Reset. FEIG ELECTRONIC GmbH Page 33 of 117 H71011-0e-ID-B.docx...
  • Page 34 PreferredChannels.NoOfChannels) Number of channels (1- 4) used by the European Reader. NOTE: These settings are only applicable for EU Readers These settings are only applicable if Region [0xFE] Unknown EU is selected. FEIG ELECTRONIC GmbH Page 34 of 117 H71011-0e-ID-B.docx...
  • Page 35 1. Pref Chn 2. Pref Chn 3. Pref Chn 4. Pref Chn NOTE: These settings are only applicable for EU Readers. These settings are only applicable if Region [0xFE] Unknown EU is selected. FEIG ELECTRONIC GmbH Page 35 of 117 H71011-0e-ID-B.docx...
  • Page 36 UHF-Reader Manual ID ISC.ANT.U500/270 - DM 7.5. CFG4 .. 5: Not used This configuration is not used/ supported by ID ISC.ANT.U500/270 - DM FEIG ELECTRONIC GmbH Page 36 of 117 H71011-0e-ID-B.docx...
  • Page 37 7.6. CFG6 .. 7: Reserved The configuration blocks CFG6 to CFG8 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 37 of 117 H71011-0e-ID-B.docx...
  • Page 38 11 Create Blacklist For more information about the Blacklist and how to use it see document xxxx SENSITIVITY: (OperatingMode.BufferedReadMode.Miscellaneous.DetectionSensitivity) (OperatingMode.NotificationMode.Miscellaneous.DetectionSensitivity) Defines detectionsensitivity Sensitivity Function 0x00 Default 0x01 Minimal 0x02 Maximal 0xFF Reserved FEIG ELECTRONIC GmbH Page 38 of 117 H71011-0e-ID-B.docx...
  • Page 39 The Reader start the RF Power and the scan, if the trigger is activated by the external switch. NOTE: If Trigger is enabled and not activated by the external switch, the RF-field will be switched off. FEIG ELECTRONIC GmbH Page 39 of 117 H71011-0e-ID-B.docx...
  • Page 40 The Valid Time (s. CFG12) is applicable for more than one Trigger Peri- TRIGGER-USE: Defines the start trigger. TRIGGER-USE Function TU 2 TU-x: (OperatingMode.BufferedReadMode.Trigger.Source.Input.NoX.TriggerUse) (OperatingMode.NotificationMode.Trigger.Source.Input.NoX.TriggerUse) X is the input which is used as a trigger (X=2) trigger not used trigger start the Reader operation FEIG ELECTRONIC GmbH Page 40 of 117 H71011-0e-ID-B.docx...
  • Page 41 Defines if the RF-Field is switched off after a read event disabled enabled NO_READ_SIGNALIZATION: (OperatingMode.BufferedReadMode.Trigger.NoReadSignalization) (OperatingMode.NotificationMode.Trigger.NoReadSignalization) Defines whether a signal emitter (OUT2) is activated if no transponder was de- tected. b000 no signal emitter will be activated b010 OUT2 will be activated FEIG ELECTRONIC GmbH Page 41 of 117 H71011-0e-ID-B.docx...
  • Page 42 A reasonableness check is performed by writing this parameter to the Reader. If an error occurs the Read- er answers with STATUS = [0x11]. 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 42 of 117 H71011-0e-ID-B.docx...
  • Page 43 MSB first LSB first TIMER: (OperatingMode.BufferedReadMode.DataSelector.Time) (OperatingMode.NotificationMode.DataSelector.Time) no internal system timer internal system timer will be active DATE: (OperatingMode.BufferedReadMode.DataSelector.Date) (OperatingMode.NotificationMode.DataSelector.Date) no date is transferred BRM Data record date is transferred BRM Data record FEIG ELECTRONIC GmbH Page 43 of 117 H71011-0e-ID-B.docx...
  • Page 44 Direction states will be stored MAC: The MAC-Address of the Reader will be not transmitted. The MAC-Address of the reader will be transmitted. (OperatingMode.BufferedReadMode.DataSelector.InputEvents) (OperatingMode.NotificationMode.DataSelector.InputEvents) no Input states will be stored Input states will be stored FEIG ELECTRONIC GmbH Page 44 of 117 H71011-0e-ID-B.docx...
  • Page 45 The Read Complete Bank functionality is not available if Tag Authentication by Host with TAM2 is enabled. BANK: Memory bank of the Transponder which will be accessed by the Reader Function BANK_NR BANK_NR: (OperatingMode.BufferedReadMode.DataSource.BankNo) (OperatingMode.NotificationMode.DataSource.BankNo) FEIG ELECTRONIC GmbH Page 45 of 117 H71011-0e-ID-B.docx...
  • Page 46 Number of data blocks. Range: 0x01...0x20. The data block size in the Buffered Read Mode is always 2 bytes. 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 46 of 117 H71011-0e-ID-B.docx...
  • Page 47 UHF-Reader Manual ID ISC.ANT.U500/270 - DM 7.10. CFG12 .. 13: Not used This configuration is not used/ supported by ID ISC.ANT.U500/270 - DM FEIG ELECTRONIC GmbH Page 47 of 117 H71011-0e-ID-B.docx...
  • Page 48 7.11. 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 48 of 117 H71011-0e-ID-B.docx...
  • Page 49 UHF-Reader Manual ID ISC.ANT.U500/270 - DM 7.12. CFG15 .. 16: Not used This configuration is not used/ supported by ID ISC.ANT.U500/270 - DM FEIG ELECTRONIC GmbH Page 49 of 117 H71011-0e-ID-B.docx...
  • Page 50 7.13. CFG17 .. 20: Reserved The configuration blocks CFG17 .. 20 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 50 of 117 H71011-0e-ID-B.docx...
  • Page 51 7.14. CFG21 .. 27: Reserved The configuration blocks CFG21 .. 27 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 51 of 117 H71011-0e-ID-B.docx...
  • Page 52 7.15. CFG28 .. 32: Reserved The configuration blocks CFG28..32 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 52 of 117 H71011-0e-ID-B.docx...
  • Page 53 Defines the length of the LAN-Hostname 0x00 disabled 0x01 1 Byte 0x02 2 Bytes … 0x1B 27 Bytes NOTE: The LAN-Hostname can have a maximum length of 27 Bytes. LAN-HOSTNAME: (HostInterface.LAN.Hostname.Name) Defines the LAN-Hostname FEIG ELECTRONIC GmbH Page 53 of 117 H71011-0e-ID-B.docx...
  • Page 54 7.17. CFG35 .. 39: Reserved The configuration blocks CFG35..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 54 of 117 H71011-0e-ID-B.docx...
  • Page 55 (HostInterface.LAN.PortNumber) Defines the port number for wired LAN connection. Changing of this parameter only be- comes effective after writing / saving this configuration block to EEPROM and a [0x64] Sys- tem Reset. FEIG ELECTRONIC GmbH Page 55 of 117 H71011-0e-ID-B.docx...
  • Page 56 AUTO- HOST- KEEP- Function: DHCP SPEED DUPLEX NEGOTIATI NAME ALIVE KEEP-ALIVE: (HostInterface.LAN.Keepalive.Enable) Keep-Alive option disabled Keep-Alive option enabled AUTONEGOTIATION: (HostInterface.LAN.Autonegotiation.Disable) Autonegotiation enabled Autonegotiation disabled HOSTNAME: (HostInterface.LAN.Hostname.Enable) Hostname option disabled Hostname option enabled FEIG ELECTRONIC GmbH Page 56 of 117 H71011-0e-ID-B.docx...
  • Page 57 The command has no effect on this setting Changing of this parameter only becomes effective after writing / saving this configuration block to EEPROM and a [0x64] System Reset of the RFC. FEIG ELECTRONIC GmbH Page 57 of 117 H71011-0e-ID-B.docx...
  • Page 58 1..7  Changeover occurs on a defined day of the week (1: Sunday, 2: Monday, ..7: Saturday) in the month SMONTH_END. SDAY_END defines the time period. SMONTH: Defines the starting month for daylight saving time Bit: Function: SMONTH_END SMONTH_BGN (0..12) (0..12) FEIG ELECTRONIC GmbH Page 58 of 117 H71011-0e-ID-B.docx...
  • Page 59 Changeover occurs on the date defined by SMONTH_x and SDAY_x. SHOUR: Defines the time of day in full hours between midnight (0) and 15:00 (15) when the changeover should occur . Bit: Function: FEIG ELECTRONIC GmbH Page 59 of 117 H71011-0e-ID-B.docx...
  • Page 60 3:00 for example and the clock has to be set back by –1 hour, SHOUR_END should be defined as = 2:00. To have the changeover occur on Saturday at 23:59, the changeover time must be configured for Sunday at 00:00. FEIG ELECTRONIC GmbH Page 60 of 117 H71011-0e-ID-B.docx...
  • Page 61 Notification must be acknowledged with protocol [0x32] Clear Data Buffer KEEP-ALIVE: Mode for keep alive notification. Bit: Function (OperatingMode.NotificationMode.Transmission.KeepAlive.Enable) disabled enabled KEEP-ALIVE-TIME: (OperatingMode.NotificationMode.Transmission.KeepAlive.IntervalTime) Defines the cycle time for keep alive notification. max. time period KEEP-ALIVE-TIME 0...65535 * 1s FEIG ELECTRONIC GmbH Page 61 of 117 H71011-0e-ID-B.docx...
  • Page 62 UHF-Reader Manual ID ISC.ANT.U500/270 - DM DEST-IP-ADDRESS: (OperatingMode.NotificationMode.Transmission.Destination.IPv4.IPAddress) Defines the destination IP address. DEST-IP-PORT-NUMBER: (OperatingMode.NotificationMode.Transmission.Destination.PortNumber) Defines the destination port number. HOLD-Time: (OperatingMode.NotificationMode.Transmission.Destination.ConnectionHoldTime) Defines the connection hold time. FEIG ELECTRONIC GmbH Page 62 of 117 H71011-0e-ID-B.docx...
  • Page 63 7.22. CFG63: Customer Parameter The configuration block CFG63 is used for customer parameter. Byte Contents 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Default Byte Contents 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Default FEIG ELECTRONIC GmbH Page 63 of 117 H71011-0e-ID-B.docx...
  • Page 64 UHF-Reader Manual ID ISC.ANT.U500/270 - DM 8. Protocols for Reader Configuration Via the protocols for Reader configuration, the Reader can be adapted to individual conditions of application within wide limits. FEIG ELECTRONIC GmbH Page 64 of 117 H71011-0e-ID-B.docx...
  • Page 65 NOTE: After setting the system time and date a 10.7. [0x33] Initialize Buffer is necessary if the Buffered Read Mode or Notification Mode is used. see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 65 of 117 H71011-0e-ID-B.docx...
  • Page 66 CRC16 DATE: Byte  TIME century year 0...99 0...99  month time zone 1...12 1...31 0...23 TIMER: Byte 14 .. 15 TIME 0...23 0...59 0...59999 see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 66 of 117 H71011-0e-ID-B.docx...
  • Page 67 EEPROM CFG-REC: 14 bytes configuration block read from address CFGn in CFG-ADR. NOTE: A read configuration from EEPROM with reserved configuration blocks will cause an 0x15 error code. FEIG ELECTRONIC GmbH Page 67 of 117 H71011-0e-ID-B.docx...
  • Page 68 CFG-REC: 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 an 0x16 error code. FEIG ELECTRONIC GmbH Page 68 of 117 H71011-0e-ID-B.docx...
  • Page 69 CFGn all configuration blocks LOC: specifies the location of the configuration block RAM and EEPROM NOTE: A set default configuration command with reserved configuration blocks will cause an error code. FEIG ELECTRONIC GmbH Page 69 of 117 H71011-0e-ID-B.docx...
  • Page 70 The RF-field will be switched off after a “RF Controller Reset” Commands issued after a [0x63] command must be delayed with at least 300 ms, otherwise the reader will not responded. see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 70 of 117 H71011-0e-ID-B.docx...
  • Page 71 The RF-field will be switched off after a “System Reset” Commands issued after a [0x64] command must be delayed with at least 300 ms, otherwise the reader will not responded. see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 71 of 117 H71011-0e-ID-B.docx...
  • Page 72 0x80: Device-ID (Information is required for Firmware upgrades) 0xFF: All (reads all available information at once) Depending on the MODE Parameter the Reader response has a different structure including dif- ferent information: FEIG ELECTRONIC GmbH Page 72 of 117 H71011-0e-ID-B.docx...
  • Page 73 Displays information about the Hardware Version SW-TYPE: Type of RFC Reader Firmware 0x83 ID ISC.ANT.U500/270-DM (131) TR-TYPE: Displays the Transponders supported by the RFC software. RX-BUF: RX-BUF is the maximum receive buffer size of the Reader. If a protocol from the host exceeds the RX-BUF size the Reader responds with 0x81 PROTOCOL LENGTH ERROR.
  • Page 74 (0x02) ALENGTH ALENGTH 11 ..12 18 .. 19  A_HW FREQUENCY PORT_TYPE Reserved Reserved Reserved CRC16 HW-INFO: internal use D-HW: internal use A-HW: internal use see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 74 of 117 H71011-0e-ID-B.docx...
  • Page 75 LAN: b0: not supported b1: supported WLAN: b0: not supported b1: supported USB: b0: not supported b1: supported b0: not supported b1: supported DISC: b0: Discovery not supported b1: Discovery supported FEIG ELECTRONIC GmbH Page 75 of 117 H71011-0e-ID-B.docx...
  • Page 76 CRC16 STATUS (0x02) ALENGTH ALENGTH PAGES NR_OF_PAGES: Defines the number of read / written configuration pages PERMISSION: Byte CFG_NO Byte CFG_NO Byte CFG_NO Byte CFG_NO see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 76 of 117 H71011-0e-ID-B.docx...
  • Page 77 FLAGS 6 Byte MAC 0x51 (LAN-IP-Address) FLAGS IPv4: 4 Byte IP-Address 0x52 (LAN-Netmask) FLAGS IPv4: 4 Byte Netmask 0x53 (LAN-DMteway) FLAGS IPv4: 4 Byte Gateway see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 77 of 117 H71011-0e-ID-B.docx...
  • Page 78 Indicates the number of available Relays Mode = 0x61 (Peripheral Devices)  NR_OF_ COM-ADR [0x66] STATUS (0x02) ALENGTH ALENGTH Devices (10...11) Type BUS-Adr CRC16 NR_OF_Devices: Indicates the number of devices see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 78 of 117 H71011-0e-ID-B.docx...
  • Page 79 UHF-Reader Manual ID ISC.ANT.U500/270 - DM Type: Indicates the type of the devices BUS-Adr: Indicates the bus address of the device FEIG ELECTRONIC GmbH Page 79 of 117 H71011-0e-ID-B.docx...
  • Page 80 Indicates which Firmware version is licensed on the Reader. TR_DRV_L: Indicates which Transponder drivers are licensed on the Reader. FNC_L: Indicates which optional functions are licensed on the Reader. see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 80 of 117 H71011-0e-ID-B.docx...
  • Page 81 Data record according to the definition in the previous sections. The data record is always 30 byte long and information begins always with byte 0. Unused bytes must be filled with 0x00. see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 81 of 117 H71011-0e-ID-B.docx...
  • Page 82 Transponder. This command is sent on the antenna port which was active before the RF output ON/OFF command is sent to the Read- see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 82 of 117 H71011-0e-ID-B.docx...
  • Page 83 Listing of detail information for STATUS = 0x10 (EEPROM-Failure) 0x20 Listing of detail information for STATUS = 0x18 (Wrong firmware) 0xFF DATA: Response for Reader Diagnostic Modes see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 83 of 117 H71011-0e-ID-B.docx...
  • Page 84  TEMP_WARN temp < warning level 100°C temp  alarm level  TEMP_ALARM cpu reset 105°C  check cable absolute impedance <>  check antenna value << or >> 50 Ohm matching FEIG ELECTRONIC GmbH Page 84 of 117 H71011-0e-ID-B.docx...
  • Page 85 Error during the communication with UPC RTC: Error during the communication with RTC ADC: Error during the communication with ADC TMTF: Too Much Transponder in the Field Blacklist: Error during creating the blacklist FEIG ELECTRONIC GmbH Page 85 of 117 H71011-0e-ID-B.docx...
  • Page 86 Data record according to the definition in the previous sections. The data record is always 30 byte long and information begins always with byte 0. Unused bytes must be filled with 0x00. see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 86 of 117 H71011-0e-ID-B.docx...
  • Page 87 Contents COM-ADR [0x71] CRC16 STATUS (0x02) ALENGTH ALENGTH Mode: 0x01 (reserved) OUT-N: Defines the number of output records.This system supports one output, output number 2 see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 87 of 117 H71011-0e-ID-B.docx...
  • Page 88  Function OUTx-frq OUTx-mode OUTx-mode: output for OUT-TIME = active output for OUT-TIME = inactive FLASH output for OUT-TIME = with OSF alternating OUTx-frq: 1 Hz 2 Hz 4 Hz 8 Hz FEIG ELECTRONIC GmbH Page 88 of 117 H71011-0e-ID-B.docx...
  • Page 89 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 89 of 117 H71011-0e-ID-B.docx...
  • Page 90 = inactive digital input = active NOTE: If the trigger is enabled in Buffered Read Mode the input IN2 isn't available for common use. see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 90 of 117 H71011-0e-ID-B.docx...
  • Page 91 Host  Reader Byte 7 .. 8 Contents COM-ADR [0x8D] CRC16 STATUS (0x02) ALENGTH ALENGTH NOTE: To change the region after a lock, please contact FEIG ELECTRONIC. see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 91 of 117 H71011-0e-ID-B.docx...
  • Page 92 7.1. CFG0: Passwords. NOTE: A Reader-Login with wrong READER-ID causes a "Logout". A "Logout" can be affected via the command 9.1. [0x63] RF Controller Reset. see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 92 of 117 H71011-0e-ID-B.docx...
  • Page 93 For this system the Peripheral Device is the UPC. The UPC contains the LEDs. Note: To initialize the communication between Reader and UPC, the host has to send a 0x66 Get Reader Info Command, Mode 0x61 Peripheral Devices, first! FEIG ELECTRONIC GmbH Page 93 of 117 H71011-0e-ID-B.docx...
  • Page 94 COM-ADR [0x9F] MODE DEVICE 8..LEN-2 LEN-1, LEN  PORT EMB-REQ- CRC16 Host  Reader  0x02 COM-ADR [0x9F] STATUS 7..LEN-2 LEN-1, LEN  EMB-RSP- CRC16 MODE: The MODE controls the command (RFU). FEIG ELECTRONIC GmbH Page 94 of 117 H71011-0e-ID-B.docx...
  • Page 95 The DEVICE defines the peripheral device: DEVICE Value PORT: The PORT defines the internal communication port: PORT Value RS232 0x01 EMB-REQ-PRT, EMB-RSP-PRT: Embedded request and response UPC Command. See next Chapter 11. UPC Commands FEIG ELECTRONIC GmbH Page 95 of 117 H71011-0e-ID-B.docx...
  • Page 96 Host  UPC Byte 7 .. 8 Contents COM-ADR [0x63] CRC16 (0x02) ALENGTH ALENGTH Host  UPC Byte n-1 .. n Contents COM-ADR [0x63] STATUS CRC16 (0x02) ALENGTH ALENGTH FEIG ELECTRONIC GmbH Page 96 of 117 H71011-0e-ID-B.docx...
  • Page 97 D-REV: Revision status of the development Firmware. D-REV is set to ‘0’ in customized Firmware revisions HW-TYPE: Information about the Hardware Version (CFG Pins) Function CFG3 CFG2 CFG1 FEIG ELECTRONIC GmbH Page 97 of 117 H71011-0e-ID-B.docx...
  • Page 98 LENGTH ERROR TX-BUF: TX-BUF is the maximum transmit buffer size of the Reader. The Host has to take in to account that a response protocol of the Reader can have this length. FEIG ELECTRONIC GmbH Page 98 of 117 H71011-0e-ID-B.docx...
  • Page 99 RS4xx RS232 RS232: b0: not supported b1: supported RS4xx: b0: not supported b1: supported LAN: b0: not supported b1: supported WLAN: b0: not supported b1: supported USB: b0: not supported b1: supported FEIG ELECTRONIC GmbH Page 99 of 117 H71011-0e-ID-B.docx...
  • Page 100 UHF-Reader Manual ID ISC.ANT.U500/270 - DM b0: not supported b1: supported DISC: b0: Discovery not supported b1: Discovery supported FEIG ELECTRONIC GmbH Page 100 of 117 H71011-0e-ID-B.docx...
  • Page 101 Listing of detail information for STATUS = 0x10 (EEPROM-Failure) DATA: Response for corresponding Diagnostic Modes STATUS: 0x00 Status OK MODE = 0x04: Byte Contents INT_ERROR INT_ERROR: Function Function EE DEV EE_DEV: Communication failure with internal EEPROM FEIG ELECTRONIC GmbH Page 101 of 117 H71011-0e-ID-B.docx...
  • Page 102 Defines the Type and the number of the output Bit: Function: OUT-type OUT-Number OUT-type: b000 Digital Output, not supported by DM b001 b002 Buzzer, not supported by DM OUT-Number: see Fehler! Verweisquelle konnte nicht gefunden werden. FEIG ELECTRONIC GmbH Page 102 of 117 H71011-0e-ID-B.docx...
  • Page 103 In order to reset a continuously active time, OUT-TIME = 1 has to be sent to the UPC, 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 103 of 117 H71011-0e-ID-B.docx...
  • Page 104 Host is able to do other jobs e.g. to communicate with other Readers Additional information about the capacity of the data buffer can be determined with the 12.5. [0x31] Read Data Buffer Info command. FEIG ELECTRONIC GmbH Page 104 of 117 H71011-0e-ID-B.docx...
  • Page 105 As an additional option Keepalive messages can be sent periodically to a host. Keepalive notifica- tions are always never acknowledged. The information sent by a Keepalive notification is identical with the command 9.5. [0x6E] Reader Diagnostic with mode = 0x01. FEIG ELECTRONIC GmbH Page 105 of 117 H71011-0e-ID-B.docx...
  • Page 106 The Buffered Read Mode only reads data blocks from the Transponders in the antenna field. After power up or a 9.1. [0x63] RF Controller Reset command the buffered read mode starts with transponder reading. FEIG ELECTRONIC GmbH Page 106 of 117 H71011-0e-ID-B.docx...
  • Page 107 DATE = Date stamp from internal system timer TIMER = Time stamp from internal system timer ExFlag = Extension flag, if b1= TR-DATA2 will be send see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 107 of 117 H71011-0e-ID-B.docx...
  • Page 108 Selects the data types for read operation. Function DIRECTI Input states MAC: no MAC address will be transmitted MAC address will be transmitted DIRECTION: no Direction states will be stored Direction states will be stored FEIG ELECTRONIC GmbH Page 108 of 117 H71011-0e-ID-B.docx...
  • Page 109 MAC-ADR TR-TYP Transponder type, see chapter ANNEX A: Codes of Transponder Types IDDIB Reserved IDD-LEN Defines the length of the IDD in bytes EPC value DB-N Number of data blocks FEIG ELECTRONIC GmbH Page 109 of 117 H71011-0e-ID-B.docx...
  • Page 110 0...99 0...99  month time zone 1...12 1...31 0...23 IN: Input number Function Input inactive Input active DIRECTION 0x00: direction unclear 0x01: from left to right (viewing direction to DM) FEIG ELECTRONIC GmbH Page 110 of 117 H71011-0e-ID-B.docx...
  • Page 111 This command reads the same data sets until they are cleared with the 12.6. [0x32] Clear Data Buffer command. This command is only available in the Buffered Read Mode. Data are only transferred if STATUS = 0x00, 0x84, 0x93. FEIG ELECTRONIC GmbH Page 111 of 117 H71011-0e-ID-B.docx...
  • Page 112 Number of Transponder data sets reserved in the data buffer. NOTE: Additional information about the data table status is transferred if STATUS = 0x00, 0x84, 0x93. see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 112 of 117 H71011-0e-ID-B.docx...
  • Page 113 6 .. 7 Contents COM-ADR [0x32] CRC16 (0x02) ALENGTH ALENGTH Host  Reader Byte 7 .. 8 Contents COM-ADR [0x32] CRC16 STATUS (0x02) ALENGTH ALENGTH see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 113 of 117 H71011-0e-ID-B.docx...
  • Page 114 6 .. 7 Contents COM-ADR [0x33] CRC16 (0x02) ALENGTH ALENGTH Host  Reader Byte 7 .. 8 Contents COM-ADR [0x33] CRC16 STATUS (0x02) ALENGTH ALENGTH see ANNEX C: Index of Status Bytes FEIG ELECTRONIC GmbH Page 114 of 117 H71011-0e-ID-B.docx...
  • Page 115 UHF-Reader Manual ID ISC.ANT.U500/270 - DM ANNEX ANNEX A: Codes of Transponder Types Value Transponder type 0x84 EPC class 1 Gen 2 / ISO 18000-6-C FEIG ELECTRONIC GmbH Page 115 of 117 H71011-0e-ID-B.docx...
  • Page 116 A Host command was sent to the Reader in the Buffered Read Mode.  A Buffered Read Mode protocol was sent to the Reader in the standard mode.  The command with More bit does not correspond with the last command. FEIG ELECTRONIC GmbH Page 116 of 117 H71011-0e-ID-B.docx...
  • Page 117 No valid Data: 0x92  There is no valid data in the Buffered Read Mode.  There is no Transponder in the antenna field. Data Buffer Overflow: 0x93  A data buffer overflow occurred. FEIG ELECTRONIC GmbH Page 117 of 117 H71011-0e-ID-B.docx...

This manual is also suitable for:

Isc.ant.u500/270dm-eIsc.ant.u500/270dm-f