Extension Query Parameters
Use these parameters in your extension query.
Parameter | Description |
---|---|
Tag Source | Specify a tag source. |
Tag | Allows to browse and select a tag. |
Tag Display Format | Select a display format for the tag name. |
Sampling Mode | Select a sampling mode for retrieving data. |
Calculated Mode | If the sampling mode is Calculated , specify the
calculation mode. |
Start Time | Select the calendar icon to set a start time. |
Duration | Enter the duration. |
End Time | Select the calendar icon to set an end time. |
Sampling Time | Enter the sampling time. |
Sampling Count | Enter the sampling count. |
Sampling Direction | Direction of sampling, whether forward or backward. Note: This parameter
is used only when the sampling mode is RawByNumber . You
must also specify the sampling count for this parameter. |
Show Comments | Select/Clear the check box to show/hide comments. |
Sort By | Defines how a Data Distributor extension query result-set should be
sorted. You must enter the syntax, which is a comma-separated list of Data
Distributor extension query fields. The result set is sorted by the fields
specified in the list, in the given order. Examples:
Each field in the syntax can optionally have a suffix of a plus (+) or minus (-) sign to indicate the sorting order for that field. For example, "timestamp-,name+" means sorting by timestamp in descending order, and then by name in ascending order. By default, timestamp's sorting order is descending, and rest of the fields are ascending. Example:
Each field in the syntax can be denoted either by its full
output field name, or a built-in one letter identifier. For example,
If you do not enter a syntax, or left this field blank, then the behavior is to sort by timestamp descending. Currently, for auto sync queries, the sorting order only applies to the initial result set and not any subsequent new rows to the result set. |