How can i create an unique serial for each label. I am creating a RFID Label (96 bits EAN) with the following ZPL Code:
^RB96,8,3,3,24,20,38 ^FD48,1,5,9999999,999999,1^FS
I know you can use ^RU to create a serial from TID, but i can't get this into the label
One way of doing it is; instead of sending 96 bits (24 hex) to program the tag (company prefix + item reference + serial number), just send the portion corresponding to company prefix + Item reference, so you only program say 64 bits and use whatever random bits already come encoded in the tag. Normally the tags com with random numbers from the manufacturer, once in a blue moon could result a duplicate EPC.