User's Manual
Table Of Contents
- Preface
- Table of Contents
- Reader Overview
- Reader Equipment Installation
- Reader Startup Tool (RST) Software Installation
- Reader Operation
- Reader Startup Tool (RST)
- Embedded Reader Configuration Tool (RCT)
- Configuring Digital Inputs and Outputs
- Specifications
- Reader Specifications (General)
- Reader Specifications (FCC)
- Environmental Specifications
- Power Supply Specifications
- RS-232 Specifications
- Ethernet LAN Specifications
- Antenna Cable Specifications
- External Antenna Specifications (FCC)
- Bulkhead Connector/Interface Cable Pinout
- Battery Specifications (Optional)
- Safety Instructions
- Disposal of the IDentity 5200 Reader
- Reader Maintenance
1 2 3 4
5
6 7 8 9
Reader Startup Tool
28
IDentity 5200 User Guide
Macro Input sub-window
The
Macro Input
window shows the current script that will be sent to the
reader when the
Send to Reader
button is selected. The text in the
Macro
Input
window can be edited prior to being sent to the reader. The
Save
Macro File
button will prompt you for a filename to save the text to a file.
Macro Output sub-window
The
Macro Output
window is updated after the
Send to Reader
button is
selected. Look at this window to verify that each command line in a script
executed correctly. Look for the
−−>> ok
response from the reader for each
command line.
Macro Variables Dialog box
When a macro is sent to the
reader, the values for variables
must be resolved via this Windows
Dialog box. You can
[tab]
to each
value field and enter the desired
value.
For example, one macro can be
used for two different applications
by using variables for antenna
selection and transmit power.
Macro Example
To configure the reader for four-antenna portal operation, send the following
macro (
en302208_12tari_if320_PR_FMO.mcr
):
# configure region
setup.region=etsi
setup.sub_region=en302208
# configure antennas
antennas.mux_sequence=[$antenna_mux_sequence]
antennas.2.conducted_power=[$power_ddbm]
# configure protocol
modem.protocol.isoc.physical.set(tari=tari_12_50,
return_link_freq=LF320, data_1_length=d1_len_20,
rt_modulation=rt_mod_pr, tr_encoding=tr_enc_fm0,
interrogator_mode=dense)










