Product specifications

SLCS Programming Manual
Rev. 1.24
- 60 -
2-6-1 IS (Image Store)
Description
Download PCX format Image file into the Printer Memory
Syntax
ISp1,’Image name’DATA OF *.PCX
Parameters
p1 : The size of image file in unit of byte.
‘Image name’ : This is the name that will be used when recalling the stored image data.
The name is allowed to be up to 10 characters long.
The name is case sensitive.
DATA OF *.PCX
: Binary data string of PCX file.
2-6-2 IR (Image Recall)
Description
Recall the stored image from memory and draw that on the image buffer.
Syntax
IRp1,p2,’Image name’
Parameters
p1 : Horizontal position (X) [dot]
p2 : Vertical position (Y) [dot]
‘Image name’ : Indicate the image data to be recalled.
Variable can be used in this field.
The name is allowed to be up to 10 characters long.
This name is Case Sensitive.
Example
IR30,100,’Image1’ // Recall ‘Image1’
IR30,100,V01 // Variable can be used in name field