Codabar

 

Code Parameter

Description

I.D.#

C/C++ Define

Accept. Input

Defaults

Scanner Type

Min

Max

Factory

Laser

2D Imager

Lorax

 

Enter 1 for On and 0 for Off

Enable

Enables/disables the Codabar symbology.

0300

#define CODABAR_ENABLE

On or Off

Off

On

On

Enable

Aggressive

Decoding

Enables more aggressive decoding algorithms to be used in order to scan hard to read labels.

0301

#define CODABAR_LEVEL

On or Off

Off

On

Off

 

 

Enable

Checksum

Requires the use of checksum characters to verify a bar code.

0302

#define CODABAR_ENABLE_CHECK

On or Off

Off

Off

Off

Send

Checksum

Instructs the terminal to include the checksum in the label transmission.

0303

#define CODABAR_SEND_CHECK

On or Off

Off

Off

Off

Send Start/

Stop

Instructs the decoder to transmit the decoded start and stop characters of Codabar labels. The start and stop characters will both be translated as A, B, C, or D.

0305

#define CODABAR_SEND_START

On or Off

Off

On

Off

Convert to

CLSI

Restricts the Codabar decoder to only read labels that conforms to CLSI specifications. Label length must be 14, and the data is split into fields of 1, 4, 5, and 4 characters separated by spaces.

0306

#define CODABAR_CLSI

On or Off

Off

Off

Off

Allow Wide

Intercharacter Gaps

Allows wide gaps to appear between characters in a label.

0307

#define CODABAR_WIDE_GAPS

On or Off

Off

On

On

 

Minimum

Label

Length

Set the minimum label length to be less than or equal to maximum label length.

0320

#define CODABAR_MIN_LENGTH

01 - 50

01

01

04

Maximum

Label

Length

This feature specifies the maximum allowable length of a Codabar label.
The length includes check and data characters. Maximum Label Length should be greater than or equal to Minimum Label Length.

0321

#define CODABAR_MAX_LENGTH

01 - 50

01

50

20

Read

Verification

Sets the number of times a label must be read before it is transmitted.

0322

#define CODABAR_REDUNDANCY

01 - 04

01

02

01

 

User ID

Specifies the symbology identifier (if any) that is sent when parameter Send Code ID (Index 0025) is set to 3. ASCII code zero (null) is used to indicate that an identifier is not to be sent for the symbology.

0323

#define CODABAR_USER_ID0x0323

Any

single

ASCII

character

(00 = Off)

 

‘I’

‘I’

‘I’