GS1-128
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=physical |subcat=Bar codes |image=Gs1-128.png }} '''GS1-128''' is not actually a distinct bar code symbology, but a usage of the Code 128 symbolo...") |
|||
(One intermediate revision by one user not shown) | |||
Line 4: | Line 4: | ||
|image=Gs1-128.png | |image=Gs1-128.png | ||
}} | }} | ||
− | |||
'''GS1-128''' is not actually a distinct bar code symbology, but a usage of the [[Code 128]] symbology for the purpose of tracking shipping cartons of products through the supply chain. It defines a particular set of fields and their meanings within the characters encoded in a bar code. It has formerly also been known as UCC/EAN-128, UCC-128, and EAN-128. A GS1-128 shipping label typically has several bar codes of this format encoding different groups of fields describing different things related to the product and its shipment. GS1 is an association dedicated to creating and implementing standards for supply chains. | '''GS1-128''' is not actually a distinct bar code symbology, but a usage of the [[Code 128]] symbology for the purpose of tracking shipping cartons of products through the supply chain. It defines a particular set of fields and their meanings within the characters encoded in a bar code. It has formerly also been known as UCC/EAN-128, UCC-128, and EAN-128. A GS1-128 shipping label typically has several bar codes of this format encoding different groups of fields describing different things related to the product and its shipment. GS1 is an association dedicated to creating and implementing standards for supply chains. | ||
Line 17: | Line 16: | ||
== Developer libraries == | == Developer libraries == | ||
* [http://zbar.sourceforge.net/ ZBar bar code reader library: cross-platform] | * [http://zbar.sourceforge.net/ ZBar bar code reader library: cross-platform] | ||
− | * [ | + | * [https://github.com/zxing/zxing zxing (Zebra Crossing)] (barcode library for Java, ported to some other systems) |
== Utilities == | == Utilities == | ||
+ | * [http://barcode.tec-it.com/barcode-generator.aspx?group=BCGroup_1D&barcode=EANUCC128 Encode GS1-128 bar code] | ||
* [http://www.barcode-generator.org/ Bar code generator] | * [http://www.barcode-generator.org/ Bar code generator] | ||
Latest revision as of 21:18, 23 October 2015
GS1-128 is not actually a distinct bar code symbology, but a usage of the Code 128 symbology for the purpose of tracking shipping cartons of products through the supply chain. It defines a particular set of fields and their meanings within the characters encoded in a bar code. It has formerly also been known as UCC/EAN-128, UCC-128, and EAN-128. A GS1-128 shipping label typically has several bar codes of this format encoding different groups of fields describing different things related to the product and its shipment. GS1 is an association dedicated to creating and implementing standards for supply chains.
Contents |
[edit] Standards
[edit] Software
[edit] Developer libraries
- ZBar bar code reader library: cross-platform
- zxing (Zebra Crossing) (barcode library for Java, ported to some other systems)