ResultId |
1:ResultIdDataType |
|
System-wide unique identifier, which is assigned by the system. This ID can be used for fetching exactly this result using the pertinent result management methods and it is identical to the ResultId of the ResultReadyEventType. |
HasTransferableDataOnFile |
0:Boolean |
Yes |
Indicates that additional data for this result can be retrieved by temporary file transfer. |
IsPartial |
0:Boolean |
|
Indicates whether the result is the partial result of a total result. |
IsSimulated |
0:Boolean |
Yes |
Indicates whether the system was in simulation mode when the result was created. |
ResultState |
1:ResultStateDataType |
|
ResultState provides information about the current state of a result and the ResultStateDataType is defined in Section 12.18. |
MeasId |
1:MeasIdDataType |
Yes |
This identifier is given by the client when starting a single job 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 |
1:PartIdDataType |
Yes |
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 |
1:RecipeIdExternalDataType |
Yes |
External Id of the recipe in use which produced the result. The ExternalID is only managed by the environment. |
InternalRecipeId |
1:RecipeIdInternalDataType |
|
Internal Id of the recipe in use which produced the result. This ID is system-wide unique and is assigned by the vision system. |
ProductId |
1:ProductIdDataType |
Yes |
productId which was used to trigger the job which created the result. |
ExternalConfigurationId |
1:ConfigurationIdDataType |
Yes |
External Id of the configuration in use which produced the result. The ExternalID is only managed by the environment. |
InternalConfigurationId |
1:ConfigurationIdDataType |
|
Internal Id of the configuration in use which produced the result. This ID is system-wide unique and is assigned by the vision system. |
JobId |
1:JobIdDataType |
|
The ID of the job, created by the transition from state Ready to state SingleExecution or to state ContinuousExecution which produced the result. |
CreationTime |
0:UtcTime |
|
CreationTime indicates the time when the result was created. |
ProcessingTimes |
1:ProcessingTimesDataType |
Yes |
Collection of different processing times that were needed to create the result. |
ResultContent |
0:BaseDataType[1] |
Yes |
Abstract data type to be subtyped from to hold result data created by the selected recipe. |