7197 Series II Owner’s Guide Chapter 6: Commands
August 2011
158
48 <= d1 <= 57, 48 <= d2
<= 57]
82 GS1 DataBar
Expanded
Stacked
32 - 34, 37 - 47, 48 - 57,
58 - 63, 65 - 90, 95,
97 - 122, 123
[However d1 = 40, 48 <=
d2 <= 57,
48 <= d3 <= 57 when
48 <= d1 <= 57, 48 <= d2
<= 57]
Variable length
(2 - 70)
MSComm1.Output = Chr$(&H1D) & Chr$(&H6B) & Chr$(m) & "123456789012" & Chr$(0)
The above command will print the number above or below the bar code, depending on
which parameter for m that specify.
Exceptions:
Illegal data cancels this command.
The command is valid only at the beginning of a line.
PDF417 and Code 93 are only available in 7194 Native
Mode.
Additional information for GS1 DataBar:
In the case of barcode except Expanded and Expanded Stacked, FW add automatically
application as identifier(AI) & check digit(C/D). Then n(Length) of them is 13(Fixed
Length)
Fig. about the addition of AI & C/D
Type of GS1 DataBar example AI & C/D
GS1 DataBar Omnidirectional
GS1 DataBar Truncated
GS1 DataBar Stacked
GS1 DataBar Stacked
Omnidirectional
GS1 DataBar Limited
Input data:
2001234567890
HRI print:
(01)20012345678909
AI & C/D are added
automatically.
The AI is ‘(01)’.
GS1 DataBar Expanded
GS1 DataBar Expanded Stacked
Input data:
{(01{)15012345678907{(3
0{)23{1{(17{)950827
HRI print:
(01)15012345678907(30)
23(17)950827
Neither AI nor C/D is
added automatically.