Create an acceleration gauge and labels

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

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

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

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