Printronix SL5000r MP manual Multiple Read/Write Commands On One Label, Pgl, Example

Models: SL5000r MP

1 84
Download 84 pages 51.7 Kb
Page 78
Image 78
Chapter 3 PGL

Chapter 3 PGL

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

78

Page 78
Image 78
Printronix SL5000r MP manual Multiple Read/Write Commands On One Label, Pgl, Example