Examples:
Match a code starting with 123 string and followed by any string of characters:
Match String = 123*
Example Code = 123aC53
Match a code ending with 123 string preceded by any string of characters:
Match String = *123
Example Code = 41pO123
Match a code having 123 string in any position:
Match String = *123*
Example Code = 41pO123253
Match a code starting with 123 string followed by three generic characters and an
undefined string of characters, in this case no character:
Match String = 123???*
Example Code = 123ad2
Match any code of four characters:
Match String = ????
Example Code = gT6k
Match a code with 6 characters in any position having 12 as central characters:
Match String = *??12??*
Example Code = datal12og35
The following is an example of a very complex string where ? and* are used both as
commands and as characters:
Match String = *45<NUL>??*??AC<NUL>*251?*
Example Code = GEN45?3iusdsAC*2516300
NOTE: For Codabar codes the start/stop characters must be
considered in the match conditions.
For all codes which use check digits, if the Check Digit is
transmitted, it must be considered in the match conditions.
Enter a number from 1 to 100 (1 = control disabled) in the field provided. It verifies that
an N number of decodes are performed with the same result before code reading is
accepted as valid.