home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 02192 / cqss.arc / CQSS.DOC < prev   
Text File  |  1987-12-25  |  6KB  |  133 lines

  1.         PC-HAM CQSS.DOC Version 3.0 PAGE 1
  2.  
  3.  
  4.                                PC-HAM Version 3.0
  5.  
  6.            G3ZCZ AMATEUR RADIO SWEEPSTAKES SIMULATION GAME VERSION 3.0
  7.          
  8.               (C) Copyright 1985, 1986, 1987 - All Rights Reserved 
  9.  
  10.                                By Joe Kasser G3ZCZ
  11.                                     POB 3419,
  12.                                   Silver Spring,
  13.                                  Md., 20901, USA.
  14.  
  15.         CQSS.BAS  is part of the PC-HAM Software package,  a set of  DATA 
  16.         Processing Amateur Radio programs for the user of a microcomputer 
  17.         in Amateur Radio.  The BASIC language programs may or may not  be 
  18.         described  in  or  be based on programs described  in  the  book, 
  19.         SOFTWARE  FOR  AMATEUR  RADIO  written  by  Joe  Kasser,   G3ZCZ, 
  20.         published  by TAB Books (Number 1560),  Blue Ridge  Summit,  Pa., 
  21.         17214. The DBASE2 programs perform database operations on logbook 
  22.         information.
  23.  
  24.              PC-HAM is written and supported by Joe Kasser, G3ZCZ.
  25.  
  26.         The program is distributed as a Shareware product. You may freely 
  27.         copy  and  share the product with your  friends,  associates  and 
  28.         other radio hams. If you decide to use the product, you are asked 
  29.         to  become  a  registered  user  by sending  a  QSL  card  and  a 
  30.         contribution  to the author (suggested amount of $36.50 (ie. half 
  31.         of  73) or equivalent in foreign currency (See registration  form 
  32.         below).
  33.  
  34.         The  contribution covers the cost of distribution of the  updated 
  35.         disk,  and  supports the continual development of  "Software  for 
  36.         Amateur  Radio".   Upon  receipt of your contribution,  you  will 
  37.         receive  one free update disk ),  mail (electronic  and  regular) 
  38.         support,  and  notice of further releases.   The update disk will 
  39.         contain  any new versions of the software on this disk  plus  new 
  40.         software,  accompanying  the  series of articles currently  being 
  41.         written  on  the  applications of  data  processing  concepts  of 
  42.         microcomputers to amateur radio.
  43.  
  44.         Under  no  circumstances may this product be sold or  distributed 
  45.         with  another product without the express written  permission  of 
  46.         Joe Kasser, G3ZCZ.  
  47.  
  48.         Joe  Kasser,  G3ZCZ  will only support unmodified copies of  this 
  49.         software.   Your comments and suggestions for changes are however 
  50.         welcome.   If  you  are  the first to suggest a  change  that  is 
  51.         implemented,  you  will be sent a complimentary copy of the  disk 
  52.         with the change incorporated.
  53.  
  54.         CQSS.BAS  is a game (simulation).  It is a simulation of the ARRL 
  55.         Sweepstakes contest for a station located in Maryland (G3ZCZ/W3).  
  56.         It  incorporates a propagation model so that the contacts on  any 
  57.         band  at any time of the day will be relatively  realistic.   The 
  58.         premise  behind  the  simulation  and  the  program  itself   are 
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.         PC-HAM CQSS.DOC Version 3.0 PAGE 2
  68.  
  69.  
  70.         described  in chapter 5 of the book.  This version is an  updated 
  71.         version  of the listing given in Book,  in Figure 5-28.   If  you 
  72.         don't have a copy of the book, purchase it, or ask for it at your 
  73.         local library,  if you still can't get it, then load the program, 
  74.         set  the  CAPS LOCK key to CAPS,  and follow the instructions  to 
  75.         initialize the game.   If at any time you don't know what to type 
  76.         in, ask for HELP.
  77.  
  78.         The  initialization part of the program computes the details  for 
  79.         1000 other simulated calls before starting the game.   It is done 
  80.         in  this manner for two reasons,  the first is that this way  all 
  81.         the  calls  are  different  each time the  game  is  played,  and 
  82.         secondly  the  program  was first written in a  non  floppy  disk 
  83.         environment  in which the calls of the simulated  stations  could 
  84.         not  be computed once and then downloaded each time the game  was 
  85.         to  be played.    If enough people request it,  the game will  be 
  86.         updated to use a disk file for those calls.
  87.  
  88.         Once the game starts, your choice of things to do is as follows
  89.  
  90.                      BAND      CHANGE BANDS
  91.                      BREAK     TAKE A BREAK (TIMEOUT)
  92.                      CALL      CALL OTHER STATION
  93.                      CHECK     CHECK  TO SEE IF WORKED
  94.                      CQ        CALL CQ
  95.                      DATA      DETERMINE  WHICH  DATA ARE  MISSING  FROM 
  96.                                REPORT
  97.                      DUPLICATE TELL  OTHER STATION THAT YOU HAVE  WORKED 
  98.                                BEFORE
  99.                      HELP      RECEIVE SUMMARY OF INSTRUCTIONS
  100.                      LOG       ENTER CONTACT IN LOG
  101.                      QRT       GIVE UP AND SWITCH OFF EQUIPMENT
  102.                      QSL       CONFIRM RECEPTION OF CONTEST DATA 
  103.                      REPEAT    REQUEST REPEAT OF OTHER STATION'S DATA 
  104.                      SECTION   LIST SECTIONS STILL NEEDED
  105.                      SEND      SEND YOUR DATA  TO OTHER STATION
  106.                      STATUS    SEE HOW WELL YOU ARE DOING
  107.                      TIME      LOOK AT TIME OF DAY
  108.                      TUNE      TUNE ACROSS BAND 
  109.                      WORKED    LIST OF STATIONS WORKED (UNSORTED)
  110.  
  111.                                You  may  type the first two letters  for 
  112.                                any  choice  except for  SECTION   (which 
  113.                                needs 3). 'SE' is assumed to be "SEND".
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.