CogIO8600 MethodsCognex VisionPro 9.5

The CogIO8600 type exposes the following members.

Methods

  NameDescription
Public methodCanBeStrobeLine
(Inherited from CogIOFrameGrabber.)
Public methodCanBeTriggerLine
(Inherited from CogIOFrameGrabber.)
Public methodClose
(Inherited from CogIOFrameGrabber.)
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodEnableLine(Int32, Boolean)
(Inherited from CogIOFrameGrabber.)
Public methodEnableLine(Int32, Boolean, Boolean)
(Inherited from CogIOFrameGrabber.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetBiDirectionalLineCount
(Inherited from CogIOFrameGrabber.)
Public methodGetCogInputLine
(Inherited from CogIOFrameGrabber.)
Public methodGetCogOutputLine
(Inherited from CogIOFrameGrabber.)
Public methodGetCurrentActivityCount
Cognex internal use only
(Inherited from CogIODiscreteDevice.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInputLineCount
(Inherited from CogIOFrameGrabber.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetLineAlias(Int32)
(Inherited from CogIOFrameGrabber.)
Public methodGetLineAlias(Int32, Boolean)
(Inherited from CogIOFrameGrabber.)
Public methodGetLinePolarity(Int32)
(Inherited from CogIOFrameGrabber.)
Public methodGetLinePolarity(Int32, Boolean)
(Inherited from CogIOFrameGrabber.)
Public methodGetLinePulseWidth(Int32)
(Inherited from CogIOFrameGrabber.)
Public methodGetLinePulseWidth(Int32, Boolean)
(Inherited from CogIOFrameGrabber.)
Public methodGetLineStatus(Int32)
(Inherited from CogIOFrameGrabber.)
Public methodGetLineStatus(Int32, Boolean)
(Inherited from CogIOFrameGrabber.)
Public methodGetOutputLineCount
(Inherited from CogIOFrameGrabber.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue(Int32)
Returns the current line value. Don't call this function when the frame grabber type is 8600. Lines are not thread-safe. You must make sure that your code using this method is thread-safe.
(Inherited from CogIOFrameGrabber.)
Public methodGetValue(Int32, Boolean)
(Inherited from CogIOFrameGrabber.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodIsInputAsserted (Inherited from CogIOFrameGrabber.)
Public methodOpen
(Overrides CogIOFrameGrabber Open .)
Public methodResetAllWriteActivityCounter
Cognex internal use only
(Inherited from CogIODiscreteDevice.)
Public methodResumeAndRaiseChangedEvent
Re-enables raising of the Changed event after SuspendChangedEvent has been called, and raises the Changed event if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent.
(Inherited from CogSerializableChangedEventBase.)
Public methodSetInputLine
(Inherited from CogIOFrameGrabber.)
Public methodSetLineAlias(Int32, String)
(Inherited from CogIOFrameGrabber.)
Public methodSetLineAlias(Int32, String, Boolean)
(Inherited from CogIOFrameGrabber.)
Public methodSetLinePolarity(Int32, CogIOLinePolarity)
(Inherited from CogIOFrameGrabber.)
Public methodSetLinePolarity(Int32, CogIOLinePolarity, Boolean)
(Inherited from CogIOFrameGrabber.)
Public methodSetLinePulseWidth(Int32, Int32)
(Inherited from CogIOFrameGrabber.)
Public methodSetLinePulseWidth(Int32, Int32, Boolean)
(Inherited from CogIOFrameGrabber.)
Public methodSetOutputLine
(Inherited from CogIOFrameGrabber.)
Public methodSetValue
Output lines are not thread-safe. You must make sure that your code using this method is thread-safe.
(Inherited from CogIOFrameGrabber.)
Public methodSuspendChangedEvent
Temporarily suspends the raising of the Changed event. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent.
(Inherited from CogSerializableChangedEventBase.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodWrite
Output lines are not thread-safe. You must make sure that your code using this method is thread-safe.
(Inherited from CogIOFrameGrabber.)
Public methodWriteSyncPulse
Output lines are not thread-safe. You must make sure that your code using this method is thread-safe.
(Inherited from CogIOFrameGrabber.)
Top
See Also