Printing 6-7
Example F,2,A,R,E,400,400,"PERMLOCK" |
X,1,100,0 |
B,2,N,1 |
1,"313233343536373831323334~028" |
C,"ABCDEF~028" |
C,"~028" |
C,"73737373~028" |
C,"CAD01234~028" |
C,"11001" | }
The EPC data is 313233343536373831323334, the user memory data is ABCDEF, the access
password is 73737373, and the kill password is CAD01234. Selects permalock (1) as the locking
method for the EPC, user memory, and kill field. Selects no lock (0) for the access password
field. The EPC, user memory, and kill fields are permanently readable/writable.
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: As you increase the error correction level, the maximum number of
characters (in the field) decreases.
mask# Mask number. Undefined. Leave blank or 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.