Intermec 700 Series User Manual page 213

Color mobile computer
Hide thumbs Also See for 700 Series:
Table of Contents

Advertisement

Parameter
Decoding
EAN 128 Identifier
CIP 128 French Pharmaceutical
FNC1 Separator Character (EAN
128 norms)
Bar Code Length
typedef enum tagCode128Decoding
{
ITC_CODE128_NOTACTIVE = 0, // Default
ITC_CODE128_ACTIVE = 1,
ITC_CODE128_NO_CHANGE = 255
} ITC_CODE128_DECODING;
typedef enum tagEan128Identifier
{
ITC_EAN128_ID_REMOVE,
ITC_EAN128_ID_INCLUDE, // Default
ITC_EAN128_ID_NO_CHANGE = 255
} ITC_EAN128_IDENTIFIER;
typedef enum tagCode128Cip128
{
ITC_CODE128_CIP128_NOTACTIVE = 0, // Default
ITC_CODE128_CIP128_ACTIVE = 1,
ITC_CODE128_CIP128_NO_CHANGE = 255
} ITC_CODE128_CIP128;
#define ITC_CODE128_FNC1_NO_CHANGE 255.
This definition can be used when the Code128 FNC1 does not require any change.
#define ITC_BC_LENGTH_NO_CHANGE 255. This definition can be used when the bar
code length does not require any change.
Setup
EAN 128 ]C1 ID
1
Include ]C1
2
Remove ]C1
3
Include ]C1
4
Remove ]C1
5
Include ]C1
6
Remove ]C1
where "X" is the symbology identifier, "Y" is the modifier character, and "Z" is the 1-byte symbology identifier.
700 Series Color Mobile Computer User's Manual
Note: The following default settings and enumerations apply to both the
IS9CConfig::GetCode128 and IS9CConfig::SetCode128 functions.
Code 128/EAN 128 Default Settings
Default
Not Active
Include ]C1
Not Active
GS function Char
ASCII 29 or 0x1D
Any Bar Code Length
Code 128 Enumerations
This table shows what is expected for EAN 128 labels for various symbolo-
gy identifier transmit configurations and EAN 128 Identifier options.
Symbology ID option
Disabled
Disabled
AIM ID Transmitted
AID ID Transmitted
Custom ID Transmitted
Custom ID Transmitted
Chapter
Valid Range
ITC_CODE128_DECODING
ITC_EAN128_IDENTIFIER
ITC_CODE128_CIP128
0x00–0xFE ITC_CODE128_FNC1_NO_CHANGE
0x00–0xFE ITC_BC_LENGTH_NO_CHANGE
Application's Expected Result
EAN 128 Label
<data>
<data>
]C1<data>
]C1<data>
Z]C1<data>
Z<data>
6
Scanner Support
Other Labels
<data>
<data>
]XY<data>
]XY<data>
Z<data>
Z<data>
191

Advertisement

Table of Contents
loading

Table of Contents