Howtorfid – Avery Dennison RFID User Manual
Page 45

HowToRFID
Revision: 13
Date: 31 August 2009
Page 45 of 53
#G-----------------------------------------------------------------------------------
#G Encode tag and print data
#G-----------------------------------------------------------------------------------
#SRF2
#VW/T/EPCDataWrite#G
#VR/T/EPCDataVerify#G
#SF103
#J21#T7#VW/L/"EPC 1-to be written : "+BinToHex(EPCDataWrite)#G
#J25#T7#VW/L/"EPC 2-verify after write: "+BinToHex(EPCDataVerify)#G
#G-----------------------------------------------------------------------------------
#G each label is encoded with a consecutive serial number starting with value set in
#G EPC_Serial
#G-----------------------------------------------------------------------------------
#Q3/
6.2.4
Write / Read / Print user data (NXP G2/G2XM, Alien Higgs 3 chips only) using legacy commands
sample job
#!A1
#PR8/8/
#G -- length/width
#G -- tag type = 15 (EPC class 1 Gen2)
#G -- tested with NXP G2 / G2XM chips from NXP (14/32 words = 28/64 bytes = 224/512 bits user data
adressed from 0..13/31)
#G -- antenna offset 60mm - adjust this to fit your needs !!
#G -- number of label to retry is 1
#IMSR100.0/67.0//15/60/1
#ERNF//
#G ---------------------
#G -- write EPC 96 bit based on SSCC-96
#RFW2/B/1///24/3114F4DC90B2D05E02000000
#G ---------------------
#G -- write 4 sets of blocks with 2 bytes per block
#G -- coding is hexadecimal (=option B) id est 2 characters define 1 byte
#G -- first set of 1 block (=2 bytes) starts at address 0 (= 0x00)
#RFW0/B0/0///4/0001
#G -- second set of blocks starting at address 2
#RFW0/B13/0///4/FFAA
#RFW0/0/0///14/12345678901234#G
#RFW0/0/0///14/12345678901234#G
#G ---------------------
#G read + print 4 blocks starting at address 0