home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / misc / ares / aresda01.pko < prev    next >
Encoding:
Text File  |  1988-02-03  |  8.0 KB  |  188 lines

  1. ARES/Data.PKO - ARES/Data Packet Operator Information
  2.  
  3. Be sure to also read ARESDA01.CRD - Packet Operator Quick Reference
  4. Card for Version 0.1
  5.  
  6.  KEY RESPONSIBILITIES
  7.  
  8.     The Packet Operators have two major jobs:
  9.  
  10.       I.  send/receive status requests and current information to/from
  11.           the ARES/Data database station
  12.       II. act as local ARES/Data voice net control for many Voice
  13.           Operators if necessary
  14.  
  15. COMMUNICATING WITH THE ARES/Data DATABASE STATION
  16.  
  17. A.  CONNECTING TO THE ARES/Data DATABASE STATION
  18.  
  19.     Only the designated Packet Operators acting as data concentrators should
  20.     connect to the ARES/Data database.
  21.  
  22.     TNC SETTINGS FOR PACKET CONCENTRATORS:  These are ABSOLUTELY essential!
  23.     Use the commands appropriate for your type of TNC:
  24.  
  25.                TAPR                                    WA8DED
  26.            DWAIT 25 (250 MS)                      * W 25 (250 MS)
  27.            MAXFRAME 1                             * O 1
  28.            FRACK 10 (10 SEC)                      * F 10 (10 SEC)
  29.            RETRY 10                               * N 10
  30.            AX25L2V2 ON                            * V 2
  31.            RESPTIME 10 (1.0 SEC)                  * @T2 100
  32.            TXDELAY 40 (400 ms)                    * T 40 (400 ms)
  33.  
  34.     After a successful connect, acknowledged by "ARES/Data System
  35.     Online", activate your voice net on the designated simplex frequency
  36.     if needed.   Note that the Packet Operator needs two 2-meter
  37.     systems with antennas arranged to eliminate de-sense (unless the
  38.     packet portion is set up on an alternate band).
  39.  
  40. B.  INPUTTING DATA TO THE ARES/Data DATABASE
  41.  
  42.     The database stores values for four fields plus a long (up to 80
  43.     character) message.  The four fields are numbered 1 through four,
  44.     and can contain up to 20 characters each.  Your input must be typed
  45.     sequentially on one line, with fields separated by commas.  Any
  46.     field can have blanks in the central part, but leading and trailing
  47.     blanks in the field are ignored.  See the Packet Operator Quick
  48.     Reference file and the examples below for a reminder of the exact
  49.     syntax.
  50.  
  51. C.  INFORMATION RETURNED FROM THE ARES/Data DATABASE
  52.  
  53.     The Packet Operator can request several types of searches of the
  54.     ARES/Data database.  S/he can request a search for a specific value
  55.     of any one of the four main fields.  In this case, the ARES/Data
  56.     program sends back to the packet operator a status report listing
  57.     all entries in the database having the specified value for the
  58.     selected field.  The Packet Op can also request a summary for any
  59.     one of the four fields, which is a list of the number of entries in
  60.     the database for each distinct value of that field.  The operator
  61.     can list single records in the database by specifying the record
  62.     number.
  63.  
  64.     For example, suppose that for a particular incident, resource net
  65.     control has designated field1 to be the person's last name.
  66.     Suppose the packet operator needs to find the information on all
  67.     people in the system with a given last name.  The operator sends a
  68.     search request for field1, stating which last name s/he is
  69.     interested in.  The ARES/Data system will respond with all entries
  70.     with the given name; one line for every entry in the database
  71.     matching that name.  See the Packet Operator Quick Reference file
  72.     and the examples below for a reminder of the exact syntax.
  73.  
  74. D.  EXAMPLE INPUT TO THE ARES/Data DATABASE
  75.  
  76.   1.  CURRENT INFORMATION INPUT
  77.  
  78.     Suppose that the four fields have been defined to be:  LAST NAME,
  79.     FIRST NAME, SHELTER NUMBER, and basic physical CONDITION.  This
  80.     also assumes that a voice operator is telling the packet operator
  81.     what to type in.  If voice operators are not in use, the packet
  82.     operator simply types the information in directly.
  83.  
  84.       Voice Operator says:                        Packet Operator types:
  85.  
  86.       This is current info,                         (nothing)
  87.       The last name is Johnson                      Johnson,
  88.       The first name is Joe                         Joe,
  89.       The shelter is RS03 (Riverside Shelter 3)     RS03,
  90.       The condition is "okay"                       ok,
  91.       (optional) The message is "came with dog"     came with dog
  92.  
  93.       which should look like this on your terminal:
  94.  
  95.                 Johnson,Joe,RS03,ok,came with dog<CR>
  96.  
  97.       The ARES/Data Database will acknowledge your input, for example, by
  98.  
  99.                 "1450: data input accepted, #234."
  100.  
  101.       or, by sending an error message requiring a re-entry.  The
  102.       acknowledgement contains the current time and the record
  103.       number for that person's entry in the database.  Note that
  104.       the program adds the actual time and date to each entry.
  105.  
  106.       If you later enter more information for the same person, BOTH
  107.       entries will be kept as a sort of "audit trail" of what has
  108.       happened to that person.
  109.  
  110.       Fixing Input Errors
  111.       -------------------
  112.       If you accidentally enter incorrect information into the
  113.       database, ask the sysop to delete the bad entry by typing:
  114.  
  115.                 tell sysop ooops, typo. pse delete #234.<CR>
  116.  
  117.       OR, if the sysop has enabled the remote delete feature, you
  118.       can delete this entry yourself, and then re-enter the correct
  119.       data.  To do this, you use the delete command:  "d nnnn<CR>"
  120.  
  121.                 d 234<CR>
  122.  
  123.  
  124.   2.  SEARCH REQUESTS
  125.  
  126.       A search may be requested for a specific value for any one of the
  127.       four fields.  Assume that the fields mean the same as in 1. above.
  128.       This example applies to a last name search request (field1).
  129.  
  130.       Voice Operator says:                        Packet Operator types:
  131.  
  132.       This is a request for last name search        /1,
  133.       The name is johnson                           johnson
  134.  
  135.       which should look like this on your terminal:
  136.  
  137.                 /1,johnson<CR>
  138.  
  139.       The ARES/Data database will acknowledge your request by either
  140.       stating that there are no entries in the database for that value
  141.       for field1, or by sending a status report as described next.
  142.  
  143.   3.  RESPONSE FROM ARES/Data TO THE PACKET OPERATOR
  144.  
  145.       STATUS REPORT for value JOHNSON of field1
  146.       Recno    DT/Time  Last name, First name, Shelter, Condition, Msg
  147.       234      23/1124  JOHNSON,JOE,RS03,OK,CAME WITH DOG
  148.       ARES/Data Search done at 1530, 1 hits.
  149.  
  150. E.  OTHER PACKET OPERATOR COMMANDS
  151.  
  152.     The packet operator can send messages to the sysop or to other
  153.     connected stations by using the "users" and "tell" commands.  S/he
  154.     may list specific records in the database by typing "l nnnn<cr>",
  155.     where nnnn is the record number.  S/he may also delete specific
  156.     records by typing "d nnnn<cr>", but only if this function is allowed
  157.     by the sysop.  Be VERY CAREFUL when deleting records - use this
  158.     function only when absolutely necessary.
  159.  
  160. F.  LOCAL ARES/Data VOICE NET CONTROL
  161.  
  162.     In cases where the volume of data is large and/or the information
  163.     is originating from a wide area, voice operators may be used to
  164.     collect information.  If appropriate, information can also be
  165.     collected by telephone.
  166.  
  167.     In most cases, Resource Net Control will assign Packet Operators to
  168.     centralized locations.  The Packet Operator establishes net control over
  169.     the various Voice Operators that Resource Net Control assigns to him or
  170.     her.
  171.  
  172.     When Packet Operators are assigned, Resource Net Control will provide
  173.  
  174.       o database frequency (for packet connection to ARES/Data)
  175.       o database call sign
  176.       o digipeater information
  177.       o simplex frequency for Voice Operators for each Packet
  178.            Operator
  179.  
  180.     The Packet Operator
  181.  
  182.       o must use good net control operating practices
  183.       o assist the Voice Operators where necessary
  184.       o route responses to the appropriate Voice Operators
  185.       o close the local ARES/Data net when excused by Resource Net Control
  186.  
  187. END ARESDA01.PKO
  188.