[HLP:TEK.HLP  2 pages]

We have many TEKTRONIX software packages that aid in the creation of plots:

INTERACTIVE
-----------
EASY  (best overall package)
IGP  (more capabilities than EASY, but more complicated)
SIMPLE  (very simple, few capabilities)


FORTRAN (and PASCAL) callable subroutine libraries
--------------------------------------------------
TSC  (basic Terminal Control System--you tell it where to go, spot on and off)
AG  (Advanced Graphing--it will do axes and lots more)


Included in the SYS:TEK.REL file are:
       TERMINAL CONTROL SYSTEM FOR 4010 SERIES [Release #3.2]
       CHARACTER GENERATION SYSTEM      [Release #1]
       GRAPHIC TABLET SUPPORT SYSTEM

Included in the file SYS:AG.REL is:
       ADVANCED GRAPHING II      [Release #1]


To use these routines, write the calls to them as you desire in your
FORTRAN-10 program (e.g. PROG1.FOR).  If you have made calls only to
the routines in SYS:TEK.REL, load as follows:

LOAD PROG1,SYS:TEK/LIB

If you have made calls to the ADVANCED GRAPHING package, you must type:

LOAD PROG1,SYS:AG/LIB,SYS:TEK/LIB

To include the routines in that package(SYS:TEK/LIB must be there in
either case, and must FOLLOW  SYS:AG/LIB) .


THERE ARE SEVERAL TEKTRONIX-RELATED PROGRAMS AVAILABLE FOR CALCOMP
CONVERSION, ETC. AS FOLLOWS:
       TEKDSK          LOADS WITH YOUR PROGRAM, AND HELPS STORE
                       THE PICTURE AS A DISK FILE, TO EITHER CONVERT
                       TO CALCOMP OR VIEW AGAIN BY COPYING TO THE
                       TEKTRONIX TERMINAL.
       TEKVEW          COPIES THE ABOVE MENTIONED DISK FILE TO THE
                       TEKTRONIX TERMINAL
       TEKPLT          CONVERTS THE ABOVE MENTIONED DISK FILE TO A
                       CALCOMP PLOT FILE
       PREVEW          View CALCOMP file on Tektronix screen.


[TYPE "HELP TEKDSK", "HELP TEKVEW", OR "HELP TEKPLT" FOR DESCRIPTIONS.]

[SEE ALSO "HELP GRAPHICS" FOR THE TOTAL PICTURE]
Manuals for all these packages may be found in the LOCKE COMPUTER LIBRARY
and may also be purchased diretl from TEKTRONIX, Inc.,
641 Industry Dr., Seattle 98188.  phone 575-0180.
We also have some for sale here (see HELP MANUAL).

In case of difficulty, contact Gerard Pence (543-9275) .

[end of TEK.HLP]


KJOB