Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Kurze Beschreibung

Description

Lange Beschreibung

Inputs

  • Datapoint_1 (ItemID): Beschreibung
  • Datapoint_2 (ItemID, optional): Beschreibung

Outputs

  • Output1: Beschreibung

Parameters

  • Parameters (Any, optional): Beschreibung

 Used to write or set a data point value based on an input or fixed value.

Description

This logic can be used to write or set a data point value. As source an input item or a fixed value can be used. If both possibilites are specified, the input item is used.

Inputs

  • Input (ItemID, optional): value that shall be written to the output. It has a higher priority that the fixed value.

Outputs

  • Output (ItemID): data point that shall be changed.

Parameters

  • Value(Any, optional): fixed value that shall be written or set when the logic is invoked. It has a lower priority than the input item.
  • Write to bus (bool, optional): if set to "false", the value is only updated within the NETx BMS Server. If set to true (default value), the value is also forwarded to the field network.
  • Verify quality (bool, optional): if set to "true" (default value), the value is not forwarded when the input's quality is not "GOOD".

Possible trigger types

  • All

Available since:

NETx BMS Server 2.0

...