DesignValueDataType

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

1.00.0

2024-03-07


NodeId ns=1;i=3015
NodeClass DataType
BrowseName 1:DesignValueDataType
DisplayName DesignValueDataType
Description This structure provides the design value for a given physical quantity. It is used in JointDesignDataType.
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: Force, Angle, etc.
Name 0:String Yes It is the name of the given value.
DesignValue 0:BaseDataType Yes It is the design 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 data type should be Double.
EngineeringUnits 0:EUInformation Yes It is the engineering unit of the design value.