CogAcqFifo8501 StartAcquire Method Cognex VisionPro
Start a new acquisition. The returned value is a ticket that may be handed to CompleteAcquire.

Namespace: Cognex.VisionPro.FG8501.Implementation.Internal
Assembly: Cognex.VisionPro.FG8501 (in Cognex.VisionPro.FG8501.dll) Version: 65.1.0.0
Syntax

public virtual int StartAcquire()

Return Value

Type: Int32

A ticket that you can pass CompleteAcquire(Int32, Int32 , Int32 ) to complete the acquisition.

Implements

ICogAcqFifo StartAcquire 
Exceptions

ExceptionCondition
CogAcqWrongTriggerModelException

Trigger model is auto or slave.

CogAcqTooManyStartsException

No more acquisition requests can be made. The limit is 32 acquisition requests.

Remarks

Starts a new acquisition without waiting for the acquisition for complete. The returned value is a ticket that you pass CompleteAcquire(Int32, Int32 , Int32 ) to get the acquired image.

See Also