WOLFRAM SYSTEM MODELER
SetIfGoodSet the output to the input if severity == Good |
|
SystemModel["OPCUA.Components.Clocked.RealSignals.SetIfGood"]

Propagates the input value and its timestamp to the corresponding output if and only if the input severity is Good.
| goodValue_start |
Value: 0 Type: Real Description: Value of goodValue before the first value with severity Good |
|---|
| severity |
Type: SeverityInput Description: 'input UAStatusSeverity' as connector |
|
|---|---|---|
| timestamp |
Type: TimestampInput Description: 'input Timestamp' as connector |
|
| goodTimestamp |
Type: TimestampOutput Description: 'output Timestamp' as connector |
|
| value |
Type: RealInput Description: 'input Real' as connector |
|
| goodValue |
Type: RealOutput Description: 'output Real' as connector |
|
OPCUA.Examples Demonstrates how to switch to a fallback value after a period of Uncertain or Bad status severity |