- AGILE USER'S MANUAL Printers N-Series
Table Of Contents
- TABLE OF CONTENTS
- Copyright Information
- Release Notes
- FCC/DOC Statement
- INTRODUCTION
- General Information
- Features and Options
- Specifications
- Printers Supported
- Port Specifications
- Throughput
- Resource Storage Space
- Firmware Upgrades
- Product Support
- INSTALLATION
- General Information
- Prior to Installation
- Selecting a Location
- Electrical Requirements
- Operating Environment
- Unpacking
- Package Contents
- N17 Installation
- Printer Preparation
- Opening the Printer
- Inserting the X/TRA XLi
- Returning the Printer to Operation
- N24/N32/N40 Installation
- Printer Preparation
- Opening the Printer
- Inserting the X/TRA XLi
- Returning the Printer to Operation
- Connections
- X/TRA XLi Connection to Parallel Input
- Connection Test
- Troubleshooting
- If Printer does not Start
- If the Printer does not Return a Status Sheet
- INTRODUCTION TO XES
- General Information
- X/TRA XLi XES Features and Specifications
- Key Benefits
- Printers Supported
- Printer Emulation
- Forms and Graphics Support
- Font Support
- Font Storage
- Page Conversion Methods
- Configuration
- Diagnostics
- XES COMMANDS
- General Information
- User-Defined Keys
- Selecting a UDK
- Emulation Change
- XES Command Format
- Two Types of Escape Sequences
- Job Control Commands
- Non-Job Control Commands
- Line Endings
- Configuration/Status Page
- Optional Comment
- Job Boundary Commands
- Print Job
- Print Job (Mixed Orientation)
- Reset
- Miscellaneous Commands
- Print Multiple Copies (Collated)
- Print Multiple Copies (Non-Collated)
- Paper Tray
- Output Tray
- Offset
- Duplex Start
- Duplex Invert Start
- Duplex Stop
- Duplex Side Select
- Comment
- Operator Text Message
- Font Commands
- Font Load
- Font Unload
- Font Add
- Font Delete
- Font ID Assignment
- Font Change
- Page Formatting Commands
- Units - 1/60"
- Units - 1/300"
- Margins
- Margin Top
- Margin Bottom
- Margin Left
- Margin Right
- Tabs Horizontal
- Tabs Clear Horizontal
- Tabs Vertical
- Tabs Clear Vertical
- Justification Start
- Justification Stop
- Justification Unlimited
- Center
- Line Spacing
- Line Spacing Absolute
- Character Spacing Absolute
- Forms Creation Commands
- Baseline Placement Absolute
- Text Placement Absolute
- Text Placement Relative
- Line Draw (X or Y)
- Document Enhancement Commands
- Bold Start
- Bold Stop
- Overstrike Start
- Overstrike Stop
- Subscript Start
- Superscript Start
- Sub/Superscript Stop
- Underline Start
- Underline Stop
- Merge Page Load
- Merge Page Unload
- Form ID Assignment
- Form Merge Start
- Cycleforms
- Form Merge Stop
- Page Merge Start
- Page Merge Stop
- Graphic Window
- Graphic Delete
- Graphic Window Repeat
- Graphic Line
- Graphic Arc
- Graphic Box
- Graphic Pie Chart
- Character Reassignment
- Load Translation Table
- Language
- Data Monitor
- Contol Codes
- XTRAEDIT CONFIGURATION
- General Information
- Getting Started
- Loading XTRAEDIT
- About XTRAEDIT
- Select Port
- XTRAEDIT Main Screen
- Keyboard Commands
- F10=Menu
- Esc=Cancel/Previous Menu
- Enter=OK/Select Item
- Alt-X=Exit
- F1=Help
- Arrow and Tab Keys
- Other Keyboard Commands
- File Menu
- Select Port
- XLI Resources Directory
- Exit - Alt-X
- Configure Menu
- Select Configuration to Edit
- Change Default Configuration
- Text Generation
- Font Selection
- Font Rotation
- Language
- Character Set
- Line Spacing
- Absolute Line Spacing
- Justification
- Printer Setup
- Input Tray Selection
- Input Paper Size
- Input Tray Map
- Output Tray Selection
- Output Tray Map
- Two-up Printing
- Source Code
- Duplex
- Page Length (Portrait, Landscape)
- Size Correction
- Top Offset
- Left Offset
- Minimum Top Coordinate
- Minimum Left Coordinate
- Margins (Portrait, Landscape)
- Top Margin
- Bottom Margin
- Left Margin
- Right Margin
- Tabs (Portrait, Landscape)
- Other Options
- Emulation Mode
- Line End
- Units of Measure
- Uppercase Commands
- UDK Character
- Job Timeout
- Job Sheet
- Error Level
- Undo Settings - Alt-U
- Install Settings Now - Alt-I
- Install As New Configuration
- Delete Configuration
- Resources Menu
- View Installed Fonts
- Load Font
- Delete Font
- Non-Shrinkable Fonts
- Load Resources File
- Command Line Interface
- Save Resources to File
- Pack XLI Memory
- Preferences Menu
- Measurement Units for Entries
- Confirm Before Updating XLI
- Help Menu
- Contents
- About

User’s ManualPage 4-36
Contol Codes
In the ASCII coding scheme, all bytes with values less than 20h represent
control functions. The following table describes the control codes.
Code ASCII Control Code
Name Value Description
BEL 07 Bell The X/TRA XLi will send a BELL
character to the printer
BS 08 Backspace Causes the printer to move the
print position one space to the left, only if it is
the first code in the print line
HT 09 Horizontal Tab Causes the print position to
be moved horizontally to a predetermined
location on the page. If there is no tab stop set
to the right of the current position, a space is
performed
LF 25 Line Feed Forces the print position to be
moved down one line-height. The code may
be used as a valid line-ending code,
performing both the carriage return and line
feed functions, as well as a command
terminator.
VT 0B Vertical Tab Causes the print position to
be moved vertically to a predetermined
location on the page
FF 0C Form Feed Causes the printer to eject the
current page and begin a new page. This
occurs only if a printable character has been
placed on the page
CR 0D Carriage Return Causes the printer to
return to the first print position of the current
line. It may also be used as a valid line
ending, performing both the carriage return
and the line feed functions.
ESC 1B Escape This character gives subsequent
codes different meanings.