User's Manual

Table Of Contents
1 2 3 4
5
6 7 8 9
Reader Startup Tool
IDentity 4100 User Guide
33
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.
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 FCC, Part 90 Dense operation, send the
following macro (
part90_6tari_lf640_PR_M2.mcr
):
# configure region
setup.region=fcc
setup.sub_region=fcc_part90
# set frequency
setup.advanced.preferred_frequencies=915950
# configure protocol
modem.protocol.isoc.control.auto_phy.enable=false
modem.protocol.isoc.physical.set(tari=tari_06_25,
return_link_freq=LF640, data_1_length=d1_len_20,
rt_modulation=rt_mod_pr,
tr_encoding=tr_enc_miller_2,interrogator_mode=dense)