Value (for meters)

<< Click to Display Table of Contents >>

Navigation:  Project > Screens > Properties >

Value (for meters)

Previous pageReturn to chapter overviewNext page

The Value property  allows an object to control values of analog and digital meters depending on tag's value. To configure the Value property click Value tab in the Object property window.

 

valuemeter

 

Property

Description

Tag

Select the tag which value will be changed.

Minimum*

Enter minimum value of the meter

Maximum*

Enter maximum value of the meter

Decimal position*

Enter decimal position of displayed numeric text in the field.

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

Objects.Meter.maximum = 200;