TSC AUTO ID Technology Co., Ltd. 44 Copyright 2009 All Rights Reserved.
DMATRIX
Description
This command is used to define the DataMatrix 2D bar code. Currently, only ECC200 error
correction is supported.
Syntax
DMATRIX x, y, width, height, [xm,row,col], expression
Parameter Description
x Horizontal start position (in dots)
y Vertical start position (in dots)
width The expected width of barcode area (in dots)
height The expected height of barcode area (in dots)
xm Module size (in dots)
row Symbol size of row: 10 to 144
col Symbol size of col: 10 to 144
Example
SIZE 3,3
GAP 0,0
SPEED 4
DENSITY 8
DIRECTION 0
REFERENCE 0,0
OFFSET 0.00
SET CUTTER OFF
SET TEAR ON
CLS
DMATRIX 10,110,400,400,"DMATRIX EXAMPLE 1"
DMATRIX 310,110,400,400,x6,"DMATRIX EXAMPLE 2"
DMATRIX 10,310,400,400,x8,18,18,"DMATRIX EXAMPLE 3"
PRINT 1,1