Enter 258 End
*/$%ENTR* *ZEND*
Configuring Symbology
8
8-10-7.
Truncate Leading Zeros
Scan the appropriate barcode to determine whether or not to shrink the barcode message by
getting rid of leading zeros.
8-10-8.
Set Minimum/Maximum Code Length
MinLength
and
MaxLength
parameters are used to define the minimum and maximum
code length for Codabar symbology, which enables to personalize the resulting decoded
barcodes by beforehand filtering out the barcodes which fall out of range. However,
depending on the value associated with two configurable parameters, the interaction between
the minimum and the maximum directly determines how the scanned data will be treated.
Please refer to the below chart for more detailed information.
Condition
Descriptions
MaxLength > MinLength > 0
The barcode of which the length has to fall within the range
from
MinLength
to
MaxLength
will be decoded.
MinLength > 0
and
MaxLength is
undefined
The barcode will be decoded only when its length is no less
than
MinLength
.
MaxLength > 0
and
MinLength is
undefined
The length of the decoded barcode has to be no more than
MaxLength
.
MinLength = Max Length > 0
The barcode with the fixed length of
MinLength
or
MaxLength
will be decoded.
MinLength > MaxLength > 0
The barcode will be decoded on the condition that its length
is equal to either
MinLength
or
MaxLength
.
MinLength
< 0
and
MaxLengt
h
< 0
No code length limit is enforced.
*DC061*
Enable
DC061
*DC060*
Disable
DC060