Create a linear gauge

Create a gauge that enables you to see and control the current temperature.
  1. In Project view, right-click MainWindow (type) and select New > Base controls > Linear gauge.
  2. Configure the gauge:
    1. In Property, create a dynamic link between Value and ProjectName > Model > Temperature.
    2. Next to Warning zones, select Add.
    3. Under WarningZone1, create a dynamic link between From and ProjectName > Alarms > ExclusiveLevelAlarm1 > High limit

      For more information about dynamic links, see Create dynamic links.

    4. Under WarningZone1, create a dynamic link between To and ProjectName > UI > MainWindow (type) > inearGauge1 > Maximum value.

      For more information about dynamic links, see Create dynamic links.

    5. Under WarningZone1, set Color to #fe1414.