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 Limited symbology. |
0808 |
#define GS1_LIMIT_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. |
0809 |
#define GS1_LIMIT_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. |
080C |
#define GS1_LIMIT_TO_GS1_128 |
On or Off |
Off |
On |
Off |
√ |
√ |
√ |
Redundancy |
Required number of matching reads. |
0822 |
#define GS1_14_REDUNDANCY |
01-04 |
01 |
02 |
01 |
√ |
|
|
User 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 |
0823 |
#define GS1_LIMIT_USER_ID |
Any single ASCII character (00 = Off) |
'Q' |
'Q' |
'Q' |
√ |
√ |
√ |
NOTE |
If GS1 DataBar -14, GS1 DataBar -Expanded, GS1 DataBar -Limited, or GS1 DataBar -Composite symbologies are enabled for UCC-EAN 128, then that setting is also enabled for all other GS1 DataBar symbologies. For the 2D Imager, GS1 DataBar -Expanded User Code ID is used for GS1 DataBar -14. |