TM 5-6675-318-14
Table 3-10. PLOTTER PROGRAMMING LANGUAGE - Cont
Statement Identification and Use
Program
Statement
Statement Syntax, Explanation, and Input Instructions
c p l t - Cont
W h e n p a r a m e t e r s a r e s p e c i f i e d , cplt statement moves pen speci-
fied number of character space widths to right (positive
value) or to left (negative value) and number of character
space heights up (positive value) or down (negative value).
Pen position (raised or lowered) does not change when c p l t
statement is executed. Parameters must be within range of
127.9994999.
D i a g r a m above shows character spacing around symbol +. Pen
b e g i n s to draw symbol at point A and ends at point B, ready to
draw another character.
To center symbol on point C, which represents plotted point,
p e n must be moved to point A. This can be done by executing
cplt statement specifying parameters -.33, -.25. After symbol
i s drawn, pen must be returned from point B to point C to
continue plotting next point. This can be done by executing a
cplt s t a t e m e n t s p e c i f y i n g p a r a m e t e r s - . 6 7 , . 2 5 .
3-93