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 GS1 DataBar Expanded symbology. |
0810 |
#define GS1_EXP_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. |
0811 |
#define GS1_EXP_LEVEL |
On or Off |
Off |
On |
Off |
√ |
|
|
Convert to UCC-EAN 128 |
Instructs the decoder to transmit the label data as one or more UCC-128 labels. The transmission will use the UCC-128 AIM identifier. |
0814 |
#define GS1_EXP_TO_GS1_128 |
On or Off |
Off |
On |
Off |
√ |
√ |
√ |
Minimum |
Sets the minimum bar code label length to be less than or equal to maximum label length. |
0824 |
#define GS1_EXP_MIN_LENGTH |
1 - 74 |
1 |
74 |
1 |
√ |
√ |
√ |
Maximum |
This feature specifies the maximum allowable length of a label. The length includes check and data characters, if applicable. Maximum Label Length should be greater than or equal to Minimum Label Length. |
0825 |
#define GS1_EXP_MAX_LENGTH |
1 - 74 |
1 |
74 |
74 |
√ |
√ |
√ |
Redundancy |
Required number of matching reads |
0826 |
#define GS1_EXP_REDUNDANCY |
1 - 4 |
1 |
2 |
1 |
√ |
|
|
User Code 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. |
0827 |
#define GS1_EXP_USER_ID |
Any single ASCII character (00 = Off) |
‘R’ |
‘R’ |
‘R’ |
√ |
√ |
√ |