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 EAN-13 symbology. |
0510 |
#define EAN13_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. |
0511 |
#define EAN13_LEVEL |
On or Off |
Off |
On |
Off |
√ |
√ |
|
Send Check Digit |
Includes a check digit in the label which is transmitted. |
0512 |
#define EAN13_SEND_CHECK |
On or Off |
Off |
On |
Off |
√ |
√ |
√ |
Send System Digit |
This instructs the decoder to include the system digit in the label transmission. For UPC-E, the system digit is zero. |
0513 |
#define EAN13_SEND_SYS |
On or Off |
Off |
On |
On |
√ |
√ |
√ |
Convert EAN-13 to ISBN |
This instructs the decoder to identify ISBN labels and append the check digit (per ISBN guidelines) to the end of the label. |
0514 |
#define EAN13_TO_ISBN |
On or Off |
Off |
Off |
Off |
√ |
√ |
√ |
Convert EAN-13 to ISSN |
This instructs the decoder to identify ISSN labels and append the check digit (per ISSN guidelines) to the end of the label. |
0515 |
#define EAN13_TO_ISSN |
On or Off |
Off |
Off |
Off |
√ |
√ |
√ |
Enable EAN 4-Digit Price/ Weight Check Digit |
Requires the use of a 4-digit price/ weight check digit to verify a bar code. |
0516 |
#define EAN13_4_DIGIT_CHECK |
On or Off |
Off |
Off |
Off |
√ |
|
|
Enable EAN 5-Digit Price/ Weight Check Digit |
Requires the use of a 5-digit price/ weight check digit to verify a bar code. |
0517 |
#define EAN13_5_DIGIT_CHECK |
On or Off |
Off |
Off |
Off |
√ |
|
|
Read Verification |
Sets the number of times a label must be read before it is transmitted. |
0524 |
#define EAN13_REDUNDANCY |
01 - 04 |
01 |
02 |
01 |
√ |
|
|
User ID |
Specifies the symbology identifier (if any) that is sent by the decoder 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. |
0525 |
#define EAN13_USER_ID |
Any single ASCII character (00 = Off)
|
‘M’ |
‘M’ |
‘M’ |
√ |
√ |
√ |