CogAcqFifo8100L Prepare Method Cognex VisionPro
Prepare the fifo so it is ready to start taking triggers immediately.

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

public virtual void Prepare()

Implements

ICogAcqFifo Prepare 
Remarks

Prepare the acquisition hardware so that the FIFO is ready to accept triggers immediately.

When AutoPrepareEnabled is True (the default), the acquisition system automatically calls Prepare  when any property changes. In most cases you do not need to use Prepare  yourself.

If you are changing many properties at once, you can set AutoPrepareEnabled to False, change all the properties, and call Prepare  to set up the hardware for all the properties.

See Also