= getdata = Returns the data in the requested format. == Supported formats == Most 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. * ''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. == Mandatory Properties == * [wiki:adeiParam_db_server db_server ] - Data source * [wiki:adeiParam_db_name db_name ] - Database name * [wiki:adeiParam_db_group db_group ] - Log Group * [wiki:adeiParam_window window] - Data Interval == Optional Properties == * [wiki:adeiParam_db_mask db_mask] - Item mask * [wiki:adeiParam_aggregator aggregator] - data aggregation mode (not supported yet) * [wiki::adeiParam_format format] - desired data format (normally, CSV is used by default, but default value may be adjusted by the server configuration) * [wiki::adeiParam_resample resample] - desired sampling rate (no resampling is done by default) * [wiki::adeiParam_mask_mode mask_mode] - this property allows multigroup downloads. The following values are supported: * ''STANDARD'' - only the specified mask from current loggroup is required (default) * ''GROUP'' - the complete loggroup is returned, the item mask is ignored * ''SOURCE'' - all databases from the specified data server are requested * ''COMPLETE'' - all data sources available on ADEI server will be provided to the user * [wiki::adeiParam_filename filename] - desired file name (autogenerated by default) == Returned Result == The data in requested format.