PinModeConstants EnumerationCognex VisionPro 9.21 SR1

An enumeration used to describe how a ToolPin manages its value. Generally, ToolPins on a ToolBlock employ StoreValue mode while other tools employ FetchValue mode.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax

public enum PinModeConstants
Members

  Member nameValueDescription
StoreValue0

Store the tool pin value. Suitable for ToolBlocks.

FetchValue1

Fetch the tool pin value. Suitable for most non-ToolBlock tools.

See Also