User`s manual
TLS PC Link
TM
Programmer’s Guide
41
<STX>Q0002 ;set print quantity to 2 labels
<STX>G ;print two identical labels
Serialize Barcode:
This requires sending the label format again. Since Bar Code “12345678” and
Text “12345678” are separate fields, they must both be serialized in order for the
text to match the bar code.
<STX>L ;enter label format mode
490000803000030Sample Rotated Label<CR> ;specify text at X=0.30”,Y=3.00”
490000603500090270 Degree<CR> ;specify text at X=0.90”,Y=3.50”
490000601100090Rotate<CR> ;specify text at X=0.90”,Y=1.10”
4a000500255008012345678<CR> ;specify barcode at
X=0.80”,Y=2.55”
+001<CR> ;make previous field increment
by 1
49000060225013512345678<CR> ;specify text at X=1.35”,Y=2.25”
+001<CR> ;make previous field increment
by 1
X<CR> ;exit label format mode
<STX>G ;print two serialized labels
;12345678 and 12345679