Datamax E4203 All in One Printer User Manual


 
Appendix G
E-Class DPL Programmer’s Manual 119
Auto Format (bar code W1d)
With barcode identifier ‘d’, the data begins after the last character of the column position field,
and does not include any command characters. The data string is terminated with a termination
character, usually a 0x0d hex that occurs twice in succession. The bar code symbol will have the
following characteristics:
1. Model 2
2. Error Correction Code Level = ‘M’ (Standard Reliability Level)
3. Mask Selection = Automatic
4. Data Input Mode = Automatic
Example:
<STX>L
D11<CR>
1W1d4400000100010This is the data portion<CR><CR>
121100000000100Barcode W1D<CR>
E
(Two
termination
characters
required.)
Manual Formatting (bar code W1D)
With barcode identifier ‘D’, minor changes allow flexibility for data entry. (Spaces have been
added for readability.)
[q,] e [m] i, cdata cdata cdata…cdata term
Where:
Field Valid Inputs Meaning
q
1, 2 QR Code Model number, optional. Model 2 is the default.
e
H, Q, M, L Error Correction Level:
H = Ultra Reliability Level
Q = High Reliability Level
M = Standard Reliability Level
L = High Density Level
m
0 – 8, none Mask Number, optional:
None = Automatic Selection
0-7 = Mask0toMask7
8=NoMask
i
A, a, M, m Data Input Mode:
A = Automatic setting, ASCII
a = Automatic, hex-ASCII
M = Manual Setting, ASCII
m = manual, hex-ASCII
cdata
N, A, B, K
immediately
followed by data
Character Mode:
N = Numeric, N data
A = Alphanumeric, A data
B = Binary , Bnnnn data (where nnnn = data byte-count, 4
decimal digits; byte-count /2 for hex-ASCII
K= Kanji,Kdata
term
<CR>, <CR><CR> The data string is terminated with a termination character, generally a
0x0d hex, but can be changed by the operator. If the Data Input Mode
is Automatic, the data string is terminated with two successive
termination characters.