Code Parameter |
Description |
I.D.# |
C/C++ Define |
Accept. Input |
Scanner Type |
Scanner Type |
||||
---|---|---|---|---|---|---|---|---|---|---|
Min |
Max |
Factory |
Laser |
2D Imager |
Lorax |
|||||
|
Enter 1 for On and 0 for Off |
|||||||||
Composite Enable |
Enables/disables the Composite symbology. |
0A10 |
#define COMPOSITE_ENABLE |
On or Off |
Off |
On |
Off |
√ |
||
Composite 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. |
0A14 |
#define COMPOSITE_TO_GS1_128 |
On or Off |
Off |
Off |
Off |
√ |
|
|
UPC/EAN Require 2D |
Require 2D composite label when reading UPC/EAN labels. |
0A15 |
#define COMPOSITE_EAN_REQUIRE_2D |
On or Off |
0 |
0 |
0 |
√ |
|
|
Composite Minimum |
Set the minimum bar code label length to be less than or equal to maximum label length. |
0A28 |
#define COMPOSITE_MIN_LENGTH |
1-2435 |
1 |
2435 |
1 |
√ |
|
|
Composite 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. |
0A29 |
#define COMPOSITE_MAX_LENGTH |
1-2435 |
1 |
2435 |
2435 |
√ |
|
|
Composite 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. |
0A2B |
#define COMPOSITE_USER_ID |
Any single ASCII character (00 = Off) |
‘b’ |
‘b’ |
‘b’ |
√ |
|
|
NOTE |
For the 2D Imager, GS1 DataBar -Expanded User Code ID is used for Composite. |