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.
...
- 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 scene will appear in the Scene Manager.
...
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.
Saving the scene with a visualization button
The Server Item in here will be compared to a static operand. If the comparison proof true the scene will be saved. Select the operator in the drop down box and put in a value the Server Items value shall be compared with.
“Single Shot” means that the scene is only saved if the result of comparison changes from FALSE to TRU. If “Single Shot” is deactivated, the scene is saved if the
Server Item changes and the comparison evaluates to TRUE. “Select” opens the item tree to select the Server Item from. “Remove” clears the item.
How to modify the scene from within the running visualization
TODO