Genrate a hexadecimal value to be stored on a RFID Tag SGTIN-96
This code will convert date to hexadecimal value to be stored on a RFID Tag. Usefull if your trying to generate a ZPL II code for Zebra printers that will print the label and stored the Hexadecimal value on the RFID.
VB.Net 2005
You will need
company prefix = First 6 numbers of the UPC with a cero on front to be 7 characters
Indicator Digit = Usually 0
Item Reference = Next 5 numbers of the upc, the check digit will not be used
Serial Number = Serialized number that can't be duplicated
By default in this example will be taken
Header = 00110000 - SGTIN-96 Indicator
Filter Value = 001 - Retail Consumer Trade Item
Partition = 101 - On SGTIN Partitions Table
I hope this will be usefull for someone. I had a bad time trying to figure out this for a JCPenney new requirement.