TM 5-6675-318-14
Table 3-10. PLOTTER PROGRAMMING LANGUAGE - Cont
Statement Identification and Use
Program
Statement Syntax, Explanation, and Input Instructions
Statement
wrt 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 ,
p t y p , xax, a n d y a x ) . This command should be executed prior to
executing labeling statement whenever alternate character set
is to be used.
w r t 705, "UC, 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
your own design. Each segment of character is drawn according
to three parameter values as follows:
Pen Control Parameter +99 = Pen Down
Pen Control Parameter -99 = Pen Up
X-Increment specifies number of character grid units that pen
will move horizontally. Positive value moves pen to right and
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
will move vertically. Positive value moves pen up and
negative value moves it down. Increment value can range from
-98 thru +98 grid units.
Character grid units are scaled by current size statement as
s h o w n on the following page. 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
character block origin (six grid units from initial starting
point).
NOTE
This may not be a valid starting point if new charac-
ter was larger than normal character. A plt, iplot
or cplot statement may be needed to properly posi-
tion pen for next character, if any, to be lettered.
3-103