TSC AUTO ID Technology Co., Ltd. 47 Copyright 2013 All Rights Reserved.
CODABLOCK F mode
Description
This command draws CODABLOCK F mode barcode.
Syntax
CODABLOCK x,y,rotation,[row height,]module width,]"content"
0 : No rotation
90 : Rotate 90 degrees clockwise
180 : Rotate 180 degrees clockwise
270 : Rotate 270 degrees clockwise
The height of individual row equals to row height x module width (Default is
8)
Width of narrow element of CODABLOCK in dots (Default is 2)
content of CODABLOCK bar code
Note:
This command has been supported since V6.89 EZ and later firmware.
Example
Sample Code
SIZE 4,1.5
GAP 0,0
DIRECTION 1
CLS
TEXT 10,10,"3",0,1,1,"Codablock F"
CODABLOCK 10,50,0,"We stand behind our products with one of the most comprehensive support programs in the Auto-ID
industry."
PRINT 1
CLS
TEXT 10,10,"3",0,1,1,"Codablock F"
CODABLOCK 10,50,0,16,1,"We stand behind our products with one of the most comprehensive support programs in the Auto-ID
industry."
PRINT 1