EasyManua.ls Logo

Bematech LB-1000 - Dmatrix

Bematech LB-1000
172 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
!1
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

Other manuals for Bematech LB-1000