Call me back | My basket | Checkout | Add to email list

     You are here: Website » Knowledge base

« back to website

LayoutControls / Examples

Examples


In this section, you will find three examples of how the analogue dials should be set, depending on your particular requirements.


Example 1

Let us assume that a pointer of the following type is required:

  • The angle of the pointer when the input is equal to the max value = 120°
  • The angle of the pointer when the input is equal to the min value = -120°
  • The pointer should move in a clockwise direction as the input variable increases

You should set the properties of the analogue dial as follows:

Min Angle = -120°
Max Angle = +120°


Example 2

Let us assume that a pointer of the following type is required:

  • The angle of the pointer when the input is equal to the max value = -120°
  • The angle of the pointer when the input is equal to the min value = 120°
  • The pointer should move in a clockwise direction as the input variable increases

You should set the properties of the analogue dial as follows:

Min Angle = 120°
Max Angle = 240°


Example 3

Let us assume that a pointer of the following type is required:

  • The angle of the pointer when the input is equal to the max value = 120°
  • The angle of the pointer when the input is equal to the min value = -120°
  • The pointer should move in a clockwise direction as the input variable increases

Set the properties of the analogue dial as follows:

Min Angle = -120°
Max Angle = -240°
Page last modified on January 14, 2019, at 11:06 AM