TM 5-6675-323-14
Table 3-10. PLOTTER PROGRAMMING LANGUAGE - Cont
Statement Identification and Use
Program
Statement Syntax, Explanation, and Input Instructions
Statement
Lines 4 and 5 add extra spaces (if needed) to right justify
c s i z - Cont
v a l u e s t h a t p r e c e d e " D E G R E E S .n T h i s e x a m p l e a s s u m e s t h a t
scaling area is set for 8 in. high X 10 in. wide paper.
PROGRAM
0: pclr:0 → R → X deg:fxd 0
S Cl
0, 30, 0, 24
1:
csiz 2, 1.5, 8/10, R
2:
plt
15,
12,
1
3:
if
R<10;lbl
"
"
4:
if
R<99;lbl
"
"
5:
" , R , " Degrees"
lbl
"
6:
if (R+10 → R) <360; jmp -5
7:
plt 30, 20, 1
8:
end
9:
In diagram, you can see relative position of character, in
this case M, within character space field. Character space
field is set indirectly by c s i z s t a t e m e n t , s i n c e c h a r a c t e r
space height is twice the character's height and character
space width is 1-1/2 times the character's width. Spaces
a b o v e and below character become spacing between lines and
characters.
3-91