Changes between Version 2 and Version 3 of adeiAG

Show
Ignore:
Author:
csa (IP: 141.52.232.84)
Timestamp:
08/26/09 10:20:37 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiAG

    v2 v3  
    1 === Administrative Guide ==
     1= Administrative Guide
    22 
    33This section describes ADEI configuration 
    3535 * ''disable_caching'' - The CACHE should not be generated, Item for real-time display only 
    3636 * ''channel_uids'' - If channels have unique identifactors within ADEI setup 
     37 * ''timezone'' - In which timezone the timestamps are returned by the data source 
     38 * ''time_module'' - Defines a name of [wiki::adeiClassREADERTime time interface class] 
     39 * ''trace_timings'' - Instructs CACHE to compute and report it's timings 
     40  * ''true'' - Just report timings in the caching code 
     41  * associative array with the following members 
     42   * ''limit_processing_time'' - Maximal number of milliseconds to process query 
     43   * ''limit_percentage'' - Sets the maximum ratio of processing time to the time range. I.e. if this value set to 30, the 10 seconds interval must be processed in a less than 3 seconds. 
     44   * ''raise_exception'' - If the limits are failed, the error exception should be raised, otherwise, the information is just logged 
    3745 * ''date_limit'' - Ignore the data outside of the specified time range. The following time format should be used "YYYY-mm-dd hh:mm:ss". Two different modes are supported: 
    3846  * "start_time" - just ignore the data older than the ''start_time'' 
    4351  * ''true'' - use all channel names as uids 
    4452  * ''"regular_expression"'' - use channel names as uids only for channels which names are matching regular expression 
     53 * ''axis'' - associate channel uids with the axis, the following format should be used: 
     54{{{ 
     55array( 
     56   "regular_expression" => "axis_name", 
     57   "*" => "axis_name_for_the_rest_of_channels" 
     58) 
     59}}} 
     60 
     61=== DBReader-specific options === 
     62 * ''groups'' 
     63 * ''columns'' 
     64 * 
     65 
     66=== ZEUS-specific options === 
     67 * ''timestamp_channels'' - Groups is prefixed with two channels with acquisition timestamps 
     68  * ''true'' - 2 channels 
     69  * ''#number'' - the specified number of channels 
     70 * alarm_severity - Ignore alarms with severity below the specified 
    4571 
    4672== Global options ==