WOLFRAM SYSTEM MODELER

SetIfGood

Set the output to the input if severity == Good

Wolfram Language

In[1]:=
SystemModel["OPCUA.Components.Clocked.BooleanSignals.SetIfGood"]
Out[1]:=

Information

Propagates the input value and its timestamp to the corresponding output if and only if the input severity is Good.

Parameters (1)

goodValue_start

Value: false

Type: Boolean

Description: Value of goodValue before the first value with severity Good

Connectors (5)

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: BooleanInput

Description: 'input Boolean' as connector

goodValue

Type: BooleanOutput

Description: 'output Boolean' as connector