6-10 Packet Reference Manual
Entering Batch Data for QR Code
QR Code requires certain parameters at the beginning of all batch data.
Syntax "error_cor mask# data_input,char"
error_cor Level of error correction. Some damaged or dirty bar codes may
still be scannable if the error correction is high enough. Options:
H Ultra high reliability level
Q High reliability level
M Standard level
L High density level (more data in the bar code)
Note: When increasing the error correction level, the maximum number
of characters (in the field) decreases.
mask# Mask number. Undefined. Use 0.
data_input Type of data input. Options:
A Automatic
M Manual
Note: When using Automatic, do not end with a comma or specify the
next parameter for char (type of characters).
char Type of characters. This parameter is only required when
data_input is Manual. Options:
A Alphanumeric
B Binary
K Kanji
N Numeric
Note: In binary mode, the number of characters must be represented by
the 4-digit number in decimal.
Example
{F,1,A,R,E,200,200,"QRURL" |
B,2,200,V,75,50,36,0,100,2,B,0 | }
{B,1,N,1 |
2,"LA testdatainAutomode0987654321" | }
Sets the QR Code’s error correction level to L, which provides high density (more data in bar
code); leaves the mask number blank; sets the data input mode to Automatic and the data is
testdatainAutomode0987654321.
Example 1,"HM,N0123456789012345" |
Sets the QR Code’s error correction level to H, which provides very high reliability; leaves the
mask number blank; sets the data input mode to Manual; the type of characters are Numeric and
the data is 0123456789012345.