If you want to insert a datamatrix barcode in a template, then you need to insert a barcode element.
If you want to insert a Datamatrix GS1 barcode, then you need to setup the data for the barcode accordingly.
You need to select datamatrix as the barcode type, after you have selected the barcode element:
The parameters are:
(The headers are links to the common description).
Data
The data, that you want to put into the barcode. This is normally setup as an Xpath expression to extract data from the input file.
GS1 format
If you want to create the Datamatrix barcode in the GS1 format, then you can do that by starting the data with a vertical pipe "|". This data creates e.g. a GS1 barcode:
|(01)12345678901234(21)123456|(10)ABC123
Please notice, that the character, | is to be used after variable fields only.
Check out the section, GS1 and EAN barcodes in general for more information and troubleshooting for the GS1 output.
If you want to insert a | as the first character in a Datamatrix barcode without triggering the GS1 format, then you need to insert two || characters.
Check out the section, GS1 and EAN barcodes in general for more information and troubleshooting for the GS1 output.
Module width
The width and height of the small squares of the barcode. This is rounded to up to a whole number of dots in the selected output resolution (DPI). For the mime types, ZPL and Direct protocol the resolution/DPI is set on the printer and for PCL / PDF output the resolution is set on the template element in the template.
- Shape
Possible values:
Default: InterformNG2 decides for the optimal shape.
Rectangle: The Datamatrix barcode is always a rectangle.
Square: The barcode is always shaped like a square.
Please notice: The value setup for the shape is ignored, if a specific number of modules has been selected below.
- Modules
The size of the barcode will be as small as possible (and with the shape specified above) if the value is blank or default. Alternatively, you can select a specific width and height (number of modules in each direction). This sets a fixed sized barcode.
Related Articles
GS1 and EAN barcodes in general
This section covers the data, that can be used in the GS1 (same as EAN) barcodes in InterformNG2. The related barcodes are: EAN-128 (same as GS1-128) QR-GS1 Only partially relevant for the GS1-Datamatrix: Here you can redefine the FNC1 trigger and ...
Installation and upgrade
The procedure to install and upgrade depends on which platform, that you want to install InterformNG2: Installing InterformNG2 on IBM i Installing InterformNG2 on Linux Installing InterformNG2 on Windows Connecting to AS400 from another platform ...
Insert line breaks in a 2D barcode
You have two options, if you want to insert a line break in a 2D barcode (like PDF417, Datamatrix and QR barcodes): 1.If you want to insert a simple line break with the full Carriage Return (CR) and Line Feed (LF), then you can insert a line break by ...
ng:serializationBarcode
The built-in function, ng:serializationBarcode can help you if you want to print multiple labels on a ZPL compatible printer, that are all identical apart from a barcode with contents, which is increased/descreased for each label. You can use this to ...
Release log Version 2.x.x
This is the list of the InterformNG2 releases versions 2.x.x and the major new features in each release: Version 2.4.2 Version 2.4.1 Version 2.4.0 Version 2.3.0 Version 2.2.0 Version 2.1.2 Version 2.1.1 Version 2.1.0 Version 2.0.3 Version 2.0.2 ...