TM 5-6675-323-14
h.
Digitizing.
(1) Connect plotter to computer via HP-IB Interface.
NOTE
Special "sight pen" allows pen to be placed precisely over target point.
Sighting is done by looking through it from above.
Load digitizing sight pen.
(2)
Initialize
plotter.
(3) Place map, chart, plot, or drawing with points to be digitized on
plotter, and make note of scale to which it is drawn.
(4) Determine how many points are to be digitized. Write small program for
digitizing this number of points. Digitizing program should contain statements that
accomplish the following:
Clear plotter.
(a)
Set decimal place format for numbers to be transferred.
(b)
(c)
Set plotter scale to that identical to item being digitized.
(d)
S t a t e m e n t to end program.
NOTE
c a n b e c l e a r e d w i t h a p c l r or wrt 705 "IN" s t a t e m e n t .
Plotter
Decimal place format is set using format commands of computer language.
Scale and digitizing are set with scl a n d lim s t a t e m e n t s .
Looping is directed
Digitizing is accomplished with dig s t a t e m e n t s .
using computer language.
3-75