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 MSI symbology. |
0608 |
#define MSI_ENABLE |
On or Off |
Off |
On |
Off |
√ |
√ |
√ |
Enable Aggressive Decoding |
Enables more aggressive decoding algorithms to be used in order to scan hard to read labels. |
0609 |
#define MSI_LEVEL |
On or Off |
Off |
On |
Off |
√ |
|
|
Require 2 Check Digits |
An MSCI label must contain 2 check digits. |
060A |
#define MSI_REQUIRE_2_CHECK |
On or Off |
Off |
Off |
Off |
√ |
√ |
√ |
Send Check Digits |
This instructs the decoder to include any enabled check digit(s) in the label which is transmitted. |
060B |
#define MSI_SEND_CHECK |
On or Off |
Off |
On |
Off |
√ |
√ |
√ |
2nd Check Digit Mod 11 |
Instructs the decoder to interpret any second MSI check digit as module 11 instead of module 10. |
060C |
#define MSI_CHECK_2_MOD_11 |
On or Off |
Off |
Off |
Off |
√ |
√ |
√ |
Minimum Label Length |
Set the minimum label length to be less than or equal to maximum label length. |
0624 |
#define MSI_MIN_LENGTH |
01 - 15 |
01 |
01 |
04 |
√ |
√ |
√ |
Maximum Label Length |
This feature specifies the maximum allowable length of an MSI label. The length includes check and data characters. Maximum Label Length should be greater than or equal to Minimum Label Length. |
0625 |
#define MSI_MAX_LENGTH |
01 - 15 |
01 |
15 |
10 |
√ |
√ |
√ |
Read Verification |
Sets the number of times a label must be read before it is transmitted. |
0626 |
#define MSI_REDUNDANCY |
01 - 04 |
01 |
02 |
01 |
√ |
√ |
|
User ID |
Specifies the symbology identifier (if any) that is sent by the decoder 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. |
0627 |
#define MSI_USER_ID |
Any single ASCII character (00 = Off)
|
‘H’ |
‘H’ |
‘H’ |
√ |
√ |
√ |