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

 Logic to change a data point value based on a Kaba door event.

Description

This logic can be used to change a data point value based on a Kaba door event. As input, the ItemID of the EventId of the selected room has to be used (e.g. NETx\XIO\Kaba\HotelA\Floor1\1000\EventID). To select the event that shall trigger the logic, the EventId has to be specified as parameter (for a full list of available EventIds please refer to the Kaba tutorial). The output has to be of type bool which is set to "true" when the event happens. If the parameter "ResetOuput" is set to "false" the output is set to false when the event disappears.

Inputs

  • EventItem (ItemID): here the "EvenId" Item of the specified room has to be selected (e.g. NETx\XIO\Kaba\HotelA\Floor1\1000\EventID)

Outputs

  • Output (ItemID): data point that shall be written. It must be of type bool.

Parameters

  • EventID (Any): EventId on which the logic should react.
  • ResetOutput (bool, optional): if set to "true", the output is set to false when the event disappears. Default is "true".

Possible trigger types

  • All

Available since:

NETx BMS Server 2.0