ResultValueDataType

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

1.00.0

2021-09-29


NodeId ns=1;i=3007
NodeClass DataType
BrowseName 1:ResultValueDataType
DisplayName ResultValueDataType
Description It is used to report measurement values of the joining operation.
BaseType 0:Structure
IsAbstract False
Field Name Data Type Is Optional Description
Value 0:Double The mandatory Value is the measured value of the given result. The value corresponds to the PhysicalQuantity attribute.
Name 0:String Yes The optional Name is a user readable name of the given measurement value.
ResultEvaluation 1:ResultEvaluation Yes The optional ResultEvaluation indicates whether the measured value is as per the configured limits and corresponds to a successful result or not.
ValueId 0:Guid Yes The optional ValueId is the system-wide unique Identifier of the given value if it is available in the system.
ValueTag 0:Byte Yes The optional ValueTag is an associated tag to the given measurement value to classify it based on the tightening domain. Examples: FINAL, YIELD, SNUG, etc.
TracePointIndex 0:Int32 Yes The optional TracePointIndex is the index to the trace sample array from which corresponds to this specific result.
TracePointTimeOffset 0:Double Yes The optional TracePointTimeOffset is the time offset (in seconds) to point out the absolute time point in the array of trace samples. This may or may not match with an element in the TraceContent array. If it is not available in the TraceContent array, the value can be visualized in the trace graph via interpolation or some other plotting mechanisms.
ReporterId 0:Guid Yes The optional ReporterId is the system-wide unique identifier of the parameter configured in the Program which is being monitored or sampled.
ViolationType 0:Byte Yes The optional ViolationType indicates whether the measured value is above or below the configured limit. It is only relevant if program or step configuration is violated.
ViolationConsequence 0:Byte Yes The optional ViolationConsequence provides information on the consequence occurred due to the violation of the configurable limits. Examples: Step Transition, Abort Operation. Is the consequence repairable or not, etc.
SensorId 0:Guid Yes The optional SensorId is the system-wide unique identifier of the sensor which has reported the value.
LowLimit 0:Double Yes The optional LowLimit provides the lower limit of the measured value as per the program.
HighLimit 0:Double Yes The optional HighLimit provides the upper limit of the measured value as per the program.
TargetValue 0:Double Yes The optional TargetValue provides the target value of the specific measurement in the program step.
ResultStep 0:String Yes The optional ResultStep provides the step number or name of the program step which has generated the result.
PhysicalQuantity 0:Byte Yes The optional PhysicalQuantity is to determine the type of the physical quantity associated to a given value(s).
EngineeringUnits 0:EUInformation Yes The optional 0:EngineeringUnits defines the engineering unit of the value.