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

3 - 18 4600g, 4600r, 4800i User’s Guide
You would set up the sequence editor with the following command line:
SEQBLK62999941FF6A999942FF69999943FF
The breakdown of the command line is shown below:
SEQBLK sequence editor start command
62 code identifier for Code 39
9999 code length that must match for Code 39, 9999 = all lengths
41 start character match for Code 39, 41h = “A”
FF termination string for first code
6A code identifier for Code 128
9999 code length that must match for Code 128, 9999 = all lengths
42 start character match for Code 128, 42h = “B”
FF termination string for second code
69 code identifier for Code 93
9999 code length that must match for Code 93, 9999 = all lengths
43 start character match for Code 93, 43h = “C”
FF termination string for third code
To program the previous example using specific lengths, you would have to
count any programmed prefixes, suffixes, or formatted characters as part of the
length. If you use the example on page 3-17, but assume a <CR> suffix and
specific code lengths, you would use the following command line:
SEQBLK62001241FF6A001342FF69001243FF
The breakdown of the command line is shown below:
SEQBLK sequence editor start command
62 code identifier for Code 39
0012 A - Code 39 sample length (11) plus CR suffix (1) = 12
41 start character match for Code 39, 41h = “A”
FF termination string for first code
6A code identifier for Code 128
0013 B - Code 128 sample length (12) plus CR suffix (1) = 13
42 start character match for Code 128, 42h = “B”
FF termination string for second code
69 code identifier for Code 93
0012 C - Code 93 sample length (11) plus CR suffix (1) = 12
43 start character match for Code 93, 43h = “C”
FF termination string for third code