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


 
6-169
TRIA draw a TRIAngle
Classification: Custom image primitive
Command Syntax: TRIA <color> < x1> <y1> <x2> <y2> <x3> <y3> <fill>
Limits: <color> = available colors
<x1> <y1> <x2> <y2> <x3> <y3> = positive integer number
<fill> = available fill pattern
Query Syntax: None
Description: Draws a triangle defined by its three endpoints. The primitive
uses eight (8) parameters. The first is line color. The next three
pairs of parameters are the X and Y coordinates for the three
points. The last parameter is the fill. More complex filled polygons
can be built up using a series of joined filled triangles.
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: TRIA red50 10 5 10 25 40 15 GrayPat50
// Draw a red50 triangle at x=10,
// y=5; x=10, y=25; x=40, y=15 with
// 50% active pixel fill
ALLU // Update hardware to current
// buffer contents
UIDN User IDeNtification
Classification: System parameter setting
Command Syntax: UIDN <text string>
Limits: <text string> 80 characters in length
Query Syntax: UIDN?
Query Response: <text string>
Description: The UIDN command sets up the text string thats placed in the
upper portions of the SMPTE133 and Cubes images. The command
can be used to add your companys name or other identification
to the images. The command will not change the text in a currently
displayed image. It must be redrawn to use the new text. The
factory default string is Quantum Data. The UIDN? query returns
the current text string.
Other Required Cmds: The IMGU command redraws the last selected test image. The
ALLU command updates hardware to the new setting and redraws
the test image.
Example: UIDN "XYZ Monitor Mfg." // Change text
// string
IMGL SMPTE133 // Select image that uses
// string
IMGU // Draw the image