Enumeration of diagnostic data that can be provided
in the tool's LastRunRecord.
Namespace: Cognex.VisionPro.DLRuntimeAssembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any of the diagnostic data in the tool's LastRunRecord. | |
| InputImageByReference | 1 | Include a reference to the input image in the LastRunRecord. | |
| InputImageDeepCopy | 4 | Include a deep copy of the input image in the LastRunRecord. | |
| RedDiags | 8 | Include diagnostic records for every red tool in the stream. | |
| RedDiagsWithHeatMap | 16 | Include diagnostic records, including heat maps, for every red tool in the stream. | |
| GreenDiags | 32 | Include diagnostic records for every green tool in the stream. | |
| BlueDiags | 64 | Include diagnostic records for every blue tool in the stream. | |
| All | -1 | Include all of the diagnostic data in the LastRunRecord. |
See Also