home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pdp10 / tops-10 / tek.hlp < prev    next >
Text File  |  1995-04-05  |  2KB  |  69 lines

  1. [HLP:TEK.HLP  2 pages]
  2.  
  3. We have many TEKTRONIX software packages that aid in the creation of plots:
  4.  
  5. INTERACTIVE
  6. -----------
  7. EASY  (best overall package)
  8. IGP  (more capabilities than EASY, but more complicated)
  9. SIMPLE  (very simple, few capabilities)
  10.  
  11.  
  12. FORTRAN (and PASCAL) callable subroutine libraries
  13. --------------------------------------------------
  14. TSC  (basic Terminal Control System--you tell it where to go, spot on and off)
  15. AG  (Advanced Graphing--it will do axes and lots more)
  16.  
  17.  
  18. Included in the SYS:TEK.REL file are:
  19.         TERMINAL CONTROL SYSTEM FOR 4010 SERIES [Release #3.2]
  20.         CHARACTER GENERATION SYSTEM      [Release #1]
  21.         GRAPHIC TABLET SUPPORT SYSTEM
  22.  
  23. Included in the file SYS:AG.REL is:
  24.         ADVANCED GRAPHING II      [Release #1]
  25.  
  26.  
  27. To use these routines, write the calls to them as you desire in your
  28. FORTRAN-10 program (e.g. PROG1.FOR).  If you have made calls only to
  29. the routines in SYS:TEK.REL, load as follows:
  30.  
  31. LOAD PROG1,SYS:TEK/LIB
  32.  
  33. If you have made calls to the ADVANCED GRAPHING package, you must type:
  34.  
  35. LOAD PROG1,SYS:AG/LIB,SYS:TEK/LIB
  36.  
  37. To include the routines in that package(SYS:TEK/LIB must be there in
  38. either case, and must FOLLOW  SYS:AG/LIB) .
  39.  
  40.  
  41. THERE ARE SEVERAL TEKTRONIX-RELATED PROGRAMS AVAILABLE FOR CALCOMP
  42. CONVERSION, ETC. AS FOLLOWS:
  43.         TEKDSK          LOADS WITH YOUR PROGRAM, AND HELPS STORE
  44.                         THE PICTURE AS A DISK FILE, TO EITHER CONVERT
  45.                         TO CALCOMP OR VIEW AGAIN BY COPYING TO THE
  46.                         TEKTRONIX TERMINAL.
  47.         TEKVEW          COPIES THE ABOVE MENTIONED DISK FILE TO THE
  48.                         TEKTRONIX TERMINAL
  49.         TEKPLT          CONVERTS THE ABOVE MENTIONED DISK FILE TO A
  50.                         CALCOMP PLOT FILE
  51.         PREVEW          View CALCOMP file on Tektronix screen.
  52.  
  53.  
  54. [TYPE "HELP TEKDSK", "HELP TEKVEW", OR "HELP TEKPLT" FOR DESCRIPTIONS.]
  55.  
  56. [SEE ALSO "HELP GRAPHICS" FOR THE TOTAL PICTURE]
  57. Manuals for all these packages may be found in the LOCKE COMPUTER LIBRARY
  58. and may also be purchased diretl from TEKTRONIX, Inc.,
  59. 641 Industry Dr., Seattle 98188.  phone 575-0180.
  60. We also have some for sale here (see HELP MANUAL).
  61.  
  62. In case of difficulty, contact Gerard Pence (543-9275) .
  63.  
  64. [end of TEK.HLP]
  65.  
  66.  
  67. .KJOB
  68. .
  69.