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 Code 128 symbology. |
0408 |
#define CODE128_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. |
0409 |
#define CODE128_LEVEL |
On or Off |
Off |
On |
Off |
√ |
|
|
ISBT Concatenation Required |
Require Code 128 (ISBT variant) label concatenation. |
0x040B |
#define CODE128_ISBT_CONCAT_REQ |
On or Off |
Off |
Off |
Off |
|
√ |
|
GS1-128 Enable |
Enable GS1-128 variant of Code 128 (independent of Code 128). |
040C |
#define CODE128_ENABLE_GS1_128 |
On or Off |
Off |
On |
Off |
√ |
√ |
√ |
Code 128 Ext. ASCII Enable |
Enable Extended ASCII character conversion. |
040F |
#define CODE128_EXT_ASCII |
On or Off |
Off |
On |
On |
√ |
|
|
ISBT Concatenation |
Instructs the decoder to concatenate Code 128 labels conforming to the ISBT 128 standard. |
040E |
#define CODE128_ISBT_CONCATENATE |
On or Off |
Off |
Off |
Off |
√ |
||
Minimum Label Length |
Set the minimum label length to be less than or equal to maximum label length. |
0424 |
#define CODE128_MIN_LENGTH |
01 - 50 |
01 |
01 |
02 |
√ |
√ |
√ |
Maximum Label Length |
This feature specifies the maximum allowable length of a Code 128 label. |
0425 |
#define CODE128_MAX_LENGTH |
01 - 50 |
01 |
50 |
20 |
√ |
√ |
√ |
Read Verification |
Sets the number of times a label must be read before it is transmitted. |
0426 |
#define CODE128_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. |
0427 |
#define CODE128_USER_ID |
Any single ASCII character (00 = Off)
|
‘K’ |
‘K’ |
‘K’ |
√ |
√ |
√ |