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


 
6-86 Chapter 6: Programming
Model 801GC, 801GF & 801GX¥Rev. A
Alphabetical Listing of Commands
ADDR ADDRess
Classification: Direct processor control
Command Syntax: ADDR <address>
Limits: <address>
0 to 4,294,967,295 (BASE = 10)
-2,147,483,648 to 2,147,483,647 (BASE = -10)
0 to FFFFFFFF (BASE = 16)
-80000000 to 7FFFFFFF (BASE = -16)
Query Syntax: ADDR?
Query Response: <address>
Description: The ADDR command sets the pointer register thats used in
connection with the PUTR command and GETR? query. The
ADDR? query returns the current contents of the pointer register.
Note This command normally is used only with custom
applications and command files created by Quantum Data.
Other Required Cmds: ADDR and ADDR? expect and return parameters formatted
according to the current radix set by the BASE command.
Example: Use only with code supplied by Quantum Data!
ADOT draw A single pixel DOT
Classification: Custom image primitive
Command Syntax: ADOT <color> <x> <y>
Limits: <color> = available colors
<x> = positive integer number
<y> = positive integer number
Query Syntax: None
Description: Draws a single pixel dot. A dot is the smallest graphic element
that can be drawn. It uses three (3) parameters, the color and
the X and Y coordinates.
Other Required Cmds: The FMTU command instructs the generator to use the new
setting. The ALLU command updates hardware to the new setting
and redraws the test image.
Example: ADOT White 200 300 // Draw white dot at
// X = 200 Y = 300
ALLU // Update hardware to current
// buffer contents