Chart Gauge Tile

The display shows process values in the form of a gauge display.

An additional border indicates the current value's negative state or an additionally defined alarm. The colors and blinking intervals are defined in global lists.

Parameters

  • base – Address used for status monitoring.

  • alarm address – Optional address used for alarm monitoring.

View settings:

  • title – Title of the tile displayed (default: T[Title})

  • unit – This unit is displayed in addition to the value.

  • decimal places – Number of decimal places for the value to be displayed (default: 0).

  • font family title – Font family which will be applied to the title (default: Arial)

  • font size title – Font size which will be applied to the title (default: 12).

  • minimum – Lower limits of the displayed values (default: 0)

  • maximum – Upper limit of the displayed values (default: 100)

  • color – Defines the bar color of the Progressbar (freely definable) (default: #7cb5ec)

  • bar background color – Defines the bar background color of the Progressbar (freely definable) (default: #ffffff)

  • bar border color – Defines the bar contour color of the progress bar (freely definable) (default: #d7d7d7)

  • bar border width – Defines the bar contour size of the progress bar (freely definable) (default: 1)

Behavior on click:

  • enable click event – Activation of processing a click on the tile (default: true)

  • enable click on content – Additional recognization of a click on the tiles content (default: false)

  • targetdisplay – Display to be opened when recognizing a click.

  • linked element – Element to be monitored for external click events (ID of the element).

Status:

  • enable status monitoring – Switch monitoring of current value status on or off (default: Yes)

  • fire status trigger – Instead of the status display a here defined trigger can be fired globally.

Appearance:

  • background color – Background color (default: global parameter atvFillColor)

  • text color – Text color (default: global parameter atvFontColor)

  • border color – Border color (default: global parameter atvBorderColor)

  • deactivation color – Deactivation color (default: global parameter atvInactiveColor)

  • status indication – Specify the status' display through a defined global list (default: global parameter atvStatusIndication)

  • alarm indication – Specify the alarm's display through a defined global list (default: global parameter atvAlarmIndication)

Options:

  • tooltip – Displays a tooltip box with the entered text (standard HTML-Elements can be entered)

  • address for minimum – Optional address for defining the lower limit.

  • address for maximum – Optional address for defining the upper limit.

Security:

  • necessary right – The user must have this right to activate this element.

  • activation address – If the value of this address equals to "activation value", then the element will be active.

  • activation value – Value which activates the element.

  • show access control notification – Defines if the icon for showing access control notifications shall be displayed (default: true)

Menu:

  • menu positioning – The position the menu symbol is shown at (top-left, top-right, bottom-left, bottom-right).

  • menu mouseover active – Symbol is only shown on mouseover.

  • menu symbol offset x – Relative offset of the menu symbol to the anchor point on the x axis in pixel.

  • menu symbol offset y – Relative offset of the menu symbol to the anchor point on the y axis in pixel.

  • context menu click frame – Defines the size of the click frame for opening the context menu.