CogIOMCBPortNumberConstants EnumerationCognex VisionPro
The CogIOMCBPortNumberConstants are used to refer to a specific port on the Measurement Computing PCI-DIO24/S board. There are four ports: A, B, CL, and CH. Ports A and B are each 8 bits, while ports CL and CH are each 4 bits. If you are using the 8-line version of the Measurement Computing PCI I/O board, its lines are presented through ports CL and CH (lines 16 through 23).

Namespace: Cognex.VisionPro.QuickBuild.IO
Assembly: Cognex.VisionPro.QuickBuild.IO (in Cognex.VisionPro.QuickBuild.IO.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax

public enum CogIOMCBPortNumberConstants
Members

  Member nameValueDescription
PortA10 Lines 0 through 7. May be configured as either input or output.
PortB11 Lines 8 through 15. May be configured as either input or output.
PortCL12 Lines 16 through 19. May be configured as either input or output.
PortCH13 Lines 20 through 23. May be configured as either input or output.
See Also