Printronix SL5000r MP manual Example, RFID PGL Commands

Models: SL5000r MP

1 84
Download 84 pages 51.7 Kb
Page 40
Image 40
Example 1

Chapter 2 RFID PGL Commands

banks do not accept incremental data because the ACS memory bank contains passcodes for LOCK and UNLOCK operations, and the KIL memory bank contains a killcode to kill a tag. Incremental data do not apply to passcodes or killcodes.

10.When LOCK<DFn> and UNLOCK<DFn> are used in the same form, the dynamic format <DFn> needs to be a different dynamic number for LOCK and UNLOCK since it is designed where a unique dynamic number can be linked to only one object type. In this case, LOCK is linked to RFWTAG object and UNLOCK is linked to RFRTAG option. Although both options use the same passcode, the dynamic format needs to be in a different dynamic number in the same form.

11.The NOMOTION parameter of the CREATE command is used primarily in RFID applications. Refer to “CREATE” in the IGP/PGL Programmer’s Reference Manual.

Example 1

The following example programs an SGTIN–64 value into the RFID tag that is embedded in a 4x6 smart label. Assume that the SGTIN–64 value is provided as a single number.

~CREATE;SGTIN–64;432

RFWTAG;64

64;H;*87D0034567ABCDEF* /EPC number

STOP

END ~EXECUTE;SGTIN–64;1

~NORMAL

Example 2

Same as Example 1, except the EPC number is broken into its component parts. Assume that the SGTIN–64 value has the Header = 2d, Filter Value = 5d, EPC Manager Index = 15383d, Object Class = 703710d or 0xABCDE, and the Serial Number = 0123456d.

~CREATE;SGTIN–64;432

RFWTAG;64

2;B;*10*/Header

40

Page 40
Image 40
Printronix SL5000r MP manual Example, RFID PGL Commands, ~CREATESGTIN-64432 RFWTAG64 64H*87D0034567ABCDEF* /EPC number STOP