Average Delta
- 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.
Example 1:
Values: 100 -> 102 -> 100 -> 98 -> 100
Average = 100
Max Allowed Deviation = 2
Result = Steady State
Example 2:
Values: 100 -> 102 -> 100 -> 98 -> 99
Average = 99,8
Max Allowed Deviation = 2
Result = NOT Steady State