Epc Programming Example - Printronix T5000e Series Quick Setup Manual

Printronix, inc. owner manual pilot printer t5000e tm series
Hide thumbs Also See for T5000e Series:
Table of Contents

Advertisement

Chapter 3
RFID PGL Commands

EPC Programming Example

This programming example shows reading and writing dynamic
EPC data to a tag.
~CREATE;HEX;431
RFWRITE;HEX;RF3;16;AT1;
ALPHA
RFREAD@;AF1;16;10;10;0;0
STOP
END
~EXECUTE;HEX
~RF3;"68656C6C6F746167"
~AF1;*@1,16,1;*
~NORMAL
58
length
The decimal number that specifies the
length of the data to be read.
format
Replace the optional format parameter
with any non-zero number to convert the
data to hexadecimal format.
//Create a form named HEX.
//Write Tag with data from dynamic RFID element 3.
//Length of data is 16, format is HEX.
//The following ALPHA element is defined below.
//It will be used to print the contents of the tag.
//Read Tag Indicator character is "@". Incorporate read
//data into Dynamic ALPHA field number 1. Length of
//ALPHA field is 16 characters. Place ALPHA field at
//dot position (10,10) on the form.
//Terminate the ALPHA element definition.
//Execute the form with dynamic data.
//Dynamic data (in HEX) for Tag Write is
//"68656C6C6F746167".
//Print the data in AF1.

Advertisement

Table of Contents
loading

Table of Contents