CogPrioImpl SetOutput Method Cognex VisionPro 9.21 SR1
Sets an output line without having to schedule an event.

Namespace: Cognex.VisionPro.Comm.Implementation.Internal
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 85.1.0.0
Syntax

public virtual void SetOutput(
	CogPrioBankConstants outputBank,
	int outputLineNumber,
	CogPrioOutputLineValueConstants valueToSet
)

Parameters

outputBank
Type: Cognex.VisionPro.Comm CogPrioBankConstants
The I/O bank of the output line number to set.
outputLineNumber
Type: System Int32
The line number the output line to set.
valueToSet
Type: Cognex.VisionPro.Comm CogPrioOutputLineValueConstants
The value to set the output line to.
See Also