Specifications
Table Of Contents
- Consumables
- Conventions
- Warranty and Copyright
- Contents
- CX SERIES PROGRAMMING GUIDE
- INTRODUCTION
- THE SATO PROGRAMMING LANGUAGE
- SELECTING PROTOCOL CONTROL CODES
- USING BASIC
- Printing with the Parallel Port
- Printing with the RS232 Port
- ROTATED FIELDS
- COMMAND DEFAULT SETTINGS
- PRINTER CONFIGURATION
- COMMAND CODE PAGE REFERENCE
- Bar Codes
- Bar Codes, Expansion
- Bar Codes, Variable Ratio
- Base Reference Point
- Characters, Custom-Designed
- Character Expansion
- Character, Fixed Spacing
- Character Pitch
- Character, Proportional Spacing
- Clear Print Job(s) & Memory
- Continuous Forms Printing
- Copy Image Area
- Cutter Command
- Fonts U, S, M, OA, OB, XU, XS & XM
- Fonts WB, WL, XB & XL
- Form Feed
- Form Overlay, Recall
- Form Overlay, Store
- Graphics, Custom
- Graphics, PCX
- Journal Print
- Label Size & Start Position
- Lines and Boxes
- Line Feed
- Off-Line/Pause
- Postnet
- Print Darkness
- Print Length, Expanded
- Print Position
- Print Quantity
- Print Speed
- Repeat Label
- Replace Data (Partial Edit)
- Reverse Image
- Rotate, Fixed Base Reference Point
- Rotate, Moving Base Reference Point
- Sequential Numbering
- Start/Stop Label
- Expanded Memory Option Commands
- Expanded Memory Function Fonts, TrueType Recall
- Expanded Memory Function Fonts, TrueType Store
- Expanded Memory Function Graphics, Custom Recall
- Expanded Memory Function Graphics, Custom Store
- Expanded Memory Function Graphics, PCX Recall
- Expanded Memory Function Graphics, PCX Store
- Expanded Memory Function Initialise
- Expanded Memory Function Area Select
- Expanded Memory Function Status
- Two-Dimensional Symbols
- Two-Dimensional Bar Codes Maxicode
- Two-Dimensional Bar Codes PDF417
- CONFIGURATION COMMANDS
- Calibrate Sensor
- Auto Calibration
- Custom Protocol Command Codes Download
- Label Tear-Off
- Print Darkness Fine Adjustment
- Print Test Label
- Set Print Mode
- Set RS232 Parameters
- Set Sensor Type
- Back Feed Enable

SATO CX Series Printer
83
Expanded Memory Function
Expanded Memory FunctionExpanded Memory Function
Expanded Memory Function
Graphics, PCX Store
Graphics, PCX StoreGraphics, PCX Store
Graphics, PCX Store
Command Structure
<ESC>PIaaa,bbbbb,{data}
aaa = Storage area number (001 thru 999)
bbbbb = Size of PCX file in bytes
{data} = Data
Example: <ESC>PI001,32000,{data}
Placement: This command must be placed within its own
data stream
Default: None
Command Function
To store for later printing a PCX graphic file in Expanded Me-
mory.
Printer Input
BASIC Program to down-load a PCX file to Expanded Memory
Section #1 (first 2MB installed).
OPEN “C:\WIZARD\GRAPHICS\LION.PCX” FOR INPUT
AS #2
DA$ = INPUT$(3800,#2)
C$ = CHR$(27)
WIDTH “LPT1:”,255
LPRINT C$;"A";C$;"CC1";
LPRINT C$;“PI001,03800,”;DA$
LPRINT C$;"Z";
CLOSE #2
Printer Output
There is no printer output as a result of this command. See
<ESC>PY PCX Graphics Recall command.
Special Notes:
1. This command requires Expanded Memory option. See
your SATO representative for details.
2. Graphics cannot be stored as part of a format.