home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / hamradio / contest.arc / CQSS.DOC < prev   
Text File  |  1987-04-23  |  3KB  |  67 lines

  1.         CQSS.DOC Page 1 (c) Joe Kasser G3ZCZ 1987
  2.  
  3.  
  4.  
  5.         CQSS.BAS     This is a game (simulation).  It is a simulation of 
  6.                      the  ARRL Sweepstakes contest for a station located 
  7.                      in   Maryland  (G3ZCZ/W3).    It   incorporates   a 
  8.                      propagation  model so that the contacts on any band 
  9.                      at   any  time  of  the  day  will  be   relatively 
  10.                      realistic.   The premise behind the simulation  and 
  11.                      the  program  itself are described in chapter 5  of 
  12.                      the book.   This version is a later version of  the 
  13.                      listing given in Book,  listing,  Figure 5-28.   If 
  14.                      you  don't  have  a  copy of  the  book,  load  the 
  15.                      program,  set the CAPS LOCK key to CAPS, and follow 
  16.                      the instructions to initialise the game.
  17.  
  18.                      The initialisation part of the program computes the 
  19.                      details  for  1000  other  simulated  calls  before 
  20.                      starting the game.   It is done in this manner  for 
  21.                      two  reasons,  the  first is that this way all  the 
  22.                      calls  are different each time the game is  played, 
  23.                      and secondly the program was first written in a non 
  24.                      floppy  disk enviroment in which the calls  of  the 
  25.                      simulated  stations could not be computed once  and 
  26.                      then  downloaded  each  time  the game  was  to  be 
  27.                      played.
  28.  
  29.                      Once the game starts,  your choice of things to  do 
  30.                      is as follows
  31.  
  32.                      BAND      CHANGE BANDS
  33.                      BREAK     TAKE A BREAK (TIMEOUT)
  34.                      CALL      CALL OTHER STATION
  35.                      CHECK     CHECK  TO SEE IF WORKED
  36.                      CQ        CALL CQ
  37.                      DATA      DETERMINE  WHICH  DATA ARE  MISSING  FROM 
  38.                                REPORT
  39.                      DUPLICATE TELL  OTHER STATION THAT YOU HAVE  WORKED 
  40.                                BEFORE
  41.                      HELP      RECEIVE SUMMARY OF INSTRUCTIONS
  42.                      LOG       ENTER CONTACT IN LOG
  43.                      QRT       GIVE UP AND SWITCH OFF EQUIPMENT
  44.                      QSL       CONFIRM RECEPTION OF CONTEST DATA 
  45.                      REPEAT    REQUEST REPEAT OF OTHER STATION'S DATA 
  46.                      SECTION   LIST SECTIONS STILL NEEDED
  47.                      SEND      SEND YOUR DATA  TO OTHER STATION
  48.                      STATUS    SEE HOW WELL YOU ARE DOING
  49.                      TIME      LOOK AT TIME OF DAY
  50.                      TUNE      TUNE ACROSS BAND 
  51.                      WORKED    LIST OF STATIONS WORKED (UNSORTED)
  52.  
  53.                                You  may  type the first two letters  for 
  54.                                any  choice  except for  SECTION   (which 
  55.                                needs 3). 'SE' is assumed to be "SEND".
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.