Value (for range indicators and gauges)

<< Click to Display Table of Contents >>

Navigation:  Project > Screens > Properties >

Value (for range indicators and gauges)

Previous pageReturn to chapter overviewNext page

The Value property allows an object to display the value of a tag in an indicator. To configure the Value property click Value tab in the Object property window.

 

valuegauge

 

Property

Description

Tag

Select the Tag which value will be used to display on the indicator or gauge.

Minimum*

Enter the minimum value of the indicator or gauge.

Maximum*

Enter maximum value of the indicator or gauge

Ranges

Click Collection button. You’ll see the window:

 

colorrange

where:

From -  enter the value from which the object will have color of this range.

To - enter the value to which the object will have color of this range.

Color -  choose color for this range.

You can Add, Edit or Remove collection element of color conditions.

Show value

Check it if you want to make visible number representation.

Decimal position*

Enter decimal position of displayed numeric text in the field.

Show history

Check if you want to make visible history information of the tag.

Period

Choose period of the history information.

Color

Choose color of the history information.

* These properties you can use in ST scripts by using minimum, maximum  and decimalpos properties keywords. For example:

Objects.Gauge.maximum = 200;