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

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

void 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