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 |
||||||||||||
MicroPDF-417 Enable |
Enables/disables the MicroPDF 417 symbology. |
0A08 |
#define MICROPDF417_ENABLE |
On or Off |
Off |
On |
Off |
|
√ |
|
|||
MicroPDF-417 Minimum |
Set the minimum bar code label length to be less than or equal to maximum label length. |
0A24 |
#define MICROPDF417_MIN_LENGTH |
1 - 366 |
1 |
366 |
1 |
|
√ |
|
|||
MicroPDF-417 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. |
0A25 |
#define MICROPDF417_MAX_LENGTH |
1 - 366 |
1 |
366 |
366 |
|
√ |
|
|||
MicroPDF-417 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. |
0A27 |
#define MICROPDF417_USER_ID |
Any single ASCII character (00 = Off) |
‘a’ |
‘a’ |
‘a’ |
|
√ |
|