.Value Dotfield
- Last UpdatedNov 23, 2018
- 1 minute read
The .Value dotfield shows the current value of the specified tag in engineering units. .Value is the default InTouch dotfield implicitly applied to all tags. If a tag does not have an assigned dotfield, the .Value dotfield is assumed.
Category
Tags
Usage
tag_name.Value
Parameter
tag_name
Any type of tag except the Hist Trend tag.
Remarks
You rarely need to use the .Value dotfield. However, in some instances, it makes a calculation or parameter usage more clear.
Data Type
The same as the specified tag's type (read/write).
Valid Values
Depends on the type of tag specified.
Example
The following statement sets the value of the memory integer PumpRPM tag equal to 100:
PumpRPM.Value=100;
which is functionally equivalent to:
PumpRPM=100;