This VariableType aggregates simple Variables using simple DataTypes that reflect the elements of the ResultDataType structure. Its DataVariables have the same semantics as defined in in 12.17.
It is formally defined in Table 123.
Figure 37 – Overview ResultType
Table 123 – ResultType VariableType
Attribute |
Value |
|||
BrowseName |
ResultType |
|||
IsAbstract |
False |
|||
ValueRank |
-1 {Scalar} |
|||
DataType |
ResultDataType |
|||
References |
Node Class |
BrowseName |
DataType / TypeDefinition |
ModellingRule |
Subtype of the BaseDataVariableType defined in OPC 10000-5 |
||||
HasComponent |
Variable |
ResultId |
ResultIdDataTypeBaseDataVariableType |
Mandatory |
HasComponent |
Variable |
HasTransferableDataOnFile |
BooleanBaseDataVariableType |
Optional |
HasComponent |
Variable |
IsPartial |
BooleanBaseDataVariableType |
Mandatory |
HasComponent |
Variable |
IsSimulated |
BooleanBaseDataVariableType |
Optional |
HasComponent |
Variable |
ResultState |
ResultStateDataTypeBaseDataVariableType |
Mandatory |
HasComponent |
Variable |
MeasId |
MeasIdDataTypeBaseDataVariableType |
Optional |
HasComponent |
Variable |
PartId |
PartIdDataTypeBaseDataVariableType |
Optional |
HasComponent |
Variable |
ExternalRecipeId |
RecipeIdExternalDataTypeBaseDataVariableType |
Optional |
HasComponent |
Variable |
InternalRecipeId |
RecipeIdInternalDataTypeBaseDataVariableType |
Mandatory |
HasComponent |
Variable |
ProductId |
ProductIdDataTypeBaseDataVariableType |
Optional |
HasComponent |
Variable |
ExternalConfigurationId |
ConfigurationIdDataTypeBaseDataVariableType |
Optional |
HasComponent |
Variable |
InternalConfigurationId |
ConfigurationIdDataTypeBaseDataVariableType |
Mandatory |
HasComponent |
Variable |
JobId |
JobIdDataTypeBaseDataVariableType |
Mandatory |
HasComponent |
Variable |
CreationTime |
UtcTimeBaseDataVariableType |
Mandatory |
HasComponent |
Variable |
ProcessingTimes |
ProcessingTimesDataTypeBaseDataVariableType |
Optional |
HasComponent |
Variable |
ResultContent |
BaseDataType[]BaseDataVariableType |
Optional |
Id
System-wide unique trimmed string, which is assigned by the system. This ID can be used for fetching exactly this result using the methods detailed in Section 7.10.2 and it is identical to the ResultId of the ResultReadyEventType defined in Section8.3.8.4.
IsPartial
Indicates whether the result is the partial result of a total result.
IsSimulated
Indicates whether the system was in simulation mode when the job generating this result was created.
ResultState
ResultState provides information about the current state of a result and the ResultStateDataType is defined in Section 12.18.
MeasId
This identifier is given by the client when starting asingle or continuous execution and transmitted to the vision system. It is used to identify the respective result data generated for this job. Although the system-wide unique JobId would be sufficient to identify the job which the result belongs to, this makes for easier filtering on the part of the client without keeping track of JobIds.
PartId
A PartId is given by the client when starting the job; although the system-wide unique JobId would be sufficient to identify the job which the result belongs to, this makes for easier filtering on the part of the client without keeping track of JobIds.
ExternalRecipeId
External Id of the recipe in use which produced the result. The ExternalID is only managed by the environment.
InternalRecipeId
Internal Id of the recipe in use which produced the result. This ID is system-wide unique and it is assigned by the vision system.
ProductId
productId which was used in starting the job which created the result.
ExternalConfigurationId
External Id of the configuration in use while the result was produced.
InternalConfigurationId
Internal Id of the configuration in use while the result was produced. This ID is system-wide unique and it is assigned by the vision system.
JobId
The ID of the job, created by the transition from state Ready to state SingleExecution or to state ContinuousExecution which produced the result.
CreationTime
CreationTime indicates the time when the result was created.
ProcessingTimes
Collection of different processing times that were needed to create the result.
ResultContent
Abstract data type to be subtyped from to hold result data created by the selected recipe.