WOLFRAM SYSTEM MODELER

SetIfGood1D

Set the output to the input if severity == Good

Wolfram Language

In[1]:=
SystemModel["OPCUA.Components.Clocked.IntegerSignals.SetIfGood1D"]
Out[1]:=

Information

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

Parameters (2)

nin

Value: 0

Type: Integer

Description: Size of array input

goodValue_start

Value: fill(0, nin)

Type: Integer[nin]

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: IntegerInput[nin]

Description: 'input Integer' as connector

goodValue

Type: IntegerOutput[nin]

Description: 'output Integer' as connector