AEG Identifikationssysteme UDT100H, AREDT1HF 1 User Manual

ARE DT1
Installation Guide
3.1.1 Entering instuctions ........................................................................................................................... 7
3.1.2 Output format .................................................................................................................................... 7
3.1.2.1 Instruction specific output ........................................................................................................... 7
3.1.2.2 Output after changing a parameter .............................................................................................. 7
3.1.2.3 Output at parameter query ........................................................................................................... 8
3.1.3 Blank instuction ................................................................................................................................. 8
3.1.4 Incorrect instruction / error codes ....................................................................................................... 8
3.1.5 Upper and lower case ....................................................................................................................... 10
3.1.6 Linefeed ........................................................................................................................................... 10
3.2.1 BD – baudrate .................................................................................................................................. 11
3.2.2 HF – radio frequency ........................................................................................................................ 11
3.2.3 HID – human interface device/keyboard ............................................................................................ 11
3.2.4 KL – keyboard language ................................................................................................................... 12
3.2.5 RE – read EEPROM ........................................................................................................................ 13
3.2.6 LED – LED control .......................................................................................................................... 13
3.2.7 RST – reset ...................................................................................................................................... 14
3.2.8 WE – write EEPROM ...................................................................................................................... 15
3.2.9 VER – version .................................................................................................................................. 15
3.3.1 CE – convert error code .................................................................................................................... 16
3.3.2 CID – suppression of ID Codes .......................................................................................................... 16
3.3.3 CN – suppression of No Reads .......................................................................................................... 17
3.3.4 INIT – initialization ......................................................................................................................... 18
3.3.5 LAA – LED automatic activity .......................................................................................................... 18
3.3.6 MC – mirror code ............................................................................................................................. 18
3.3.7 RA – resend last answer .................................................................................................................... 19
3.3.8 TSC – time show code ...................................................................................................................... 19
3.3.9 TOR – maximum reading time .......................................................................................................... 19
3.3.10 SI – set iso standard ......................................................................................................................... 20
3.3.11 VSAVE – variables save ................................................................................................................... 20
3.3.12 VS – variables show ......................................................................................................................... 20
3.4.1 GA – get active ................................................................................................................................. 21
3.4.2 GT – get tag ..................................................................................................................................... 21
3.4.3 HD – halt detected code .................................................................................................................... 22
3.4.4 MD – mode of operation ................................................................................................................... 22
--------------------------------------------------------------------------------2/45--------------------------------------------------------------------------------
3.4.5 RD – read page ................................................................................................................................ 23
3.4.6 RDM – read page manual ................................................................................................................. 24
3.4.7 WD – write page .............................................................................................................................. 25
3.4.8 WDM – write page manual ............................................................................................................... 26
3.5.1 AC – anticollision ............................................................................................................................. 27
3.5.2 AC2 – anticollision level 2 ................................................................................................................ 27
3.5.3 KM – key mode ................................................................................................................................ 27
3.5.4 KT – key type ................................................................................................................................... 27
3.5.5 LOG – transponder log in .................................................................................................................. 28
3.5.6 PBU – purse backup ......................................................................................................................... 28
3.5.7 PDC – purse decrement .................................................................................................................... 29
3.5.8 PIC – purse increment ...................................................................................................................... 30
3.5.9 PIV – purse init value ....................................................................................................................... 31
3.5.10 PRV – purse read value .................................................................................................................... 31
3.5.11 RQ – request .................................................................................................................................... 32
3.5.12 SE – select ....................................................................................................................................... 32
3.5.13 SE2 – select level 2 .......................................................................................................................... 32
3.5.14 WK – write key ................................................................................................................................ 33
3.6.1 AFI – application family identifier .................................................................................................... 34
3.6.2 BS – block size ................................................................................................................................. 34
3.6.3 GMS – get multiple block security .................................................................................................... 34
3.6.4 GS – get system information ............................................................................................................. 35
3.6.5 LA – lock AFI .................................................................................................................................. 35
3.6.6 LD – lock data ................................................................................................................................. 35
3.6.7 LDS – lock DSFID ........................................................................................................................... 36
3.6.8 RTR – reset to ready ........................................................................................................................ 36
3.6.9 SF – set flag .................................................................................................................................... 36
3.6.10 WA – write AFI ............................................................................................................................... 37
3.6.11 WDS – write DSFID ......................................................................................................................... 37
--------------------------------------------------------------------------------3/45--------------------------------------------------------------------------------
--------------------------------------------------------------------------------4/45--------------------------------------------------------------------------------
1 Introduction
This document describes the RFID-reading device ARE DT1 and the set-up procedure.
The main features of the reader are listed below:
integrated USB interface selectable either communications port (similar RS232) or HID
USB powered (no external supply voltage necessary)
compact design
--------------------------------------------------------------------------------5/45--------------------------------------------------------------------------------
2 Startup and testing the reader DT1
Connect the reader with the USB interface from your notebook or pc
In the device manager there will appear a new device (Silicon Labs CP210x USB to UART
Bridge)
In the brackets you see the port number of the device (e.g. COM5)
Open the “Demo Terminal“ on the CD
Open the menu “Settings”
You have to set the following settings: baud rate 19200 baud, 8 data bits, no parity, 1 stop bit,
no flow control.
Send the command „VER <CR>“ to the reader. The reader answers with the actual firmware
version (e.g. AEG ID Multi-ISO V2.034).
Send the command „SI <SP> 0 <CR>“ if you want to read a ISO 14443A transponder. If you
want to read a ISO 15693 transponder you have to send the command „SI <SP> 1 <CR>“.
Send the command “MD <SP> 0 <CR>” to the reader. The reader sends No Read messages
(XXXXXXXX), while there is no transponder in the antenna field available. If there is a tran­sponder present in the antenna field the reader sends its serial.
3 AEG ID instruction set
3.1 General
The command set described below defines the transfer of data on the serial interface.
The commands consist of a command code and optionally of a parameter value. Commands are ter­minated by the control character <CR> (0Dh). The control character serves as command line termi­nator.
Command codes and parameters,including all letters and numerical values, are principally transmit­ted as a sequence of ASCII characters (the value 255 (decimal) consequently as 32H, 35H, 35H; the command RST as 52H, 53H, 54H).
All numbers (e.g. sectors, blocks) are in the hexadecimal format (see chapter 9).
--------------------------------------------------------------------------------6/45--------------------------------------------------------------------------------
With the command CS you can change to the alternative instruction set. If the reader is set to alter­native instruction set, you can change back to the AEG ID instruction set via the command AEG (see chapter 5.3.3).
3.1.1 Entering instuctions
The protocol format is as follows
Command <SP> parameter <CR>
The space character <SP> separates commands from parameters and the <CR> character acts as command line terminator.
For commands without parameter values (e.g. GT ) the <SP> character and parameter values are omitted. The command line is as short as this:
Command <CR>
3.1.2 Output format
Generally, every input terminated by <CR> is acknowledged by the reader. The following response protocols are different:
3.1.2.1 Instruction specific output
After entering a valid command without a parameter value, the system answers by sending the param­eter value and <CR>. Example:
Command: GT <CR>
Output: Transponder number or No Read <CR>
3.1.2.2 Output after changing a parameter
After entering a valid command together with a parameter value, the system answers by sending the parameter value and <CR>. Example:
Command: MD <SP> 2 <CR>
Output: 2 <CR>
--------------------------------------------------------------------------------7/45--------------------------------------------------------------------------------
After entering an invalid parameter value, the system answers with the corresponding error code. Error message:
Command: MD <SP> 4 <CR>
Output: NAK <SP> #02 <CR>
3.1.2.3 Output at parameter query
Parameter settings can be queried by sending the command without adding a parameter value. Exam­ple:
Command: MD <CR>
Output: 2 <CR>
3.1.3 Blank instuction
If a single <CR> is input, the reader answers with a single <CR>. Example:
Command: <CR>
Output: <CR>
3.1.4 Incorrect instruction / error codes
If a command is not entered correctly, the reader sends one of the following error codes:
ERROR CODE MEANING
NAK #00 <CR> unknown command
NAK #02 <CR> wrong parameter
NAK #03 <CR> EEPROM error
NAK #04 <CR> wrong transponder type
NAK #05 <CR> buffer overflow
NAK #06 <CR> not logged in
--------------------------------------------------------------------------------8/45--------------------------------------------------------------------------------
NAK #08 <CR> wrong password
NAK #10 <CR> antenna failure
NAK #11 <CR> anticollision error level 1
NAK #12 <CR> anticollision error level 2
NAK #13 <CR> select error level 1
NAK #14 <CR> select error level 2
NAK #15 <CR> transceiver IC error
NAK #16 <CR> not acknowlegde
NAK #17 <CR> no valid value block
NAK #18 <CR> EEPROM full
NAK #19 <CR> code already saved in EEPROM
NAK #20 <CR> code not in EEPROM
NAK #21 <CR> wrong standard
NAK #22 <CR> wrong transpondercode length
NAK #23 <CR> transpondercode length and transponder don’t match
NAK #24 <CR> data is not multiple of the block size
NAK #25 <CR> data length shorter than block size
NAK #26 <CR> no communication to AMP
NAK #27 <CR> select error level 3
NAK #28 <CR> anticollision error level 3
NAK #40 <CR> ISO 15693 error 01h: command not supported
NAK #41 <CR> ISO 15693 error 02h: command not recognized
NAK #42 <CR> ISO 15693 error 03h: option not supported
NAK #43 <CR> ISO 15693 error 0Fh: unknown error (default)
NAK #44 <CR> ISO 15693 error 10h: block does not exist
NAK #45 <CR> ISO 15693 error 11h: block already locked
NAK #46 <CR> ISO 15693 error 12h: block cannot be changed (locked)
NAK #47 <CR> ISO 15693 error 13h: not successfully programmed
NAK #48 <CR> ISO 15693 error 14h: not successfully locked
NAK #49 <CR> ISO 15693 error A0h-DFh: custom error codes
NAK #50 <CR> all other ISO 15693 errors: RFU
XXXXXXXX <CR> no read
ACK no error/acknowledge
--------------------------------------------------------------------------------9/45--------------------------------------------------------------------------------
3.1.5 Upper and lower case
The instruction set isn’t case-sensitiv.
3.1.6 Linefeed
The reader does never send a linefeed. If you use a terminal program it can add the linefeed. You have to choose the option “displace CR with CR LF”.
--------------------------------------------------------------------------------10/45--------------------------------------------------------------------------------
3.2 Instructions for the hardware settings
3.2.1 BD – baudrate
The command BD enables the change of the baud rate. The settings are directly effective.
Input format: BD <SP> parameter <CR>
Output (example): 2 <CR>
Parameter:
PARAMETER FUNCTION
0 4800 baud
1 9600 baud
2 19200 baud
3 38400 baud
4 57600 baud
5 115200 baud
3.2.2 HF – radio frequency
With the command HF you can switch the antenna field on and off.
Input format: HF <SP> parameter <CR>
Output (example): 1 <CR>
Parameter:
PARAMETER FUNCTION
0 off
1 on
3.2.3 HID – human interface device/keyboard
The command switches the interface ether to HID or RS232 emulation.
Input format: HID <SP> parameter <CR>
--------------------------------------------------------------------------------11/45--------------------------------------------------------------------------------
Output (example): 0 <CR>
Parameter:
PARAMETER FUNCTION
0 RS232 emu-
lation
1 HID inter-
face, key­board
You have to unplug the device and plug the device in again to use the new setting. Don’t forget to use the command VSAVE to save the new setting.
If the reader is in HID mode, you can not send any commands to the device. Because of that you have to use the Set-Up card – interface to switch the reader back from HID mode to serial interface mode.
1. Plug out the reader
2. Place card no reader
3. Plug in reader into USB-port
4. Wait for the beep tone from reader
5. Plug out reader
6. Remove card from reader
3.2.4 KL – keyboard language
With the command KL you can configure the language of the keyboard in HID mode.
Input format: KL <SP> parameter <CR>
Output (example): 07 <CR>
Parameter:
PARAMETER FUNCTION
07 german
--------------------------------------------------------------------------------12/45--------------------------------------------------------------------------------
09 englisch
0A spanish
0C french
10 italien
13 dutch
16 portuguese
4B canadian
3.2.5 RE – read EEPROM
You can read out the internal EEPROM with the RE command.
Input format: RE <SP> parameter <CR>
Output (example): FF <CR>
Parameter:
PARAMETER FUNCTION
0000h..079Fh address
3.2.6 LED – LED control
With the command LED you can control the LED ring of the ARE DT1.
Input format: LED <SP> parameter <CR>
Output (example): 1 <CR>
Parameter:
PARAMETER FUNCTION
0 off
1 on
2 Buzzer beeps,
LEDs flash final state =initial state
--------------------------------------------------------------------------------13/45--------------------------------------------------------------------------------
3.2.7 RST – reset
With the command RST the reader does a warmstart and loads the saved settings from the internal EEPROM. The antenna field is off after the reset.
Input format: RST <CR>
Output (example): ACK <CR>
--------------------------------------------------------------------------------14/45--------------------------------------------------------------------------------
Loading...
+ 31 hidden pages