Steady State

Configuration Dialog Basic

Configuration

Configuration Dialog Signals
Signal Name

The name of the signal at the ‘in’ port.

Maximum allowed deviation

The maximum allowed deviation to the average value.

Steady State Signal Name

The name of the output signal containing the value 1 if the steady state condition is met and 0 if not.

Average Time Frame (optional)

If set the average calculation uses only the specified time frame for steady state detection.

Default: unset → use all data points to calculate average.

For example: The Data Group has 15 1m data points, but for average calculation only the last 5 1m data points should be used. (end - 5m) One property for average timeframe:

Example 1

@start ... @end

Data Group Start: 10:00

Data Group End: 10:05

Data Points available:

09:51, 09:52, 09:53, 09:54, 09:55, 09:56, 09:57, 09:58, 09:59, 10:00, 10:01, 10:02, 10:03, 10:04, 10:05

Average window is from group start to group end

Average: DataPoints from 10:01 - 10:05

Example 2

@start - 10m ... @end

Data Group Start: 10:00

Data Group End: 10:05

Data Points available:

09:51, 09:52, 09:53, 09:54, 09:55, 09:56, 09:57, 09:58, 09:59, 10:00, 10:01, 10:02, 10:03, 10:04, 10:05

Average window is from group start - 10m to group end. The datagroup must contain this data range.

Average: DataPoints from 09:51 - 10:05

Example 3

* ... @end - 5m

Data Group Start: 10:00

Data Group End: 10:05

Data Points available:

09:51, 09:52, 09:53, 09:54, 09:55, 09:56, 09:57, 09:58, 09:59, 10:00, 10:01, 10:02, 10:03, 10:04, 10:05

Average window is all up to group end - 5m

Average: DataPoints from 09:51 - 10:00