Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This command provides the functionality of standard KNX scene. Based on a 1 byte scene number, data point values can be stored and replayed within the scene.

Description

KNX communication objects that are used for scene control have a size of 1 byte (e.g. DPT_SceneControl). For each scene object 64 different scenes are available. A value between 0 and 63 is used to replay the values of a scene. A value between 128 and 191 is used to store the current values of all data points that belong the scene where X = scene number + 128 (e.g. a value of 130 is used to stored the values of scene 2).

All scene values that stored as persistent values within the Core Server and thus available also after restarting the server.

To predefine scene values, use KNX.SetScene.

Inputs

  • Scene (ItemID): This input item is used to trigger the scene. A value between 0 ... 63 is used to replay the values of a scene and a value between 128 ... 191 is used to stored of values of a scene.

Outputs

  • Scene_Datapoint1 (ItemID): Item ID of scene member 1.
  • Scene_Datapoint2 (ItemID, optional): Item ID of scene member 2.
  • ...
  • Scene_Datapoint8 (ItemID, optional): Item ID of scene member 3.

Parameters

  • Scene_Name(String): This name is used to identify the persistent values of scene. Please ensure that the scene name is different for each scene.


Applies to

  • NETx BMS Platform, XLogic Library 1.0.12+
  • NETx Multi Protocol Server, XLogic Library 1.0.12+


  • No labels