mcgyvr
Programmer
- Aug 19, 2008
- 8
Need to start producing labels for our products with a 2d barcode using Micropdf417 symbology. I have no idea where to start. I tried using programs like zebra designer and wasp labeler but am having difficulties with getting the proper "encoding". Reminder I am a total newbie with no knowledge of zpl programming or anything past making a simple linear barcode (39)using the supplied design programs. Wasp labeler seems to be the best as it includes the ASCII character set described later in this topic.
I have 2 pieces of data that need to be included in the barcode
example
A product code: A1B2C3DAAA
Unique serial ID: TRMMI9GXH001 (this needs to be serialized so the next label will be TRMMI9GXH002
I' really stuck with how to get the proper encoding correct and entered.
I have been told my label should encode the data as follows
[)>{RS}06{GS}11PA1B2C3DAAA{GS}STRMMI9GXH001{RS}{EOT}
Where {RS} and {GS} and {EOT} are ASCII characters.
First question is what is "[)>" is that the ASCII "SOH" code or do I simply type it in as written?
I also need human readable data of the code and serial number next to the barcode.
I assume I should break this up into substrings and then use text linked to the substring to create the human readable portion. But I'm mainly stuck with how you get the encoding correct. It seems if I try it in 3 different programs I get 3 different barcodes.
Help...
I have 2 pieces of data that need to be included in the barcode
example
A product code: A1B2C3DAAA
Unique serial ID: TRMMI9GXH001 (this needs to be serialized so the next label will be TRMMI9GXH002
I' really stuck with how to get the proper encoding correct and entered.
I have been told my label should encode the data as follows
[)>{RS}06{GS}11PA1B2C3DAAA{GS}STRMMI9GXH001{RS}{EOT}
Where {RS} and {GS} and {EOT} are ASCII characters.
First question is what is "[)>" is that the ASCII "SOH" code or do I simply type it in as written?
I also need human readable data of the code and serial number next to the barcode.
I assume I should break this up into substrings and then use text linked to the substring to create the human readable portion. But I'm mainly stuck with how you get the encoding correct. It seems if I try it in 3 different programs I get 3 different barcodes.
Help...