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 Interleaved 2 of 5 symbology. |
0210 |
#define I25_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. |
0211 |
#define I25_LEVEL |
On or Off |
Off |
On |
Off |
√ |
|
|
Enable Checksum |
Requires the use of checksum characters to verify a bar code. |
0212 |
#define I25_ENABLE_CHECK |
On or Off |
Off |
Off |
Off |
√ |
√ |
√ |
Send Checksum |
Instructs the terminal to include the checksum in the label transmission. |
0213 |
#define I25_SEND_CHECK |
On or Off |
Off |
Off |
Off |
√ |
√ |
√ |
Enable Case Code |
Restricts Interleaved 2 of 5 label lengths to only 6 and 14 data characters. Enabling this parameter overrides the minimum and maximum length values. |
0214 |
#define I25_CASE_CODE |
On or Off |
Off |
Off |
Off |
√ |
√ |
√ |
Minimum Label Length |
Set the minimum label length to be less than or equal to maximum label length. |
0228 |
#define I25_MIN_LENGTH |
02 - 50 |
02 |
02 |
06 |
√ |
√ |
√ |
Maximum Label Length |
This feature specifies the maximum allowable length of an Interleaved 2 of 5 label. |
0229 |
#define I25_MAX_LENGTH |
02 - 50 |
02 |
50 |
10 |
√ |
√ |
√ |
Read Verification |
Sets the number of times a label must be read before it is transmitted. |
022A |
#define I25_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. |
022B |
#define I25_USER_ID |
Any single ASCII character (00 = Off)
|
‘B’ |
‘B’ |
‘B’ |
√ |
√ |
√ |