TM 5-6675-323-14
Table 3-10. PLOTTER PROGRAMMING LANGUAGE - Cont
Statement Identification and Use
Program
Statement Syntax, Explanation, and Input Instructions
Statement
OFFSET. Moves origin (point 0,0) of plot from its present loca-
ofs
tion to new position specified by X- and Y-increment values in
statement.
Syntax:
ofs X
Y
Increment'
Increment
X-Increment specifies number of horizontal scale statement
units that origin is to be moved.
Y-Increment specifies number of vertical scale statement units
that origin is to be moved.
Signs of increment parameters specify direction that origin
moves, as follows:
P o s i t i v e p a r a m e t e r moves origin in positive direction as de-
fined by current scale statement.
N e g a t i v e p a r a m e t e r moves origin in negative direction as de-
fined by current scale statement.
INCREMENTAL P L O T . Moves pen from its current location to new
iplt
location specified by X- and Y-parameters.
Syntax:
iplt X
[, Pen Control]
Y
Increment'
Increment
X-Increment parameter specifies number of scale statement
units that pen is to move horizontally.
Y-Increment parameter specifies numbers of scale statement
units that pen is to move vertically.
Signs of increment parameters determine relative direction
that pen moves, as follows:
Positive value moves pen in positive direction as defined by
current scale statement.
Negative value moves pen in negative direction.
3-85