Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord.
Namespace: Cognex.VisionPro.PatInspectAssembly: Cognex.VisionPro.PatInspect (in Cognex.VisionPro.PatInspect.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any diagnostic records in the 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. | |
| Region | 16 | Include a graphic for the inspection region on the last run input image and all all of the result images in the LastRunRecord. | |
| Pose | 32 | Include a graphic for the pose on the last run input image and all all of the result images in the LastRunRecord. | |
| Mask | 64 | Include a graphic representing the pattern's mask on all of the result images in the LastRunRecord. | |
| TrainImageDeepCopy | 4096 | Include a deep copy of the entire train image in the LastRunRecord. | |
| PatternOrigin | 8192 | Include a graphic for the pattern origin to be displayed on the last run train image. | |
| TrainRegion | 16384 | Include a clone of the train region to be displayed on the last run train image. | |
| TrainImageMask | 32768 | Include a graphic representing the train image mask to be displayed over the last run train image. | |
| TrainedPatternImage | 65536 | Include the trained pattern image in the LastRunRecord. | |
| TrainedThresholdImage | 131072 | Include the trained threshold image in the LastRunRecord. | |
| TrainedPatternOrigin | 1048576 | Include a non-interactive graphic representing the pattern origin on both the last run trained pattern image and the last run trained threshold image. | |
| TrainedPatternRegion | 2097152 | Include a non-interactive graphic representing the train region on both the last run trained pattern image and the last run trained threshold image. | |
| TrainedPatternImageMask | 4194304 | Include a graphic representing the trained image mask on the last run trained pattern image and the last run trained threshold image. | |
| All | -1 | Include all diagnostic records in the LastRunRecord. |
Remarks
Use these constants with LastRunRecordDiagEnable to specify the diagnostic tool records that the CogPatInspect Tool generates when you call CreateLastRunRecord .
See About Record Keys for a list of the record keys that the tool uses.
See Also