User manual
Table Of Contents
- Front Cover
- Important User Information
- Table of Contents
- Preface
- 1 - Scanner Features
- 2 - Connecting the Scanner
- Overview
- Scanner Cable Connection
- Scanner Cable to Synapse Cable Connection
- Scanner Emulation Synapse Cable Connections
- RS-232 Synapse Cable Connections
- Keyboard Wedge Synapse Cable Connections
- Scanner to Enhanced Decoder Scanner Port Connection
- Scanner to Enhanced Decoder Aux Port Connection
- Scanner to Flexible Interface (RB) Module Connection
- Scanner to PLC Connection
- Scanner to SLC Connection
- 3 - Operating the Scanner
- 4 - Configuring the Scanner
- 5 - Communication Setup (Synapse Cable)
- 6 - Troubleshooting and Maintenance
- A - Specifications
- B - Scanner Pinout Collections
- C - ASCII Chart
- D - AIM Code Identifiers
- E - Advanced Data Formatting
- F - European Union Directives
- Glossary
- Index
- Back Cover

E–10 Advanced Data Formatting
Publication 2755-6.4
Alternate Rule Sets
ADF rules may be grouped into one of four alternate sets which can
be turned on and off as needed. This is useful when you want to
format the same message in different ways. For example, a Code
128 bar code contains the following information:
Class (2 digits), Stock Number (8 digits), Price (5 digits)
This bar code might look like this:
Class = 24
Stock Number = 56712437
Price = 01500
Ordinarily you would send the data as follows:
24 (class key)
56712437 (stock key)
01500 (enter key)
But, when there is a sale, you may want to send only the following:
24 (class key)
56712437 (stock key)
and the cashier will key the price manually.
To implement this, you would first enter and ADF rule that applies to
the normal situation. This rule may look like this:
When scanning a bar code of length 15:
– send the next 2 characters
– send the class key
– send the next 8 characters
– send the stock key
– send the data that remains
– send the ENTER key