KNX.Scene
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
Name | Type | M/O | Description |
---|---|---|---|
Scene | ItemID | M | 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
Name | Type | M/O | Description |
---|---|---|---|
Scene_Datapoint1 | ItemID | M | Item ID of scene member 1. |
Scene_Datapoint2 | ItemID | O | Item ID of scene member 2. |
… |  |  |  |
Scene_Datapoint8 | ItemID | O | Item ID of scene member 8. |
Parameters
Name | Type | M/O | Description |
---|---|---|---|
Scene_Name | String | M | 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+