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 Scene, KNX_Scene and KNX_Set_Scene.
...
Click the New scene button in the Scene Manager's toolbar.
TODO: A better example would be some Candlelight dinner scene with specific lights off, on, dimmed.
Now we will create a new Scene Checkout, which will do the following:
- change the Room Checkout Status to 1
- change the Room Occupied Status to 0
- change the Room MUR to 1
3 different Scenes for a Restaurant Breakfast, Lunch and Dinner, each one of them will change the Light and the Temperature of the Bathroom, Lobby and Entrance:
Each one of the Scenes has a different values based on the Restaurant's Status.
Info |
---|
Save On: The provided server item is compared to a static operand. If the condition is true then the current scene settings will be saved. Play On: The provided server item is compared to a static operand. If the condition is true the scene will be played. |
...
- 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 Checkout Breakfast scene will appear in the Scene Manager. The same could be done for all other Scenes.
Playing the scene with a visualization button
...
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 CheckOut. Breakfast, also we should do the same for Lunch and Dinner.
Saving the scene with a visualization button
...