Gauge

Description

This object is being used to display a 'Gauge' on the dashboard of an app.

The color of the gauge is determined by it’s value in the following intervals:

From Value

To Value

Color

From Value

To Value

Color

0

30

RED

31

70

Orange

71

100

GREEN


App Builder Object


Dashboard Representation


In Ports

Position

Name

Message Type

Description

Position

Name

Message Type

Description

1

Label

String

This port is being used to overwrite the label of the 'Gauge' on the Dashboard.

2

Status

String

This port is being used to set the status text of the 'Gauge' on the Dashboard.

3

Value

Percent

This port is being used to set the value of the 'Gauge' on the Dashboard.


Out Ports

Position

Name

Message Type

Description

Position

Name

Message Type

Description

1

Value

Percent

This port is being used to send out the message based on the received value from the In Port Value.

 


Properties

Name

Description

Name

Description

Object Name

The name of the object on the canvas.

Group

The group (and tabs) this interface object is assigned to on the dashboard of the app.

Label

The label of the 'Gauge' on the Dashboard.