User Guide
Table Of Contents
- Xenon™ XP 195X Series User Guide
- Disclaimer, Copyright, Trademarks & Patents
- Customer Support
- Table of Contents
- Get Started
- Program the Interface
- Introduction
- Program the Interface - Plug and Play
- Keyboard Wedge
- Laptop Direct Connect
- RS232 Serial Port
- RS485
- USB IBM SurePos
- USB PC or Macintosh Keyboard
- USB HID
- USB Serial
- Verifone® Ruby Terminal
- Gilbarco® Terminal
- Honeywell Bioptic Aux Port
- Datalogic™ Magellan® Aux Port
- Wincor Nixdorf Terminal
- Wincor Nixdorf Beetle™ Terminal
- Wincor Nixdorf RS232 Mode A
- Keyboard Country Layout
- Keyboard Wedge Modifiers
- Keyboard Style
- Keyboard Conversion
- Control Character Output
- Keyboard Modifiers
- RS232 Modifiers
- Scanner to Bioptic Communication
- Cordless System Operation
- How the Cordless Charge Base/Access Point Works
- Link the Scanner to a Charge Base
- Link the Scanner to an Access Point
- Replace a Linked Scanner
- Communication Between the Cordless System and the Host
- Program the Scanner and Base or Access Point
- RF (Radio Frequency) Module Operation
- System Conditions
- Page Button
- Page Button and Presentation Modes
- Charge Information
- Battery Information for the Xenon XP 1952g/1952h
- Instant Charge Pack Information for the Xenon XP 1952g-BF/Xenon XP 1952h-BF
- Beeper and LED Sequences and Meaning
- Low Power Alerts
- Reset Scanner
- Scan While in Base Cradle
- Base Charge Modes
- Page
- Error Indicators
- Scanner Report
- Scanner Address
- Base or Access Point Address
- Scanner Modes
- Unlink the Scanner
- Out-of-Range Alarm
- Scanner Power Time-Out Timer
- Flexible Power Management
- Batch Mode
- Multiple Scanner Operation
- Scanner Name
- Application Work Groups
- Reset the Factory Defaults: All Application Work Groups
- Reset the Custom Defaults: All Application Work Groups
- Use the Scanner with Bluetooth Devices
- Minimize Bluetooth/ISM Band Network Activity
- Host Acknowledgment
- Input/Output Settings
- Power Up Beeper
- Beep on BEL Character
- Trigger Click
- Good Read and Error Indicators
- Trigger Modes
- Presentation Mode
- In-Stand Sensor Mode
- Poor Quality Codes
- CodeGate™
- Streaming Presentation™ Mode
- Hands Free Time-Out
- Reread Delay
- Character Activation
- Character Deactivation
- Illumination Lights
- Aimer Delay
- Aimer Mode
- Centering
- Preferred Symbology
- Output Sequence Overview
- Output Sequence Editor Commands
- Enter Output Sequence
- Multiple Symbols
- No Read
- Video Reverse
- Working Orientation
- Healthcare Settings
- Data Edit
- Data Format
- Symbologies
- All Symbologies
- Message Length Description
- Codabar
- Code 39
- Interleaved 2 of 5
- NEC 2 of 5
- Code 93
- Straight 2 of 5 Industrial (three-bar start/stop)
- Straight 2 of 5 IATA (two-bar start/stop)
- Matrix 2 of 5
- Code 11
- Code 128
- GS1-128
- Telepen
- UPC-A
- UPC-A/EAN-13 with Extended Coupon Code
- Coupon GS1 DataBar Output
- UPC-E0
- UPC-E1
- EAN/JAN-13
- EAN/JAN-8
- MSI
- GS1 DataBar Omnidirectional
- GS1 DataBar Limited
- GS1 DataBar Expanded
- Trioptic Code
- Codablock A
- Codablock F
- Label Code
- PDF417
- MacroPDF417
- MicroPDF417
- GS1 Composite Codes
- GS1 Emulation
- TCIF Linked Code 39 (TLC39)
- QR Code
- DotCode
- Digimarc Barcode™
- Data Matrix
- MaxiCode
- Aztec Code
- Chinese Sensible (Han Xin) Code
- Postal Codes - 2D
- Postal Codes - Linear
- Imaging Commands
- Single-Use Basis
- Command Syntax
- Image Snap - IMGSNP
- Image Ship - IMGSHP
- IMGSHP Modifiers
- A - Infinity Filter
- C - Compensation
- D - Pixel Depth
- E - Edge Sharpen
- F - File Format
- H - Histogram Stretch
- I - Invert Image
- IF- Noise Reduction
- IR - Image Rotate
- J - JPEG Image Quality
- K - Gamma Correction
- L, R, T, B, M - Image Cropping
- P - Protocol
- S - Pixel Ship
- U - Document Image Filter
- V - Blur Image
- W - Histogram Ship
- Image Size Compatibility
- IMGSHP Modifiers
- Intelligent Signature Capture - IMGBOX
- RF Default Imaging Device
- Utilities
- Serial Programming Commands
- Product Specifications
- Xenon XP 1950g/1950h Corded Scanner Product Specifications
- Xenon XP 1952g/1952h Cordless Scanner Product Specifications
- Xenon XP 1952g-BF/1952h-BF Scanner Product Specifications
- CCB01-010BT/CCB01-010BT-BF Charge Base Product Specifications
- CCB-H-010BT/CCB-H-010BT-BF Charge Base Product Specifications
- Depth of Field Charts
- Standard Connector Pinouts
- Required Safety Labels
- Maintenance and Troubleshooting
- Reference Charts
- XEN195X-EN-UG-01 Rev E, 7/20
108 Xenon XP User Guide
SEQISUAdd suffix to partial output sequences.
SEQISEAdd separators to partial output sequences.
TRGSTOTimeout for partial output sequences.
FFTermination string.
Examples outlining how to use these commands are shown below.
Output Sequence Example 1 - Three Symbologies
In this example, you are scanning PDF417, Code 128, and Code 39 barcodes, but
you want the scanner to output Code 39 first, Code 128 second, and PDF417 third.
Set up the sequence editor with the following command line:
SEQBLK sequence editor start command
62 code identifier for Code 39
9999 code length that must match for Code 39, 9999 = all
lengths
43 start character match for Code 39, 43h = "C"
FF termination string for first code
6A code identifier for Code 128
9999 code length that must match for Code 128, 9999 = all
lengths
54 start character match for Code 128, 54h = “T”
FF termination string for first code
72 code identifier for PDF417
9999 code length that must match for PDF417, 9999 = all
lengths
4D start character match for PDF417, 4Dh = “M”
FF termination string for third code
The whole command line would look like this:
SEQBLK62999943FF6A999954FF7299994DFF