home *** CD-ROM | disk | FTP | other *** search
/ Super Games / visualcdgame.iso / dosgames / contintl / readme.doc < prev    next >
Encoding:
Text File  |  1992-06-30  |  4.7 KB  |  105 lines

  1.       
  2. ******************************************************************************
  3. *                TECHNICAL PROGRAMS FOR THE BROADCAST ENGINEER               *
  4. *    STEVE SCHOTT - CONTINENTAL ELECTRONICS - LAST REVISION:    JULY  1992   *
  5. ******************************************************************************
  6.  
  7. DISCLAIMER: These programs are provided without charge to interested
  8. broadcasters and may be copied.  USER IS SOLELY RESPONSIBLE FOR THE USE,
  9. APPLICATION, AND RESULTS OF THESE PROGRAMS.
  10.  
  11. These are technical programs for an IBM or MS-DOS compatible computer. 
  12. All programs are in BASIC.  You must load a version of Microsoft BASIC
  13. (GWBASIC, BASIC, or BASICA) from your version of DOS.  It would be best to
  14. copy basic onto this disk.  (The batch file TECH.BAT calls for GWBASIC).
  15.  
  16. There are two ways to start the programs.  From the DOS prompt ">":  (1) Start
  17. GWBASIC or BASICA (for an IBM) then RUN "TECHMENU" or (2) Enter "TECH" to
  18. automatically load GWBASIC and run the TECHMENU.BAS program.  The TECH.BAT
  19. batch file will start GWBASIC.  If your version of BASIC is called "BASIC" or
  20. "BASICA", change the name of "GWBASIC" in the TECH.BAT file.  For HERCULES
  21. GRAPHICS start the program with "TECH-H" instead of "TECH".
  22.  
  23.  
  24.       PROGRAM DESCRIPTIONS AND NAMES
  25.  
  26. TECHNICAL PROGRAMS            TECHMENU.BAS
  27. -----------------------
  28. FM OPERATING PARAMETERS       FM.BAS
  29. FM COVERAGE CONTOURS          CONTOUR.BAS
  30. COAXIAL CABLE RATINGS         COAXPWR.BAS
  31. FM POWER CHART                CHART.BAS
  32. STL CALCULATIONS              STL.BAS
  33. METRIC CONVERSION             METRIC.BAS
  34. DECIBEL CONVERSION            DBCONV.BAS
  35. DISTANCE & BEARING            DISTANCE.BAS
  36. VERTICAL FM PATTERN           VERT-PAT.BAS
  37. T-NETWORK DESIGN              TNET.BAS
  38. REDUCED FM E.R.P.             ERP.BAS
  39. SATELLITE FIND                SATFIND.BAS
  40. H-PAD ATTENUATOR              HPAD.BAS
  41. OPERATING COSTS               EFF.BAS
  42.  
  43. To install these programs on a hard disk drive, put Disk in drive A:
  44.  
  45. Type:       md c:\tech              Creates subdirectory called TECH.
  46.  
  47.             copy a:\*.* c:\tech     Copies all disk files to TECH directory.
  48.  
  49. The files KRAP and KXXX are sample data text for the FM OPERATING PARAMETERS
  50. program.
  51.  
  52.           * * * IMPORTANT NOTES FOR VERTICAL FM PATTERN PROGRAM * * *
  53. A.    Your computer must have a graphics adaptor card to view the screen
  54. graphics of the VERTICAL FM PATTERN program.  (The printer will still print
  55. the graphics with or without the graphics adaptor card).
  56.  
  57. B.      BASIC DOES NOT SUPPORT HERCULES GRAPHICS.  The VERTICAL PATTERN
  58. program is compatible with the Hercules or Hercules compatible video graphics
  59. card by loading a CGA emulation program.  If you have Hercules Graphics, try
  60. starting the programs by entering "TECH-H" instead of "TECH".
  61.  
  62.  
  63.                 * * * NOTES ABOUT PRINTER COMMAND CODES  * * *
  64. Some of the programs have printer routines which may not be compatible with
  65. your printer: FM OPERATING PARAMETERS, COAXIAL CABLE RATINGS, FM POWER CHART,
  66. STL CALCULATIONS, and VERTICAL FM PATTERN.  There is a menu for 4 types of
  67. printers: (1) Brothers or Diablo, (2) IBM QuietWriter, (3) Epson, (4) Tandy
  68. Daisywheel [untested] and (5) HP-Laserjet.  The printer command codes are for
  69. the Brother HR-35 (Diablo Code).  It's easy to change the printer command
  70. codes for other printers.  The codes are defined in a few statements of the
  71. program.  If you change the printer commands in the statements -- the whole
  72. program will run with your printer.  If you need to change the command codes
  73. - try changing the (1) Brother/Diablo codes.  The program lines to change are:
  74.  
  75. FM.BAS        LINE 240
  76. COAXPWR.BAS   LINES 270 & 280
  77. CHART.BAS     LINE 1090
  78. STL.BAS       LINE 4690
  79. VERT-PAT.BAS  LINE 2380
  80.  
  81. ASCII CODES FOR HR-35 PRINTER used in programs
  82.  
  83. 10 Pitch:  27 31 13           (10 Characters per inch)
  84. 12 Pitch:  27 31 11           (12 Characters per inch)
  85. 15 Pitch:  27 31 09           (15 Characters per inch)
  86. 6 LPI:     27 30 09           (6 Lines per inch)
  87. 8 LPI:     27 30 07           (8 Lines per inch)
  88. Bold:      27 87              (Double strike for bold)
  89. Bold Clr:  27 38
  90. Carr Rtrn: 13
  91. Line Feed: 10
  92. Back 1/2:  27 68              (Backup a half line)
  93. Form Feed: 12
  94. Reset:     27 13 80           (Reset printer commands to initial setup of 10
  95.                               pitch, 6 LPI, main ribbon, etc.)
  96.  
  97. NOTES:    The above numbers are enclosed in CHR$(nn) statements in the
  98.           programs.  Example: CHR$(27) is ESCAPE.
  99.  
  100.           nn denotes a number which must be inserted.
  101.  
  102. If you have questions about changing the printer codes, need help running any
  103. of the programs, or find errors in the programs, call me.
  104.  
  105. Steve Schott - Continental Electronics - (214) 423-3644 - Revised 7/92