User Guide
Table Of Contents
- 4600g, 4600r, 4800i User’s Guide
- Table of Contents
- Getting Started
- About This Manual
- Unpacking the Imager
- Imager Models
- Imager Identification
- Connecting the Imager with Keyboard Wedge
- Connecting the Imager with USB
- Connecting the Imager with RS-232 Serial Port
- Connecting the Imager with RS-232 Wedge
- Programming the Interface - Plug and Play
- Keyboard Wedge Connection
- USB Connection
- RS-232 Serial Port Connection
- Serial Wedge Data Transmission Port
- IBM 4683 Ports 5B, 9B, and 17 Connection
- Wand Emulation Connection
- Reading Techniques
- Terminal Interfaces
- Output
- Good Read Indicators
- Good Read Delay
- User-Specified Good Read Delay
- Trigger Modes
- Scan Stand Mode
- Presentation Mode
- Streaming Presentation™ Mode
- Hands Free Time-Out
- Reread Delay
- User-Specified Reread Delay
- LED Power Level
- Illumination Lights
- Imager Time-Out
- Aimer Delay
- Aimer Mode
- Centering
- Decode Search Mode
- Preferred Symbology
- Output Sequence Overview
- Multiple Symbols
- No Read
- Print Weight
- Video Reverse
- Working Orientation
- Data Editing
- Data Formatting
- Secondary Interface
- Symbologies
- Message Length Description
- Codabar Start / Stop Characters
- Codabar Check Character
- Codabar Concatenation
- Codabar Message Length
- Code 39 Start / Stop Characters
- Code 39 Check Character
- Code 39 Message Length
- Code 39 Append
- Code 32 Pharmaceutical (PARAF)
- Full ASCII
- Code 39 Code Page
- Check Digit
- Interleaved 2 of 5 Message Length
- Code 93 Message Length
- Code 93 Code Page
- Straight 2 of 5 Industrial Message Length
- Straight 2 of 5 IATA Message Length
- Matrix 2 of 5 Message Length
- Check Digits Required
- Code 11 Message Length
- ISBT 128 Concatenation
- Code 128 Message Length
- Code 128 Code Page
- Telepen Output
- Telepen Message Length
- UPC-A Check Digit
- UPC-A Number System
- UPC-A Addenda
- UPC-A Addenda Required
- UPC-A Addenda Separator
- UPC-E0
- UPC-E0 Expand
- UPC-E0 Addenda Required
- UPC-E0 Addenda Separator
- UPC-E0 Check Digit
- UPC-E0 Number System
- UPC-E0 Addenda
- EAN/JAN-13 Check Digit
- EAN/JAN-13 Addenda
- EAN/JAN-13 Addenda Required
- EAN/JAN-13 Addenda Separator
- ISBN Translate
- EAN/JAN-8 Check Digit
- EAN/JAN-8 Addenda
- EAN/JAN-8 Addenda Required
- EAN/JAN-8 Addenda Separator
- MSI Check Character
- MSI Message Length
- Plessey Message Length
- RSS Expanded Message Length
- PosiCode Message Length
- Codablock F Message Length
- Code 16K Message Length
- Code 49 Message Length
- PDF417 Message Length
- MicroPDF417 Message Length
- UPC/EAN Version
- EAN.UCC Composite Code Message Length
- 4-CB (4-State Customer Bar Code)
- ID-tag (UPU 4-State)
- Postnet
- Planet Code
- British Post
- Canadian Post
- Kix (Netherlands) Post
- Australian Post
- Australian Post Interpretation
- Japanese Post
- China Post Message Length
- Korea Post Message Length
- QR Code Message Length
- Data Matrix Message Length
- MaxiCode Message Length
- Aztec Code Message Length
- Aztec Runes
- Message Length Description
- Imaging Commands
- OCR Programming
- Interface Keys
- Utilities
- Serial Programming Commands
- Product Specifications
- Maintenance
- Customer Support

9 - 10 4600g, 4600r, 4800i User’s Guide
2. Enter the characters in order. For each character, look up the corresponding
hex value from the ASCII Conversion Chart (Code Page 1252), page A-4.
Use the Programming Chart on the inside the back cover of this manual to
scan the two symbols for each hex value.
3. Scan the Save bar code on the inside back cover.
Example: To program the modulo 11 check character from example #8 on
page 9-9, enable the OCR-A font. Scan the Enter OCR Check
Character bar code on page 9-9, then scan the following hex values
in order:
3031323334353637383958
After you enter all the desired hex values, scan the Save bar code on the
inside back cover of this manual.
Weighting Options
By default, the check character computation is unweighted. It is possible to use
one of two weighted modulo 10 schemes. Weighting is often used to detect if
two neighboring characters are transposed, a common error when an operator
keys in data.
3-1-3-1 Weighted Modulo 10 Check Character
Starting with the check character and working backward through the message,
the imager applies a multiplier of 1, then 3, then 1, then 3, and so on. This is the
checking scheme used in many EAN•UCC symbologies, including U.P.C. and
Interleaved 2 of 5 (when a check digit is invoked). To apply this weighting
scheme, set the OCR check character to “0123456789x3x1” or scan the
following symbol:
Example: Scan the 3-1-3-1 Weighted Modulo 10 Check Character symbol. Also
enter the OCR template:
dddddddc
Then scan the string below:
01234565
The reader performs the check character computation below:
(0 x 3 + 1 x 1 + 2 x 3 + 3 x 1 + 4 x 3 + 5 x 1 + 6 x 3 + 5 x 1) modulo 10 = 0
3-1-3-1 Weighted Modulo 10
Check Character