Skip to content

Live Data#

uiLiveDataIcon

Overview#

The Live Data Widget provides a mechanism to execute an action in the system. An example is shown below, where a UI Page possesses one Live Data Widget listening to a variable change, through a Message Bus Data Source.

uiLiveData

To use the Live Data Widget in a UIPage, follow the steps below.

  1. In any UIPage in Build mode, select the Live Data Widget from the Widgets' list located in the right side of the page and drag and drop to the correct place in the UIPage.
  2. Enter the Settings' section of the widget.
  3. In the General tab, provide a name for the widget, a description, and specify whether it should display the header and also if the user can activate the full screen mode. LiveDataGeneral

  4. In the Layout tab, define the axis configuration. LiveDataSetup

  5. Define the series that will be displayed in the chart. LiveDataSeries

  6. Define the links between this widget and other elements of the UIPage. LiveDataLinks

By saving and closing the settings, the widget will be changed accordingly.