7 check digits – Konica Minolta Darwin VDP Software User Manual

Page 15

Advertising
background image



Page 15 of 92

T EC - I T B a r c o d e So f t w a re R e f e re n c e

EAN-128 or Code-128

Data Matrix: a special FNC1 codeword is
inserted

\F

Inserts a Gs (Group Separator) or ASCII 1DHex.
Don‟t encode the \x1d directly!

PDF417, MaxiCode and in QR-Code

QR.Code: When using format UCC/EAN a
Gs is inserted in Byte Mode, a % is
inserted in alphanumeric mode.

\E

ECI (Extended Character Interpretation). Used for defining
the character set (code page) for the encoded data

– contact

us to get further information.

MaxiCode, Data Matrix and QR-Code,
PDF417, MicroPDF417

\EB, \EE

Special ECI identifiers for nesting ECIs.

\EB

(ECI Begin)

opens a nesting level,

\EE

(ECI End) closes it.

QR-Code

\G

GLI (Global Language Identifier), similar to ECI (see

\E

).

PDF417

\210

FNC1

Code128, EAN-128, UCC128, Codablock-
F

\211

FNC2

Code128, EAN-128, UCC128, Codablock-
F

\212

FNC3

Code128, EAN-128, UCC128, Codablock-
F

\213

FNC4

Code128, EAN-128, UCC128, Codablock-
F

\x11

DC1

Code93, Code93Ext

\x12

DC2

Code93, Code93Ext

\x13

DC3

Code93, Code93Ext

\x14

DC4

Code93, Code93Ext

\x1e

Rs (Record Separator), ASCII 1EHex

PDF417, QR-Code, DataMatrix, MaxiCode
(Mode 3,4 SCM)

\x1d

Gs (Group Separator), ASCII 1DHex

PDF417, QR-Code, DataMatrix, MaxiCode
(Mode 3,4 SCM)

\x04

Eot (End of Transmission), ASCII 04Hex

PDF417, QR-Code, DataMatrix, MaxiCode
(Mode 3,4 SCM)

Table 6: Implemented Escape Sequences

4.7 Check Digits

The method for the check digit(s) calculation depends on the respective barcode type. In order to
make TEC-IT products as user-friendly as possible, a standard method for each barcode type is
supplied (where applicable).

Per default the input can take place with and without a check digit. In the latter case the
check digit is calculated automatically and added to the barcode data.


Example (EAN13): If you enter 12 digits (= utilizable data), the 13th digit (= the check digit) is
computed and added automatically. If you enter 13 digits, the check digit is replaced by your
data and isn‟t calculated.

Check digit enumeration

Enumeration
value

Check digit calculation methods

eCDNone

0

No check digit will be computed

eCDStandard

1

Standard check digit of the selected barcode type is used

eCDMod10

2

Modulo 10 (usually used with Interleaved 2of5)

eCDMod43

3

Modulo 43 (suggested for Code39 and Logmars, consist of 1 digit)

eCD2Mod47

4

Modulo 47 (2 digits)

eCDDPLeit

5

Method for DP Leitcode

eCDDPIdent

6

Method for DP Identcode

Advertising