Paxar 6039 Printer User Manual


 
4-10 Programmer’s Manual
Bar Code Classes
Codabar
Description
Sets the scanner configuration values for CODABAR bar code.
Syntax
public bool Enable
public bool FixedLength
public int Length1
public int Length2
public bool CLSIEdit
public bool NOTISEdit
Field Description
Enable
Enables/disables the ability to scan Codabar bar
codes. Default: FALSE
FixedLength
If FixedLength is TRUE, lengths 1 and 2 are fixed; if
FixedLength is FALSE, length 1 is the minimum and
length 2 is the maximum. Default: FALSE
Length1
Length2
Specifies lengths (including start and stop
characters) for Codabar bar codes.
Length 1: 0, 1-99, Default: 5
Length 2: 0, 1-99, Default: 55
CLSIEdit
Enables/disables the ability to strip the start and stop
characters from 14-character Codabar bar codes and
insert a space after the first, fifth, and tenth
characters. Default: FALSE
NOTISEdit
Enables/disables the ability to strip the start and stop
characters from Codabar bar codes. Default: FALSE
Return Values
None