Rfr read data, Read data – Avery Dennison Monarch 9864 Description of Commands User Manual

Page 73

Advertising
background image

10/07 Rev. AA

MANUAL EASY PLUG

Commands

All

devices

A = TTX 600 --TLX 604 – Eagle B = TTX 300 Offline -- Cobra Offline D = TTX 300 Online –TTX 207 -- Cobra Online – Da Capo
E = TTX 450/650/674/675/950/1050 – Puma/Puma plus/Lion/Lion plus/Tiger/Tiger XXL -- S45/65/95/105 -- TDI/STDI/XXTREME
G = TTX 350 – Ocelot – TTK – Texxtile H = 64-xx –Chess x –TT4 – DPM – PEM – ALX 92x – AP 4.4/5.4

73

#RFR Read

data

Definition

This command reads data of a RFID transponder and assigns it to a RFID
variable. Content of variable can be requested with #!RF command.

Command must be placed between #ER and #Q!

Syntax

#RFR i/t/ab/s/n

Group H

i = int

number of variable that is created for read data

opt.

t = int

data type
0 = BLOCK (default)
1 = UID
2 = EPC

opt.

a = I

ASCII data assumed on transponder (default)
Each byte is coded as ASCII character.

= B

Binary data assumed:
Each byte is coded as hexadecimal number in ASCII presentation.

opt.

b = L

Least significant byte of block first (default) :
Bytes of each block on transponder are read beginning with the LSB first.

= M

Most significant byte of block first:
Bytes of each block on transponder are read beginning with the MSB first.

s = int

Address of start block, used if data type is BLOCK, ignored otherwise

n = int

Number of blocks, used if data type is BLOCK, ignored otherwise

Example

Data on transponder (block size 4
assumed e.g. I-Code) shown in hex
notation:

MSB ... LSB

block address 3: 41 42 43 44
block address 4: 30 31 32 33

#RFR1/0/I/L/2/3

2 blocks from transponder starting at
block 3 will be read and put into
variable with id number 1.
Text in variable 1: DCBA3210

#RFR1//B/3/2

Now binary data
Text in variable 1:
4443424133323130

#RFR1//M/3/2

Now Ascii data reversed
Text in variable 1: ABCD0123

#RFR3/2/B
#RFR3/1/B

EPC in variable 3
UID in variable 3

Advertising