Changes between Version 2 and Version 3 of adeiService_list

Show
Ignore:
Author:
csa (IP: 141.52.232.84)
Timestamp:
09/11/09 02:31:58 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiService_list

    v2 v3  
    1010 * ''masks'' - Returns list of configured masks withing specified loggroup 
    1111 * ''items'' - Returns list of available data items (channels) within specified loggroup 
     12'''Control''' 
     13 * ''cgroups'' - Returns the list of available control groups, if the control is not provided by the data source, most recent logged values are used as values of control channels. Hence in this case the control groups are equivalent to the logging groups and ''cgroup'' target returns exactly the same information as ''groups'' target. 
     14 * ''controls'' - Returns the list of available control items within the specified control group 
    1215'''Data Intervals''' 
    1316 * ''experiments'' - Returns list of experiments 
    3942 * [wiki:adeiParam_db_name db_name ] - Database name 
    4043 * [wiki:adeiParam_db_group db_group ] - Log Group 
     44 * [wiki:adeiParam_control_group control_group ] - Control Group 
    4145 
    4246== Returned Result == 
    4650 <Value value="<item_id>" name="<item_title>"/> 
    4751 <Value value="<item_id>" name="<item_title>"/> 
     52 ... 
     53</result> 
     54}}} 
     55For the listings of controls the access modes are returned as well: 
     56{{{ 
     57<result> 
     58 <Value value="<item_id>" name="<item_title>" read="1" write="0"/> 
     59 <Value value="<item_id>" name="<item_title>" read="1' write="1"/> 
    4860 ... 
    4961</result>