DIN SPEC Data Matrix Barcode

This Symbology is also known as DIN SPEC 91406 2D Data Matrix

This Barcode Symbology is supported by the following Neodynamic products:

Overview

DIN SPEC 91406 "Automatic Identification of Physical Objects" sets minimum requirements for the identification of physical objects, thus enabling easy access to related information in IT and IoT systems. The stipulations it contains meet the requirements of OEMs and O/Os for identifying physical objects in a simple and reliable way.

This DIN SPEC defines minimum requirements for globally unambiguous identification of physical objects using a globally biunique, machine-readable ID to be attached to the physical object. In this DIN SPEC, the word object identifier is used as a synonym for various product identifiers used by manufacturers, such as nameplates, labels, imprints, stickers and laser markings.

Requirements

  • A 2D code in which nothing is encoded except the identification string must be attached to the physical object. The identification string must be coded as plain text in the 2D code. Please refer to the DIN SPEC 91406 for further details.
  • The module size (X) for the 2D barcode should be at least X >= 0.35 mm (0.014 inch)

How to create DIN SPEC Data Matrix barcodes using Barcode Professional for

Note: Please refer to the Class Reference documentation for more information about the properties and methods stated in this document.
In order to get a DIN SPEC DataMatrix barcode image, please follow these steps:
  • Set the Symbology property to DINSpecDataMatrix.
  • Set the DataMatrixModuleSize property to >= 0.014 (Value is expressed in Inches)
  • Set the Code property with the value to encode based on the DIN SPEC QR Code Specification
Note: Please refer to the Class Reference documentation for more information about the properties and methods stated in this document.
In order to get a DIN SPEC DataMatrix barcode image, please follow these steps:
  • Set the Symbology property to DINSpecDataMatrix.
  • Set the DataMatrixModuleSize property to >= 0.014 (Value is expressed in Inches)
  • Set the Code property with the value to encode based on the DIN SPEC QR Code Specification

Example of a DIN SPEC Data Matrix barcode image

Set the Code property = "https://www.domain-abc.com/Model-Nr-1234/Serial-Nr-5678"
will produce the following barcode image:

Example of DIN SPEC Data Matrix barcode images