
To view an algorithm’s Property Sheet, open the Algorithm Manager (double-click ), right-click the algorithm, and click .
This view contains the properties described in the table below. Each added block contains additional properties.
In addition to the standard properties (Status, Fault Cause, and Facets), these properties are unique to this component.
| Property | Value | Description |
|---|---|---|
| Enabled | true (default) or false |
Determines if the algorithm processes all requests.
|
| Result | additional properties | Is a frozen property of the algorithm and must be the final block linked in the Wire Sheet to output the result of the algorithm being processed. |
| Facets | units, precision, min, max, etc. | Configure how to display historical and calculated values, such as units or precision.
A unit is a standard facet that applies to both data input and data output. You use it for viewing a point’s value or algorithm’s result. If a units facet is assigned, it need not match the units facet of a Data Source or Data Definition; however, it must be correct for the raw value being processed and must be convertible to the corresponding unit specified in the Data Definition or Data Source. |
| Makes Trends | true (default) or false |
Controls the processing of trend requests.
|
| Aggregation | drop-down list( defaults to First)
|
Configures the default aggregation function passed through the algorithm when the Data Source block’s Use Request Aggregation property is set to true and the Aggregation property is not explicitly configured in the request.
If aggregation is not enabled in the binding/settings window, the aggregation value defined in the Data Definition applies to all chart bindings, reports and tables.
|
| Rollup | check box (if optional, and) drop-down list or ORD parameter (when configured in the data definition, defaults to First, when configured elsewhere, defaults to the value as defined in the Data Definition); rollup=option |
Configures the default rollup function passed through the algorithm when the Data Source block Use Request Rollup property is set to true and the rollup property is not explicitly configured in the request.
If rollup is not enabled in the binding/settings window, the rollup value configured in the Data Definition applies to all chart bindings, reports and tables.
|
| Min Interval | drop-down with time intervals (defaults to None)
|
Defines the minimum wait time between processing items in the queue. The default value of zero (0) does not enforce a minimum
wait time.
Triggered Poller components do not use a |
| Max Interval | drop-down with time intervals (defaults to None)
|
Defines the maximum wait time between processing items in the queue. The default value of zero (0) does not enforce a maximum wait time. |
What follows in the Property Sheet are containers for the various logic blocks. Logic block properties vary depending on the type of block. Each block is documented in the Logic blocks chapter.