Unit 4: Standard Command Codes
E/Pro Programming Reference
4-76 PN: 9001096E
2D30/31 (QR CODE)
FUNCTION
Specifies QR Code of 2D code.
FORMAT
<ESC>2D30,a,bb,c,d,(ee,ff,gg) <ESC>DNmmmm,n...n or <ESC>DSk,n...n
<ESC>2D31,a,bb,c,d,(ee,ff,gg) <ESC>DNmmmm,n...n or <ESC>DSk,n...n
a = Error correction level
L: 7%
M: 15%
Q: 25%
H: 30%
b = Cell size (01 to 32 dots)
c = Data setting mode
0: Manual
1: Automatic
d = Concentration mode
0: Normal
1: Concentration
e = Quantity of partitions by concentration mode (01 to 16)
f = Sequential number partitioned by concentration mode (01 to 16)
g = Concentration mode parity data (00 to FF)
k = Character mode
1: Numeric
2: Alphanumeric
3: Kanji
m = Data size
2D30: Model 2 (1 to 2953 bytes)
2D31: Model 1 (1 to 486 bytes)
n=Print data
Between <ESC>A and <ESC>Z but following <ESC>H and <ESC>V.
EXAMPLE
Example - Error correction level: 7%, Cell size: 05, Data setting mode: manual,
Concentration mode: normal.
<ESC>A
<ESC>V100<ESC>H200
<ESC>2D31,L,05,0,0
<ESC>DS1,012345
<ESC>Q2
<ESC>Z
OUTPUT
(4-49)