WOLFRAM SYSTEM MODELER
SetIfGood2DSet the output to the input if severity == Good |
![]() |
SystemModel["OPCUA.Components.Clocked.IntegerSignals.SetIfGood2D"]
Propagates the input value
and its timestamp
to the corresponding output if and only if the input severity
is Good
.
n1 |
Value: Type: Integer Description: Size of first array dimension of the input |
---|---|
n2 |
Value: Type: Integer Description: Size of first array dimension of the input |
goodValue_start |
Value: fill(0, n1, n2) Type: Integer[n1,n2] 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: IntegerInput[n1,n2] Description: 'input Integer' as connector |
![]() |
goodValue |
Type: IntegerOutput[n1,n2] Description: 'output Integer' as connector |