Quantum Data 801GC, 801GF, 801GX Portable Generator User Manual


 
6-143
IMGQ IMaGe Query pointer
Classification: Image memory management
Command Syntax: None
Query Syntax: IMGQ? <index> <number>
Limits: <index> = positive integer number
<number> = positive integer number
Query Response: List of specified image names
Description: The query returns <number> image names from the list of all
the images stored in image memory beginning at <index>. The
images are kept in alphanumeric order.
Other Required Cmds: None
Examples: IMGQ? 1 5 // List the first five images
// in memory
or
IMGQ? 1 9999 // List all images in
// memory
IMGR IMaGe Read image from image memory
location
Classification: Image memory management
Command Syntax: IMGR <location>
Limits: <location>
-1 through -26 (EPROM)
Query Syntax: None
Description: The IMGR command copies the image residing in the image
memory with location <location> into the image buffer. The
IMGR command does not cause the selected image to be drawn.
See the IMGU command for actually drawing the image. Using
the IMGL command to load images by name is the preferred
method of selecting images.
Other Required Cmds: The IMGU command draws the image. The ALLU command
updates hardware to the new setting and redraws the test image.
Example: IMGR 1 // Select first custom image in
// memory
IMGU // Draw the image