Results 1 to 1 of 1

Thread: Genrate a hexadecimal value to be stored on a RFID Tag SGTIN-96

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2004
    Location
    Dorado, P.R.
    Posts
    25

    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

    Name:  muestra.JPG
Views: 6347
Size:  21.0 KB

    I hope this will be usefull for someone. I had a bad time trying to figure out this for a JCPenney new requirement.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width