TSC AUTO ID Technology Co., Ltd. 56 Copyright 2013 All Rights Reserved.
MPDF417
Description
This command defines a Micro PDF 417 bar code.
Syntax
MPDF417 x,y,rotate,[Wn,][Hn,][Cn,]"content"
Horizontal start position (in dots)
Vertical start position (in dots)
Rotation
0 : No rotation
90 : Rotate 90 degrees
180 : Rotate 180 degrees
270 : Rotate 270 degrees
Optional. Module width in dot. Default is 1.
Optional. Module height in dot. Default is 10.
Optional. Number of columns. Once the parameter is set, the printer will
calculate the proper rows for the barcode base on the content
automatically.
0: Auto mode.
1: Column is 1 and the calculated suitable rows will be 11, 14, 17, 20, 24,
and 28.
2: Column is 2 and the calculated suitable rows will be 8, 11, 14, 17, 20, 23
and 26.
3: Column is 3 and the calculated suitable rows will be 6, 8, 10, 12, 15, 20,
26, 32, 38 and 44.
4: Column is 4 and the calculated suitable rows will be 4, 6, 8, 10, 12, 15,
20, 26, 32, 38 and 44.
Content of Micro PDF 417 bar code
Note:
This command has been supported since V6.61 EZ and later firmware.
Example
Sample Code
SIZE 4,1
GAP 0,0
CLS
MPDF417 10,10,0,"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
MPDF417 110,10,0,W2,"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
MPDF417 210,10,0,W2,H3,"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
MPDF417 310,10,0,W2,H3,C3,"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
PRINT 1