This tutorial shows how to use a scene in Voyager 5.0. This tutorial applies to Voyager only. Scenes in the Web visualization require the use of XLogic commans such as Item.Scene, KNX_Scene and KNX_Set_Scene.SetScene.
Basic information
A scene is a set of values for specific datapoints, the scene members. Following operations are possible for a scene
...
- set the operator to = (equals)
- set the static operand to 1
- click Select to pick the datapoint from the server's item tree
This all means if the selected item changed to 1 the scene will be triggered.
Click OK and the Breakfast scene will appear in the Scene Manager. The same could be done for all other Scenes.
...
In the Object tab configure a Toggle Down mode and send a 1 to the server item that was configured for the Play On event:
Now this button will set this item's value to 1 which in turn will trigger the Play On event of the scene Breakfast, also we should do the same for Lunch and Dinner.
Saving the scene with a visualization button
...