Datamax-O'Neil Class Series Programmer’s Manual User Manual

Page 226

Advertising
background image

Appendix G – Barcode Details

Class Series Programmer’s Manual

212

Field

Valid Inputs

Meaning

a

1,2,3, and 4

Rotation

W1

W1

Fixed value, extended bar code set

k

k

Selects GS1 DataBar bar code

c

1 to 9, A to Z, and a to z

Wide bar ratio, default = 2

d

1 to 9, A to Z, and a to z

Narrow bar ratio, default = 2

eee

000 No

effect

ffff

0000 to 9999

Label position, row

gggg

0000 to 9999

Label position, column

h

R, T, S, D, L

GS1 DataBar Type: R = GS1 DataBar,

T = GS1 DataBar Truncated,

S = GS1 DataBar Stacked,

D = GS1 DataBar Omni-Directional,

L = GS1 DataBar Limited

i

1-9 Pixel

Multiplier

j

0 to (i-1)

X pixels to undercut

m

0 to (i-1)

Y pixels to undercut

n…n

0 to 9

Numeric linear data, length 13

[1]

|

| (optional)

Vertical bar separates primary linear data from secondary
2-D data

p…p

2-D data (optional)

Additional 2-D data

[2]

[1]

The application identifier is not encoded in the symbol nor is the last check digit; the user should enter in a
13-digit value. The decoding system will display the application identifier and calculate the check digit.

[2]

The separator row height for two-dimensional composite is fixed at one times the pixel multiplier.

Table G-5: GS1 DataBar, Truncated, Stacked, Stacked Omni-Directional, & Limited Record

Structures



Examples:

The following example prints an GS1 DataBar bar code.

<STX>L
D11
1W1k0000001500150R1002001234567890
121100000000100Barcode W1k<CR>
E

Barcode W1k


The following example prints an GS1 DataBar bar code with 2-D data.

<STX>L
D11
1W1k0000001500150R1002001234567890|123456-99/99/99
121100000000100Barcode W1k<CR>
E

Barcode W1k

Advertising