CogIO8501 PropertiesCognex VisionPro 9.10

The CogIO8501 type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyDeviceIndex
Return the index number of CogIODevice object.
(Inherited from CogIODiscreteDevice.)
Public propertyDeviceName
Return the name that characterizes the instance of CogIODevice object.
(Inherited from CogIODevice.)
Public propertyEnabled (Inherited from CogIODiscreteDevice.)
Public propertyGetStartingIOLine
Returns the starting I/O line 8501, 8504e and 8504 start from 0 8500Le starts from 8
(Inherited from CogIOFrameGrabber.)
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyInputDelegate (Inherited from CogIODiscreteDevice.)
Public propertyIOConfig
(Overrides CogIOFrameGrabber IOConfig.)
Public propertyIsDeviceOpen
(Inherited from CogIOFrameGrabber.)
Public propertyMonitorInputs (Inherited from CogIOFrameGrabber.)
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Top
See Also