Create elements for controlling the min value

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

  1. Create the minimum 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 MinValueLabel.
    3. In Properties and set Text to Minimum Value.
  2. Create the min 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 MinGauge.
    3. In Properties, create a dynamic link between Value and ProjectName > Model > ConstrainedVariable > EURange > Low limit.

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