Generate data analysis results by taking each CurrentValue, buffering it, and comparing it to the specified limits.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Return Value
Type: CogDataAnalysisResultsAn CogDataAnalysisResults containing the results.
Events
| Event Type | Reason |
|---|---|
| CogDataAnalysis Changed | Fires when this function is called. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| CogSecurityViolationException | Security is not enabled for this vision tool. See Resolving Security-Related Error Messages for more information. |
Remarks
Generate data analysis results by taking the CurrentValue from each channel, buffering it, and comparing it to the specified limits.
Calling this function sets CurrentValueIsInvalid to true.
See Also