User's Manual
Table Of Contents
- Symbol DS6878 Product Reference Guide
- Patents
- Warranty
- Revision History
- Table of Contents
- About This Guide
- Getting Started
- Introduction
- Interfaces
- Unpacking the Digital Scanner and Cradle
- Parts
- Digital Scanner Cradle
- Replacing the Digital Scanner Battery
- Charging the Digital Scanner Battery
- Shutting Off the Digital Scanner Battery
- Reconditioning the Digital Scanner Battery
- Inserting the Digital Scanner in the Cradle
- Radio Communications
- Configuring the Digital Scanner
- Accessories
- Scanning
- Maintenance, Troubleshooting & Technical Specifications
- Radio Communications
- User Preferences & Miscellaneous Digital Scanner Options
- Introduction
- Scanning Sequence Examples
- Errors While Scanning
- User Preferences/Miscellaneous Option Parameter Defaults
- User Preferences
- Default Parameters
- Parameter Bar Code Scanning
- Beep After Good Decode
- Suppress Power Up Beeps
- Beeper Tone
- Beeper Volume
- Beeper Duration
- Beep on Insertion
- Batch Mode
- Low Power Mode
- Time Delay to Reduced Power Mode
- Timeout to Low Power Mode from Auto Aim
- Hand-Held Trigger Mode
- Picklist Mode
- Mobile Phone/Display Mode
- Continuous Bar Code Read
- Unique Bar Code Reporting
- Decode Session Timeout
- Timeout Between Decodes, Same Symbol
- Timeout Between Decodes, Different Symbols
- Fuzzy 1D Processing
- Hand-Held Decode Aiming Pattern
- Decoding Illumination
- Multicode Mode
- Multicode Expression
- Multicode Mode Concatenation
- Multicode Concatenation Symbology
- Multicode Troubleshooting
- Miscellaneous Scanner Parameters
- USB Interface
- RS-232 Interface
- Keyboard Wedge Interface
User Preferences & Miscellaneous Digital Scanner Options 5 - 27
Example 2a
To decode a Code128 (Code Type=8) on the top half of the image and a PDF417 (Code Type=15) on the bottom
half of the image, as in Figure 5-2, program the expression as follows:
The expression in decimal is (formatted for readability):
2 C 2 0 8 R 4 0 0 100 50 ; C 2 0 15 R 4 0 50 100 100 ;
To program the expression via scanning parameters the sequence is:
[MultiCode-Expression] 02 C 02 00 08 R 04 00 00 64 32 ; C 02 00 0F R 04 00 32 64 64 ; [End Of Message]
To program the expression via host command (SSI/SNAPI) the sequence is:
0x02 0x43 0x02 0x00 0x08 0x52 0x04 0x00 0x00 0x64 0x32 0x3B 0x43 0x02 0x00 0x0F 0x52 0x04 0x00 0x32
0x64 0x64 0x3B
Example 2b
In Figure 5-2, if the bottom PDF417 bar code must transmit first, reverse the sequence of the two bar codes:
The expression in decimal is (formatted for readability):
2 C 2 0 15 R 4 0 50 100 100 ; C 2 0 8 R 4 0 0 100 50 ;
To program the expression via scanning parameters the sequence is:
[MultiCode-Expression] 02 C 02 00 0F R 04 00 32 64 64 ; C 02 00 08 R 04 00 00 64 32 ; [End Of Message]
To program the expression via host command (SSI/SNAPI) the sequence is:
0x02 0x43 0x02 0x00 0x0F 0x52 0x04 0x00 0x32 0x64 0x64 0x3B 0x43 0x02 0x00 0x08 0x52 0x04 0x00 0x00
0x64 0x32 0x3B
Figure 5-2
Multicode Expression Example 2
PDF417 Code
(0,0)
Code 128 Code
(0,50)
(160,100)
(100,50)
50%
0%
100%
0%
50%
100%