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
Chapter 15 Advanced Data Formatting
Introduction
Advanced Data Formatting (ADF) is a means of customizing data before transmission to the host device. Scan
data can be edited to suit particular requirements.
To implement ADF, scan a related series of bar codes, which begin on page 15-8, which allows programming the
digital scanner with Advanced Data Formatting (ADF) Rules.
Avoid using ADF formatting with bar codes containing more than 60 characters. To add a prefix or suffix value for
such bar codes, use Prefix/Suffix Values on page 5-34. Using ADF with longer bar codes transmits the bar code in
segments of length 252 or less (depending on the host selected), and applies the rule to each segment
Rules: Criteria Linked to Actions
ADF uses rules to customize data. These rules perform detailed actions when the data meets certain criteria. One
rule may consist of single or multiple criteria applied to single or multiple actions.
For instance, a data formatting rule could be:
Criteria: When scan data is Code 39, length 12, and data at the start position is the string “129”,
Actions: pad all sends with zeros to length 8,
send all data up to X,
send a space.
Scanning a Code 39 bar code of 1299X1559828 transmits the following: 00001299<space>. If you scan a Code 39
bar code of 1299X15598, this rule is ignored because the bar code did not meet the length criteria.
The rule specifies the editing conditions and requirements before data transmission occurs.