Create a speed gauge and labels

Create UI elements that display speed-related information about a selected motor.

  1. Create the speed gauge:
    1. In Project view, right-click MotorSpeedPanel and select New > Base controls > Circular gauge.
    2. Hover-over the gauge, select Edit, and enter SpeedGauge.
    3. In Properties, create a dynamic link between Value and Aliases > {Motor} > Motor > Speed.

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

  2. Create the speed label:
    1. In Project view, right-click MotorSpeedPanel and select New > Base controls > Label.
    2. Hover-over the label, select Edit, and enter SpeedLabel.
    3. In Properties, set Text to Speed.
  3. Create the speed value label:
    1. In Project view, right-click MotorSpeedPanel and select New > Base controls > Label.
    2. Hover-over the label, select Edit, and enter SpeedValueLabel.
    3. In Properties, create a dynamic link between Text and Aliases > {Motor} > Motor > Speed.

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