Get or set the vision tool run status result code which will cause an image to be placed into the failure queue.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax
Property Value
Type: CogFailureLogModeConstantsFailureLogModes takes a OR'ed value of vision tool run status result codes. If the vision tool result code is one of the specified values, then the image will be placed into the failure queue.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the FailureLogModes changes. |
Exceptions
| Exception | Condition |
|---|---|
| CogNotStoppedException | Thrown if the CogJobManager or any contained CogJobs are not stopped. |
Remarks
Examples
See Also