
• MSI (P)
[Syntax]
P [:[mini.no.digits[-max.no.digits]][CD]]
The mini.no.digits and max.no.digits are the minimum and maximum numbers of barcode digits to
be read by the BHT, respectively. These do not include the start and stop characters.
These numbers must both be between 1 and 99 (inclusive) and satisfy the following
condition:
mini.no.digits ≤ max.no.digits
If both mini.no.digits and max.no.digits are omitted, the default reading range will be
from 1 to 99 digits. If only max.no.digits is omitted, the BHT will only be able to read as
many digits as specified by mini.no.digits.
CD is used to specify a check digit(s). If C1 or C2 is specified for the CD, the Interpreter
will check barcodes with a single-digit CD or double-digit CD, respectively. If no CD is
specified, the Interpreter checks barcodes with a single-digit CD. The number of check
digits is included in the number of digits to be read.
[Ex.] To enable the BHT to scan MSI with mini.no.digits 6, max.no.digits 12, and a
single-digit CD check:
[VB] MyScanner.RdType = "P:6-12C1"
[C#] MyScanner.RdType = "P:6-12C1";
[Ex.] To enable the BHT to scan MSI with mini.no.digits 6, max.no.digits 10 and a
single-digit CD check or with mini.no.digits 20, max.no.digits 40 and a double-digit CD
check:
[VB] MyScanner.RdType = " P:6-10,P:20-40C2"
[C#] MyScanner.RdType = " P:6-10,P:20-40C2";
98
Kommentare zu diesen Handbüchern