4-24 Programmer’s Manual
MSI
Description
Sets the scanner configuration values for MSI bar code.
Syntax
public bool Enable;
public bool FixedLength;
public int Length1;
public int Length2;
public bool Use2CDs;
public bool XmitCD;
public bool UseMod10Mod11CDAlg;
Field Description
Enable
Enables/disables the ability to scan MSI 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 MSI bar codes.
Length 1: 0, 1-99, Default: 6
Length 2: 0, 1-99, Default: 55
Use2CDs
Indicates the bar code contains two check digits
instead of one. If True, enable
UseMod10M0d11CDAlg. Default: FALSE
XmitCD
Enables/disables the requirement to transmit data
with the check digit. Default: FALSE
UseMod10Mod11CDAlg
Uses the Mod10/Mod11 check digit algorithm instead
of Mod10/Mod10 algorithm.
Default: FALSE
Return Values
None