CogTrackedItemBase ForceChangedEvent Property Cognex VisionPro 9.8 SR1
Gets/Sets whether a CogToolBlock containing this terminal in its Outputs collection will force a changed event with the SfValue state flag set every time the CogToolBlock is run (even if the value did not change). Use this property when linking to a CogDataAnyalysisTool to prevent the CogDataAnyalysisTool from giving a reject result due to the Data Analysis Channels not being updated.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax

public bool ForceChangedEvent { get; set; }

Property Value

Type: Boolean
Remarks

Setting the ForceChangedEvent on terminals that are part of the Inputs terminal collection has no effect.
See Also