CogJobBaseScript AcqFifoConstruction Method Cognex VisionPro 9.24
Called when a new fifo is assigned to the job. This will typically occur either when the "Initialize Acquisition" button is pressed on the "Image Source" control, or when restoring from a .VPP file. This function can be used to register for events on the fifo, or to perform custom configuration for the fifo.

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

public virtual void AcqFifoConstruction(
	ICogAcqFifo fifo
)

Implements

ICogJobScript AcqFifoConstruction(ICogAcqFifo)
See Also