Changes from Version 1 of adeiService_getdata

Show
Ignore:
Author:
csa (IP: 208.82.99.233)
Timestamp:
10/05/08 00:46:51 (16 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiService_getdata

    v0 v1  
     1= getdata = 
     2Returns the data in the requested format. 
     3 
     4== Supported formats == 
     5Most of the supported formats are defined in the server configuration. However, ADEI defines several formats which are mandatory provided by any ADEI installation in order to fulfill requests by external components (for example LabVIEW Real-Time Monitor). The following mandatory formats are currently defined. 
     6 * ''labview32'' - Data format optimized for streaming exchange of data with National Instruments LabVIEW applications (32 bit version). At the moment the format is used by Real-Time Display. 
     7 
     8== Mandatory Properties == 
     9 * [wiki:adeiParam_db_server db_server ] - Data source  
     10 * [wiki:adeiParam_db_name db_name ] - Database name 
     11 * [wiki:adeiParam_db_group db_group ] - Log Group 
     12 * [wiki:adeiParam_window window] - Data Interval 
     13 
     14== Optional Properties == 
     15 * [wiki:adeiParam_db_mask db_mask] - Item mask  
     16 * [wiki:adeiParam_aggregator aggregator] - data aggregation mode (not supported yet) 
     17 * [wiki::adeiParam_format format] - desired data format (normally, CSV is used by default, but default value may be adjusted by the server configuration) 
     18 * [wiki::adeiParam_resample resample] - desired sampling rate (no resampling is done by default) 
     19 * [wiki::adeiParam_mask_mode mask_mode] - this property allows multigroup downloads. The following values are supported: 
     20  * ''STANDARD'' - only the specified mask from current loggroup is required (default) 
     21  * ''GROUP'' - the complete loggroup is returned, the item mask is ignored 
     22  * ''SOURCE'' - all databases from the specified data server are requested 
     23  * ''COMPLETE'' - all data sources available on ADEI server will be provided to the user 
     24 * [wiki::adeiParam_filename filename] - desired file name (autogenerated by default) 
     25 
     26== Returned Result == 
     27The data in requested format.