Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any diagnostic data in the LastRunRecord. | |
| InputImageByReference | 1 | Include a reference to the input image in the LastRunRecord. | |
| UnfixturedAxes | 16 | Include the coordinate axes that represent unfixtured space in the LastRunRecord. | |
| FixturedAxes | 32 | Include the coordinate axes that represent fixtured space in the LastRunRecord. | |
| UnfixturedPoints | 256 | Include the unfixtured points in the LastRunRecord. | |
| RawFixturedPoints | 512 | Include the raw fixtured points in the LastRunRecord. | |
| RawFixturedAxes | 1024 | Include the coordinate axes that represent raw fixtured space in the LastRunRecord. | |
| All | -1 | Include all diagnostic data in the LastRunRecord. |
Remarks
Use these constants with LastRunRecordDiagEnable to specify the diagnostic tool records that the CogFixtureNPointToNPoint Tool generates when you call CreateLastRunRecord .
See About Record Keys for a list of the record keys that the tool uses.
See Also