Multiple read/write commands on one label – Printronix SL5000r MP User Manual

Page 78

Advertising
background image

Chapter 3

PGL

78

PGL

Multiple Read/Write Commands On One Label

When using RFID commands in PGL, it is only possible to use one
read and one write command in a single form at a time. To access a
single label with multiple reads or writes, split the job into multiple
forms where all but the last form has the NOMOTION flag set. This
will then apply each form to the same label.

Example

~NORMAL
~CREATE;TEST1;NOMOTION
RFRTAG;64
64;DF1;H
STOP
VERIFY;DF1;H;*TagBefore=*
END

~EXECUTE;TEST1
~NORMAL
~CREATE;TEST1
RFWTAG;64
10;B;*101010*
10;D;*255*
10;H;*FF*
10;D;*12*
24;H;*445654*
STOP

RFRTAG;64
64;DF1;H
STOP

VERIFY;DF1;H;*TagAfter=*
END

~EXECUTE;TEST1
~NORMAL

Advertising