Widget Types

There are two types of widgets:

  • Absolute Widgets
  • Relative Widgets

Absolute Widgets

Absolute widgets usually process and integrate data coming from different source contexts.

For example, a complex Human-Machine Interface widget in a process control application shows data coming from different sensors and has buttons or other active components for sending commands to the actuators. Such a widget should be absolute.

Absolute widget bindings cannot include relative references.

Relative Widgets

Relative widgets are designed to process data from a certain context and its children. This is useful when creating a form or a custom interface for representing data coming from one Device or system resource. Relative widgets are usually activated using the Launch Widget action of the context whose data should be processed. For example, in a network management system you may have a relative widget called CPU Load Chart. You could right-click a Mail Server Device in Iotellect Client and select CPU Load Chart from context menu.

Was this page helpful?