Set data point property

The action Set data point property allows you to write an arbitrary property to the data point assigned to the behavior.

This action is especially useful in combination with mouse events to implement push buttons or sliders. For example, when clicking on the shape or dragging the mouse over it, a corresponding value can be written to the data point.

First, select the desired trigger in the Trigger dropdown, for example On click or On slide. Next, select the element that should listen to the mouse event in the Trigger Element dropdown. Then select the property that should be written on the data point in the Property dropdown (for example <LiveValue>, which is an alias for Present_Value of BACnet data points) and enter the value to be written in the field Value.

Warning

This action is not supported in association with the following triggers: Data point property, Shape property, On hover, Has link target.