Enumeration of non-diagnostic data that can be provided in
the Tool's LastRunRecord.
Namespace: Cognex.VisionPro.TrevistaAssembly: Cognex.VisionPro.Trevista (in Cognex.VisionPro.Trevista.dll) Version: 93.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any non-diagnostic data in the LastRunRecord. | |
| OutputGreyscaleImage | 1 | If available, include the output GreyscaleImage in the LastRunRecord. | |
| OutputDepthImage | 2 | If available, include the output DepthImage in the LastRunRecord. | |
| OutputContourImage | 4 | If available, include the output ContourImage in the LastRunRecord. | |
| OutputShapeHorizontalImage | 8 | If available, include the output ShapeHorizontalImage in the LastRunRecord. | |
| OutputShapeVerticalImage | 16 | If available, include the output ShapeVerticalImage in the LastRunRecord. | |
| OutputShadingImage1 | 32 | If available, include the output ShadingImage1 in the LastRunRecord. | |
| OutputShadingImage2 | 64 | If available, include the output ShadingImage2 in the LastRunRecord. | |
| OutputShadingImage3 | 128 | If available, include the output ShadingImage3 in the LastRunRecord. | |
| OutputShadingImage4 | 256 | If available, include the output ShadingImage4 in the LastRunRecord. | |
| All | -1 | Include all of the non-diagnostic data in the LastRunRecord. |
See Also