<< Click to Display Table of Contents >> Value (for meters) |
![]() ![]() ![]() |
Value property lets to control values of analog and digital meters depending on value of the tag. To edit value property click Value tab on the object property window.
Property |
Description |
Tag |
Select the tag value of which will be changed. |
Minimum* |
Enter minimum value of the meter in the field. |
Maximum* |
Enter maximum value of the meter in the field. |
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;