FCC Part 15
This equipment has been tested and found to comply with the limits for a Class A
digital device, pursuant to part 15 of the FCC Rules. These limits are designed to
provide reasonable protection against harmful interference in a residential installation.
This equipment uses, generates, and can radiate radio frequency energy and, if not
installed and used in accordance with these instructions, may cause harmful
interference to radio communications. However, there is no guarantee that
interference will not occur in a particular installation. If this equipment does cause
harmful interference to radio or television reception, which can be determined by
turning the equipment off and on, the user is encouraged to try to correct the
interference by one or more of the following measures:
Reorient or relocate the receiving antenna.
Increase the separation between the equipment and receiver.
Connect the equipment into an outlet on a circuit different from that to which
the receiver is connected.
Consult the dealer or an experienced radio/TV technician for help.
Users are cautioned that changes or modifications to the unit not expressly approved
by Escort Memory Systems may void the user’s authority to operate the equipment.
This device complies with Part 15 of the FCC Rules. Operation is subject to the
following two conditions: (1) this device may not cause harmful interference, and (2)
this device must accept any interference that may cause undesired operation.
This product complies with CFR Title 21 Part 15.
TABLE OF CONTENTS
TABLE OF CONTENTS
TABLE OF CONTENTS.............................................................................................4
This chapter contains an introduction to Escort Memory Systems and includes
general information relating to the HS500E Industrial Ethernet Antenna and common
uses for RFID technology.
1.1 INTRODUCTION
Welcome to the HS500E Industrial Ethernet Antenna - Operator’s Manual. This
manual will assist you in the installation, configuration and operation of Escort
Memory Systems’ HS500E Industrial Ethernet Antenna.
The HS500E Ethernet
Antenna is a complete
read/write RadioFrequency Identification
solution. It is designed
to be reliable and
rugged, in order to meet
and exceed the
requirements of the
industrial automation
industry. The HS500E
Ethernet Antenna
provides RFID data
collection and control
solutions to shop floor,
item-level tracking and
material handling
applications.
Company Background
Escort Memory Systems’ headquarters in
Scotts Valley, CA.
Escort Memory Systems has long been an industry leader in providing Radio
Frequency Identification (RFID) devices, building a solid reputation by consistently
delivering an extended selection of quality, durable industrial RFID systems.
RFID Overview
The first step in most RFID systems involves attaching a tag to a product or its carrier.
The RFID tag acts as an electronic identifier, portable job sheet, or real-time tracking
database. Tags are identified, read and written to by issuing specific commands from
a Host computer. Tags can be read and written to through any nonconductive, nonmetallic material, while moving or standing still, in or out of the direct line of sight.
This document provides guidelines and instructions on how to install and operate the
HS500E Industrial Ethernet Antenna. Also included are descriptions of the RFID
command set with instructions detailing how to issue commands from the Host
computer to the HS50
Who Should Read this Manual?
Those who will be installing, configuring and operating the HS500E should re ad this
manual. This may include the following people:
•Hardware Installers
0E.
SIDE NOTE:
Occasionally throughout this manual, we refer to the HS500E
IndustrialEthernetAntenna as the HS500E, the HS500E
Antenna, the Industrial Antenna or just simply “the Antenna.”
• System Integrators
• Project Managers
• IT Personnel
• System and Database Administrators
• Software Application Engineers
• Service and Maintenance Engineers
HEX Notation
In this manual, numbers expressed in Hexadecimal notation are prefaced with “0x”.
For example, the number "10" in decimal is expressed as "0x0A" in hexadecimal.
Appendix A for a chart containing Hex values, ASCII characters and their
The HS500E supports four different interface connections over Ethernet.
• MODBUS-TCP
• ETHERNET-IP
• TCP-IP
• OnDemand
The process of issuing commands and receiving responses depends on the interface
chosen and the Host computer that is connected to the HS500E.
This chapter contains a brief overview of how commands can be sent using the four
different interfaces listed above.
For additional information regarding the interface used by your particular RFID
application, please refer to the documentation for your Host software program.
Note: Maximum number of registers transferred to/from an RFID tag per command
issued = 125 Registers (250 Bytes).
Commands must be placed in the Holding Register Area of Node 1, starting at
address 40001. Most commands utilize 6 registers (double-byte values or words).
The Write Data command will require more words to transmit the data used for the
Write.
The first register, 40001, indicates the number of words in the Command Packet
(including the Overall Length). The command will trigger a respon se which will be
returned at Node Address 33 (Device ID 33), in registers 40001 and up. Below is an
example taken from Modscan32, a utility that implements ModBus on a PC.
Input
The input area is highlighted in red. When the value of the 40001 register for Node
Address 1 transitions from 0 to a non-zero length, the command will be issued by the
Host and executed by the HS500E. The resulting response is reported in the output
area at Node Address 33 (Device ID 33).
When the length is set at
40001, the command is
executed and the result
returned.
40001: <0006H>
When the command is completed, the HS500E will reset the length at 40001 of Node
Address 1 back to 0. This way a simple handshaking mechanism can be
implemented.
The mechanism to send commands over Ethernet/IP is similar to that of MODBUSTCP. Commands must still be copied to the appropriate registers. However, the
mechanism for handshaking is different. For example, in a ControlLogix environment,
commands must be written to the ControlLogix tags that are generated when the
HS500E is added to the I/O Configuration.
The first step is to add the HS500E to the ControlLogix PLC. To add the HS500E to
the PLC using RSLogix5000, right click on the Ethernet Bridge Device and select
“New Module…” Choose Generic Ethernet Module.
The image below displays the input and output tags during the execution of a
command:
Commands are placed into the O.Data structure, beginning at word 2, while their
corresponding responses can be located in the I.Data structure again beginning at
word 2. The data located at words 0 and 1 are used for handshaking.
The device that produces the information must increment the sequence numbe r by
one for every data packet that is exchanged. The device that consumes the
information must echo the sequence number in the handshake location after the data
is processed. Valid sequence numbers are 1 to 65535, 0 is not allowed.