CogAcqTrigger TriggerEnabled Property Cognex VisionPro 9.8
Reads or sets whether triggers are enabled.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax

public virtual bool TriggerEnabled { get; set; }

Property Value

Type: Boolean

Implements

ICogAcqTrigger TriggerEnabled
Events

Event TypeReason
ICogChangedEvent Changed

Fires when triggering is enabled or disabled.

The following state flag may be affected:

Remarks

Sets or gets whether triggering is enabled. If triggering is disabled and the trigger model is Manual, acquisition requests will be queued until triggering is enabled. For other trigger models, transitions on the trigger input line are ignored when triggering is disabled.

If you are using a frame grabber that supports CVM11, you can specify encoder-triggered acquisition which is a special case of hardware triggering for line scan cameras. To use encoder triggering, set the trigger model as Auto or Semi and set the TriggerFromEncoder property.

Default Value: True

See Also