Set all of the tolerance limit enable flags.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- warnLowLimitEnabled
- Type: System Boolean
New value for WarnLowLimitEnabled.
- warnHighLimitEnabled
- Type: System Boolean
New value for WarnHighLimitEnabled.
- rejectLowLimitEnabled
- Type: System Boolean
New value for RejectLowLimitEnabled.
- rejectHighLimitEnabled
- Type: System Boolean
New value for RejectHighLimitEnabled.
Events
| Event Type | Reason |
|---|---|
| CogStatistics Changed | Fires when more than one limit changes. If a single limit changes, then an event naming that limit fires. The following state flags may be affected: |
Remarks
Set all of the tolerance limit enable flags.
See Also