ReportedValueDataType

http://opcfoundation.org/UA/IJT/Base/

1.00.0

2024-03-07


NodeId ns=1;i=3022
NodeClass DataType
BrowseName 1:ReportedValueDataType
DisplayName ReportedValueDataType
Description This structure provides the given value and corresponding limits for a given physical quantity (if applicable).
BaseType 0:Structure
IsAbstract False
Field Name Data Type Is Optional Description
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.