Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DataMatrix vs GS1 DataMatrix

I've been trying to find out if there is a difference between the way information is stored in DataMatrix vs GS1 DataMatrix forms. I'm wondering if a regular DataMatrix scanner can scan a GS1 DataMatrix code or not. Any help on this subject would help.

like image 755
vinnybad Avatar asked Jun 21 '13 15:06

vinnybad


People also ask

What is the difference between Data Matrix and GS1 Data Matrix?

The DataMatrix documentation is both GS1 and non-GS1 based. Basically, If you do not need to encode GS1, then you only need not to use Application Identifiers (AIs) and/or turn off ApplyTilde (ProcessTilde) – the barcode would then be DataMatrix, as GS1 is just the way the data is formatted (according to GS1).

What is GS1 Data Matrix?

GS1 DataMatrix is a variant of the Data Matrix symbology that conforms to GS1 specifications and has been in the public domain since 1994. GS1 DataMatrix is used in the aerospace, medical device manufacturing, and pharmaceutical industries, among others, and by the US Department of Defense.

What is GS1 2D Data Matrix?

GS1 DataMatrix is a matrix (2D or two-dimensional) barcode which may be printed as a square or rectangular symbol made up of individual dots or squares.

What is the difference between Data Matrix and QR Code?

Data Matrix codes are physically smaller than QR codes, offering high data density in a very small size, making them an ideal solution for marking individual product parts, where space might be limited. The US Electronic Industries Alliance (EIA) recommends using Data Matrix for labelling small electronic components.


1 Answers

The full specification for GS1 DataMatrix is at http://www.gs1.org/docs/barcodes/GS1_DataMatrix_Introduction_and_technical_overview.pdf

I can't find anything in it which would indicate any incompatibility.

Indeed, it specifically says that it uses the normal DataMatrix rules. The GS1 part refers to the data which is encoded.

So, yes, a regular scanner will be able to read a GS1 DataMatrix barcode.

like image 92
Terence Eden Avatar answered Sep 19 '22 22:09

Terence Eden