TM 5-6675-323-14
Table 3-20. PLOTTER PROGRAMMING LANGUAGE - Cont
S t a t e m e n t Identification and Use
Program
Statement
S t a t e m e n t , Syntax, Explanation, and Input Instructions
w r t 705, "SA"
w r t - Cont
Set alternate command selects normal alternate set as
character set to be used for all labeling statements ( l b l ,
T h i s command should be executed prior to
p t y p , xax, a n d y a x ) .
executing labeling statement whenever alternate character set
is to be used.
w r t 7 0 5 , " U C , Pen Control Parameter,
X - I n c r e m e n t , Y-Increment, Pen Control
Parameter, X-Increment, Y-Increment, ...."
User-defined character command is used to draw characters of
E a c h segment of character is drawn according
y o u r own design.
to three parameter values as follows:
P e n control parameter +99 = pen down
P e n control parameter -99 = pen up
X-Increment specifies number of character grid units that pen
P o s i t i v e value moves pen to right and
will move horizontally.
negative value moves it to left. Increment value can range
from -98 thru +98 grid units.
Y-Increment specifies number of character grid units that pen
P o s i t i v e value moves pen up and
will move vertically.
Increment value can range from
negative value moves it down.
-98 thru +98 grid units.
Character grid units are scaled by current size statement.
Each character block contains 6 horizontal grid units and 16
vertical grid units.
Each character starts from character block origin point. When
character is completed, "LF" is sent automatically by WRITE
statement at end of string of characters, returns pen to next
point).
3-209