TSC AUTO ID Technology Co., Ltd. 42 Copyright 2009 All Rights Reserved.
BOX
Description
This command draws rectangles on the label.
Syntax
BOX X_start, Y_start, X_end, Y_end, line thickness
Parameter Description
X_start Specify x-coordinate of upper left corner (in dots)
Y_start Specify y-coordinate of upper left corner (in dots)
X_end Specify x-coordinate of lower right corner (in dots)
Y_end Specify y-coordinate of lower right corner (in dots)
line thickness Line thickness (in dots)
Note: 200 DPI: 1 mm = 8 dots
300 DPI: 1 mm = 12 dots
Recommended max. thickness of box is 12mm at 4” width. Thickness of box larger
than 12 mm may damage the power supply and affect the print quality.
Max. print ratio is different for each printer model. Desktop and industrial printer
print ratio is limited to 20% and 30% respectively.
Example
SIZE 4,2.5
GAP 0,0
SPEED 6
DENSITY 8
DIRECTION 0
CLS
BOX 100,100,200,200,5
PRINT 1,1
See Also
BAR