TRLR: Runlog Reader: Control


                Titles:  TRLR: Runlog Reader: Control
                =====================================
 
    Contact:  M. Thorman, Oxford.
 
    Revision History:-
    ================
 
    3.02  M. Thorman   First version.
          N. West      Add symbolic commands
    4.00  O. Moussa    Add _DAMN_APP_HIST_ID
    4.01  N. McCauley  Add control by runlist, move to rlr_control.dat


 
Titles Files
------------
 
rlr_control.dat
 
 
Verification
------------
 
 
Description
-----------
 
This bank controls the Runlog Reader (RLR).
 
Data Words
---------
 
        Data types: B(bit), I, F, D(double), H(hollerith 4 char)

        Fixed length Database Header.  See titles_dbhdr.html

Word Type  Mnemonic        [symbolic command] Description
---- ----  --------        ------------------------------
           KTRLR...

   1  I    _MODE           Read Mode:-

                           = 1 [rlr_run_range] Select runlogs by run number.
   2  I    _RANGE_RNUM1        First run number in range.
   3  I    _RANGE_RNUM2        Last run number in range.

                           = 2 [rlr_date_range] Select runlogs in date/time range.
   2  I    _RANGE_DATE1        Start of date/time range.
   3  I    _RANGE_TIME1        (time format:- HHMMSSCC)
   4  I    _RANGE_DATE2        End of data/time range.
   5  I    _RANGE_TIME2        (time format:- HHMMSSCC)

                           =3 [rlr_run_list]   

   6  I    _DAMN_APP_HIST_ID   [rlr_damn_app_hist_id] Applied DAMN Histogram ID :-
                           =-1 Suppress all DAMN Bits Histograms
              
                           = n Applied DAMN Histogram ID = n
                               Result DAMN Histogram ID(s)= (n+1)-->(n+no. of Histos)
7..20 I                        Spare

   21 I    _START_RUN_LIST     Start of run list. See note 1.   
22... I                        Continuation of run list.


Notes
-----

   
1) The runlogger can be controlled by the run list, which takes up the remainder of
   this titles bank. There should be no spare words at the end of the list. It is
   recommended that the run list be in chronological order, but this does not have 
   to be the case.


Go Back to the Snoman Companion Top Page