CogFfpAccess MethodsCognex VisionPro 9.7

The CogFfpAccess type exposes the following members.

Methods

  NameDescription
Public methodCreateNetworkDataModel
Creates a network data model (NDM) interface on the comm card. The network data model is used to send and receive messages between the vision system and a remote device (usually a PLC).
Public methodCreateNetworkDataModelEip
Creates a network data model interface on the comm card using the EtherNet/IP protocol.
Public methodCreateNetworkDataModelProfinet
Creates a network data model interface on the comm card using the PROFINET protocol.
Public methodCreateNetworkDataModelSlmp
Creates a network data model interface on the comm card using the SLMP protocol.
Public methodDispose 
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Overrides Object Finalize .)
Public methodGetActiveNetworkDataModel
Returns a reference to the currently active Network Data Model (NDM) object held by the Comm Card or null if no currently active NDM exists.

An active Network Data Model will only exist if one of the CreateNetworkDataModel(CogFfpProtocolConstants) methods has been called previously.

Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also