home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / log / fdcalls2 / fdcalls.doc < prev    next >
Text File  |  1988-12-24  |  8KB  |  191 lines

  1.                    FIELD DAY CALLS (FDCALLS.EXE)
  2.  
  3.                 MS-DOS Version 1.95 December 1988
  4.  
  5.                    *by Stanley Kaplan, WB9RQR
  6.                       11541 N. Laguna Drive
  7.                   Mequon, Wisconsin 53092-3119
  8.                          (414) 242-6966
  9.  
  10. *With  many thanks to Mr. Mark Siegesmund, Systems  Analyst,  who 
  11. did  much   of  the programming and worked over  the  years  with 
  12. WB9RQR to fully develop this version.
  13.  
  14. PUBLIC DOMAIN
  15. -------------
  16. Yes.   Copy  it, share it, modify it, etc.  Do anything you  want  
  17. with   it, EXCEPT:  1.  Don't sell it (you can charge  a  nominal 
  18. fee  for the disk that its  on,  but  that's all).  2.   Do  give 
  19. credit  for  it  -  don't  remove  the  author's  call  from  the 
  20. program or this DOC file.  OK?
  21.  
  22. FILES
  23. -----
  24. There are two files in this package:
  25.  
  26.         FDCALLS.DOC   7936 bytes 12/25/88 00:00:00  
  27.         FDCALLS.EXE  13504 bytes 12/25/88 00:00:00   
  28.  
  29. If your source of these two files was FDCALLS.ARC, the  ARC  file 
  30. itself should show:
  31.  
  32.                FDCALLS.ARC  14997 bytes 
  33.  
  34. The  date and time of the ARC file will vary depending upon  when 
  35. it was copied.  However, when you unARC the DOC and EXE files,  a 
  36. DIR  should  show  12/25/88  with  no  time  stamp  (00:00:00  is 
  37. reflected as a blank, at least under MS-DOS 3.3).
  38.  
  39. The  DOC file is the file you are reading now.  The EXE  file  is 
  40. the program iteself, compiled with Turbo PASCAL Version 5.0.
  41.  
  42. PURPOSE AND GENERAL FEATURES 
  43. ----------------------------
  44. FDCALLS  is a FAST, efficient Field Day Logging program.  It  has 
  45. been  in  use  by  the  Ozaukee  Radio  Club,  PO  Box  13,  Port 
  46. Washington,  Wisconsin  53074, for over 5  years  with  excellent 
  47. results.   There  is  NO waiting; a call  is  logged  practically 
  48. instantly  when the ENTER key is hit.  No visible time span   can 
  49. be  detected between the ENTER and the next prompt or  DUPE  beep 
  50. until  there are  well over several hundred calls in a file.  You 
  51. will be  pleased  with its speed.
  52.  
  53. It  can  be  used when Field Day is over, to  log  each  tent  or 
  54. transmitter  site into  a  separate file.  Alternatively, it  can 
  55. be  used  at  Field Day,  if  a  portable   MS-DOS   computer  is 
  56. available,  to log each site into  a  separate file.    This   is  
  57. what  we  did  (Ozaukee  Radio  Club)   during   1988.    Another 
  58. alternative,   for  clubs  that  have  several  portable   MS-DOS   
  59. computers  available,  is  to use it at each  site;  the  no-wait 
  60. feature makes dupe sheets obsolete,  provided you have a reliable 
  61. source of power.  One caution  that should  be  self-evident.  If 
  62. you  are using generators at  your  Field  Day site,   SAVE   THE 
  63. DATA OFTEN.  Also, work up some system  of  notifying  all  power  
  64. users   when the generator is going down for  refueling.    Don't  
  65. just kill it, because all data will be lost that is not saved  on 
  66. disk!  
  67.  
  68. RUNNING THE PROGRAM
  69. -------------------
  70. To run, type FDCALLS <ENTER>.  (Note that <ENTER> means  pressing 
  71. the  ENTER or RETURN key.  A banner will be displayed showing the 
  72. program name and version number, as well as the upper limits  for 
  73. variables  (number of calls that can be placed in a file,  prefix 
  74. first  letters allowed, etc.).  An explanation of filenames  will 
  75. follow, followed by:
  76.  
  77. Enter the filename now, or press the ENTER key 
  78. without entering any characters to quit the program: ==>
  79.  
  80. Make up a standard filename and extension.  Some examples are:
  81.  
  82.   80PHONE.RQR   40PHONE.RXJ    20CW.CAN   NOVICE.TNT   SOLAR.CW
  83.  
  84. You   need  not use an extension, but its better if you do.    In  
  85. the  first three  examples  above, the extension consists of  the 
  86. call  letters  of  the head  of  that tent or site.  Novice  tent 
  87. and  solar CW are  the  last  two.  Let  us  assume you  wish  to 
  88. work  with  a  new file, NOVICE.TNT;  type  it   in  followed  by 
  89. ENTER.  You will see:
  90.  
  91. Enter the filename you wish to work with ===>  NOVICE.TNT
  92. NOVICE.TNT <-- Not found.  Create this file (Y/N)?
  93.  
  94. Respond   with  a Y (upper or lower case), and you will  see  the 
  95. main  prompt, shown below under ENTERING CALLS.
  96.  
  97. ENTERING CALLS
  98. --------------
  99. Calls  may be entered in UPPER, lower or MiXeD case -  case  does 
  100. not   matter.  The main prompt is shown below, along with a  call 
  101. you have typed in:
  102.  
  103. Enter a call, or L)ist, S)ave, R)esort or Q)uit: ==> WB9RQR<ENTER>
  104.  
  105. The next prompt will be:
  106.  
  107.  
  108. Answering   Y  or  y <ENTER> will log the call in the  list,   IN  
  109. ITS   SORTED ORDER.  That is, the program puts 9s after  8s,  and 
  110. WB8ABC before WB8XYZ, at the  moment you press ENTER.  Therefore, 
  111. the list is sorted as it is  being built.  That is why dupes  are 
  112. caught so fast; they are looked up in a  presorted list.  
  113.  
  114. Now is the time to make a point.  It is very important for you to 
  115. press the letter  S every now and then at the main prompt.  Until 
  116. that  is   done,  the data  is not saved on disk.  If  the  power 
  117. goes down, you loose  the  calls.  It  is suggested that you save 
  118. after every 20-25 calls.  The number is  not important, but  that 
  119. you  do it is.  SAVE OFTEN.  It takes very little  time,  a   few  
  120. seconds  with  even 500 calls in the file.  Do it; you  will   be  
  121. glad that  you  did.  (Just in case you forget, the program  will  
  122. automatically  save  all  the  calls  after somewhere around   50  
  123. are  entered,  depending somewhat  on how long the calls are,  so 
  124. don't  panic  if you suddenly  get  a  "Saving   the   data....." 
  125. message without requesting it.  However,  you  are urged to  save 
  126. more often than this.)
  127.  
  128. DUPES
  129. -----
  130. Let us suppose you type a duplicate call, followed by ENTER.  You 
  131. will see:  
  132.  
  133. *** DUPLICATE CALL ***
  134. Do you wish to delete it from the file? (Y/N)?
  135.  
  136. and  you will hear a beep.  Answer N (or n) to this question  and  
  137. continue with your next entry.  
  138.  
  139. This is also the mechanism for deleting a call from the file, for  
  140. example,  one   you entered before you discovered  it  was  typed 
  141. incorrectly.    In  this case,  retype the incorrect call to  get 
  142. the  DUPE  prompt  shown  above.   Then answer  Y  or  y  to  the 
  143. question, and it will be deleted from the list.  
  144.  
  145. IMPROPER ENTRIES
  146. ----------------
  147. The  program will accept calls which begin with W, K, N, A or  V,  
  148. and  each  must  contain a number.  If you miss the 3 and hit the 
  149. E, entering  a  call such as VEEABC, you will see:
  150.  
  151. *** IMPROPER ENTRY ***
  152.  
  153. with  a beep, and the main prompt will again appear.  Type it  in  
  154. correctly  and proceed.  Note that each call may contain up to  7 
  155. characters.  A single data  file (80PHONE.RQR, etc.) may  contain 
  156. up to 5,000 calls.
  157.  
  158. LIST
  159. ----
  160. This   command  at the main prompt will list the contents of  the  
  161. calls,   in  columns  of four across.   Each  call  is  numbered.  
  162. Following the screen list, you will see the prompt:
  163.  
  164. Send to printer as well?  Enter Y)es for a hard copy -->
  165.  
  166. No   will   get you back to the main prompt; yes  will  list  the 
  167. calls   to  the printer, along with space to write in  your  club 
  168. name and a heading showing the filename.  This hardcopy is  ready 
  169. to go to ARRL.
  170.  
  171. SAVE
  172. ----
  173. This  command saves the call list to disk, as mentioned above  in  
  174. ENTERING CALLS.  Save often!
  175.  
  176. RESORT
  177. ------
  178. This  is  a  command  which you will  probably  never  use.    As  
  179. mentioned  previously,  each  call  is  inserted  in  its  proper 
  180. position  in the whole list, when  first logged, the instant  you 
  181. press the ENTER key.   However,  should some  error  cause a call 
  182. to  be  inserted  out  of  order,   this   command   will  resort 
  183. everything.
  184.  
  185. QUIT
  186. ----
  187. Returns   you   to DOS, after first S)aving  everything  to  disk  
  188. (nice  safety factor).  
  189.  
  190.  
  191.                       <<<<< END OF DOCUMENT >>>>>