.MinEU Dotfield
- Last UpdatedNov 07, 2016
- 1 minute read
The .MinEU dotfield shows the minimum engineering unit value assigned to the specified tag from the Tagname Dictionary.
Category
Tags
Usage
Tag_name.MinEU
Parameter
Tag_name
Any integer, real, or indirect analog tag.
Remarks
The .MinEU dotfield is used to scale raw data values to an engineering unit range defined for the tag. It defines the lower limit of engineering unit range.
Data Type
Real for real tags and integer for integer tags (read-only).
Valid Values
Depends on the type of tag specified.
Example
This example assigns the engineering unit range defined for the Tag1 tag to the AbsoluteTagRange tag.
AbsoluteTagRange = (Tag1.MaxEU - Tag1.MinEU);
See Also
.EngUnits, .MaxEU, .MinRaw, .MaxRaw, .RawValue