The CogFfpAccess type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateNetworkDataModel |
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).
| |
| CreateNetworkDataModelEip |
Creates a network data model interface on the comm card
using the EtherNet/IP protocol.
| |
| CreateNetworkDataModelProfinet |
Creates a network data model interface on the comm card
using the PROFINET protocol.
| |
| CreateNetworkDataModelSlmp |
Creates a network data model interface on the comm card
using the SLMP protocol.
| |
| Dispose | ||
| Dispose(Boolean) | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Overrides Object Finalize .) | |
| GetActiveNetworkDataModel |
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. | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also