Create elements for controlling the max value

Create a label and a gauge to control the maximum value.

  1. Create the maximum value label:
    1. In Project view, right-click MainWindow (Type) and select New > Base controls > Label.
    2. Hover-over the label, select Edit, and enter MaxValueLabel.
    3. In Properties set Text to Maximum Value.
  2. Configure the max gauge:
    1. In Project view, right-click MainWindow (Type) and select New > Base controls > Linear gauge.
    2. Hover-over the gauge, select Edit, and enter MaxGauge.
    3. In Properties, create a dynamic link between Value and ProjectName > Model > ConstrainedVariable > EURange > High limit.

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