User's Manual
Table Of Contents
- IBM Interface
- Wand Emulation Interface
- Scanner Emulation Interface
- 123Scan2
- OCR Programming
- Introduction
- OCR Parameter Defaults
- OCR Programming Parameters
- Enable/Disable OCR-A
- OCR-A Variant
- Enable/Disable OCR-B
- OCR-B Variant
- Enable/Disable MICR E13B
- Enable/Disable US Currency Serial Number
- OCR Orientation
- OCR Lines
- OCR Minimum Characters
- OCR Maximum Characters
- OCR Security Level
- OCR Subset
- OCR Quiet Zone
- OCR Bright Illumination
- OCR Template
- OCR Check Digit Modulus
- OCR Check Digit Multiplier
- OCR Check Digit Validation
- Symbologies
- Introduction
- Scanning Sequence Examples
- Errors While Scanning
- Symbology Parameter Defaults
- UPC/EAN
- Enable/Disable UPC-A
- Enable/Disable UPC-E
- Enable/Disable UPC-E1
- Enable/Disable EAN-8/JAN-8
- Enable/Disable EAN-13/JAN-13
- Enable/Disable Bookland EAN
- Decode UPC/EAN/JAN Supplementals
- User-Programmable Supplementals
- UPC/EAN/JAN Supplemental Redundancy
- UPC/EAN/JAN Supplemental AIM ID Format
- Transmit UPC-A Check Digit
- Transmit UPC-E Check Digit
- Transmit UPC-E1 Check Digit
- UPC-A Preamble
- UPC-E Preamble
- UPC-E1 Preamble
- Convert UPC-E to UPC-A
- Convert UPC-E1 to UPC-A
- EAN-8/JAN-8 Extend
- Bookland ISBN Format
- UCC Coupon Extended Code
- ISSN EAN
- Code 128
- Code 39
- Code 93
- Code 11
- Interleaved 2 of 5 (ITF)
- Discrete 2 of 5 (DTF)
- Codabar (NW - 7)
- MSI
- Chinese 2 of 5
- Matrix 2 of 5
- Korean 3 of 5
- Inverse 1D
- Postal Codes
- GS1 DataBar
- Composite
- 2D Symbologies
- Redundancy Level
- Security Level
- Report Version
- Macro PDF Features
- Advanced Data Formatting
13 - 24 Symbol DS6878 Product Reference Guide
The trigger character or literal string is not included in output from a Skip Until Not operator.
Template Incoming data Output
P0A9999 BPN3456 3456
PN1234 PN1234
5341 5341
Template Incoming data Output
P0"PN"9999 PN3456 3456
5341 5341
PNPN7654 7654
Repeat Previous (R)
This operator allows a template character to repeat one or more times, allowing the capture of variable-length
scanned data. The following examples capture two required alpha characters followed by one or more required
digits:
Template Incoming data Output
AA9R AB3 AB3
PN12345 PN12345
32RM52700 No output
Scroll Until Match (S)
This operator steps through scanned data one character at a time until the data matches the template.
Template Incoming data Output
S99999 AB3 No Output
PN12345 12345
32RM52700 52700
R
S