93
11. 2D Code Command
Persistence of
the command
When printer is powered off
Set parameter will not be retained
Becomes invalid after execution
Becomes invalid after the job
[Function]
Specifies 2D Code PDF417.
[Format]
<2D10>,aa,bb,c,dd,ee(,f)
●Parameter
a Minimum module width = Valid range : 01 to 09 dots
b Minimum module height = Valid range : 01 to 24 dots
c Security level = Valid range : 0 to 8
d Code words per line = Valid range : 01 to 30
00 : Auto (Module width auto-justified according to data quantity)
e Rows per symbol = Valid range : 03 to 90
00 : Auto (Module height auto-justified according to data quantity)
f Code type (Omissible) = 0 : Normal (when omitted)
1 : Truncated
[Format](Data part)
<DN>mmmm,n~n
●Parameter
m Quantity of data = Valid range : 1 to 2681 bytes
n Print data = Data
[Coding Example1] Min.module width : 03 dots, Min. module height : 09 dots
Security level : 3, Data code words per line : 03
Rows per symbol : 18
<A>
<V>100<H>200<2D10>,03,09,3,03,18
<DN>0010,0123456789
<Q>2
<Z>
[Coding Example2] Min.module width : 03 dots, Min. module height : 09 dots
Security Level : 3, Data code words per line : 03
Rows per symbol : 18, Code type : Truncated
<A>
<V>100<H>200<2D10>,03,09,3,03,18,1
<DN>0010,0123456789
<Q>2
<Z>