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

4600g, 4600r, 4800i User’s Guide 9 - 11
Since the result is zero, the message is considered to be valid, so the reader
outputs the message: 0123456
2-1-2-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 2, then 1, then 2, and so on. When the
result of the multiplication is greater than 9, add both digits to the running sum.
This is often referred to as the LUHN formula. One common application of the
LUHN formula is validate credit card numbers. This is the modulo 10 checking
scheme used in MSI Code and in Code 32 Pharmaceutical (PARAF). To apply
this weighting scheme, set the OCR check character to "0123456789x2x1" or
scan the following symbol:
Example: Scan the 2-1-2-1 Weighted Modulo 10 Check Character symbol. Also
enter the OCR template:
ddddddc
Then scan the string below:
0128454
The reader performs the check character computation below:
(0 x
1 + 1 x 2 + 2 x 1 + 8 x 2 + 4 x 1 + 5 x 2 + 4 x 1) modulo 10
= (0 + 2 + 2 + (1 + 6) + 4 + (1 + 0) + 4) modulo 10
= 0
Since the result is zero, the message is considered to be valid, so the reader
outputs the message: 012845
2-1-2-1 Weighted Modulo 10
Check Character