PhysicalQuantity |
0:Byte |
Yes |
It is the physical quantity of the value. Example: Torque, Angle, etc.
Note: It may not be applicable for few reported values such as Software Version, etc. |
Name |
0:String |
Yes |
It is the name of the given value. |
CurrentValue |
0:BaseDataType |
|
It is the current value. The data type can be any simple data type such as Integer, String, Double, DateTime, etc. If the value is corresponding to the physical quantity, then the recommended data type is Double. |
PreviousValue |
0:BaseDataType |
Yes |
It is the previous value (if available). The data type can be any simple data type such as Integer, String, Double, DateTime, etc. If the value is corresponding to the physical quantity, then the data type should be Double. |
LowLimit |
0:Double |
Yes |
It is the low limit of the given value. It is not applicable for values which does not have PhysicalQuantity. |
HighLimit |
0:Double |
Yes |
It is the high limit of the given value. It is not applicable for values which does not have PhysicalQuantity. |
EngineeringUnits |
0:EUInformation |
Yes |
It is the engineering unit of the CurrentValue, PreviousValue, LowLimit, HighLimit.
It is not applicable for values which does not have PhysicalQuantity. |