Instruction manual

A-6 Packet Reference Manual
Sample Data Matrix Packets
Data Matrix (ECC-200) is a two-dimensional bar code which is made up of square modules
arranged within a perimeter finder pattern. There are 24 square symbol sizes available ranging
from 10 rows by 10 columns to 144 rows by 144 columns. There are six rectangular symbol
sizes available ranging from 8 rows by 8 columns to 16 rows by 48 columns. The symbol size
is data dependent. Data Matrix automatically pads data.
Make sure you do not overlay other fields when designing your Data Matrix symbol. Smart
imaging is automatically disabled on formats with a Data Matrix bar code. You should also
allow a 3 or 4 dot “quiet zone” (blank space around the bar code’s perimeter) for scanning.
See “Defining a Bar Code Field
” for more information.
Sample Batch Data with Special Characters
To use this character in the bar code enter these characters in the batch data
null character ~~@
~ (tilde) ~126~126
FNC1 ~~1
Square Data Matrix Packet
{F,36,A,R,E,200,200,"DTMTRX1" |
B,1,50,V,25,30,35,0,55,8,L,0 | }
{B,36,N,1 |
1,"028028MonarchPrinters" | }
This example prints a 0.55-inch wide by 0.55-inch tall (55) square Data Matrix symbol using
the default density (0) without any field rotation (0).
Rectangular Data Matrix Packet
{F,36,A,R,E,200,200,"DTMTRX2" |
B,1,100,V,30,20,35,29,50,8,L,1 | }
{B,36,N,1 |
1,"MONARCHBRANDPRINTERS2012" | }
This example prints a one-inch by a half-inch tall (50) rectangular 16 rows
by 36 columns (density 29) Data Matrix symbol rotated 90 (1).
Sample Data Matrix with Function 1
{F,36,A,R,E,200,200,"DTMTRX1" |
B,1,50,V,10,50,35,0,50,8,L,0 | }
{B,36,N,1 |
1,"~~110012345678902" | }
This example prints a 0.50-inch wide by 0.50-inch tall (50) square Data Matrix symbol using
the default density (0) without any field rotation (0). FNC1 appears in the batch data as ~~1.