- 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

Page 5-50 User’s Manual
Two-up Printing
The XLI does not support the XES Margins Double Page command used
for printing two logical pages on one physical page. The XES command
referred to is:s m<H,T
1
,B
1
,L
1
,R
1
>,m<T
2
,B
2
,L
2
,R
2
>d.
Two logical pages on one physical page may be accomplished with the
XLI by following the procedure below:
1) Set the margins for the size of the first logical page.
2) Print the text for the first page. DO NOT EXCEED the
margins or physical size of the paper.
3) Set the margins for the second logical page.
4) Absolute text placement to the print position of the first
character of the second two-up page.
5) Print the text for the second page.
6) Form Feed to the next physical page or side.
NOTE: The margin settings for a second page in XTRAEDIT are not
supported and have no effect.
To test the procedure, enter the following source code.
Source Code
=UDK=~
~X
=UDK=~
~m480,10,10,10,335
Line 1 Page 1
Line 2 Page 1
Line 3 Page 1
Line 4 Page 1
Line 5 Page 1
Line 6 Page 1
▼▼
Line 47 Page 1
Line 48 Page 1
Line 49 Page 1
Line 50 Page 1
~m480,10,10,355,690
~a50,1775
Line 1 Page 2
Line 2 Page 2
Line 3 Page 2
▼▼
Line 47 Page 2
Line 48 Page 2
Line 49 Page 2
Line 50 Page 2
~X