TSC AUTO ID Technology Co., Ltd. 44 Copyright 2013 All Rights Reserved.
BOX
Description
This command draws rectangles on the label.
Syntax
BOX x,y,x_end,y_end,line thickness[,radius]
Specify x-coordinate of upper left corner (in dots)
Specify y-coordinate of upper left corner (in dots)
Specify x-coordinate of lower right corner (in dots)
Specify y-coordinate of lower right corner (in dots)
Optional. Specify the round corner. Default is 0.
*Since V5.28 EZ
Note:
200 DPI: 1 mm = 8 dots
300 DPI: 1 mm = 12 dots
Recommended max. thickness of box is 12 mm 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
Sample code
SIZE 4,1.1
CLS
BOX 60,60,610,210,4
BOX 80,80,590,190,4
BOX 100,100,570,170,4,20
BOX 120,120,550,150,4,20
PRINT 1
See Also
BAR