Start the Network Data Model (NDM). Calling Start() opens network sockets and
allows connections from a remote device (PLC). You must call Start() on a CogNdm instance
returned from
CreateNetworkDataModel
in order for the NDM to connect to a remote device (PLC).
Namespace: Cognex.VisionPro.CommAssembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 75.0.0.0
Syntax
Exceptions
| Exception | Condition |
|---|---|
| CogFfpInvalidOperationException | Thrown if the NDM has already been started. You can only start the NDM once during the lifetime of an application. |
| CogFfpInvalidSlmpConfigException | Thrown if the NDM contains invalid SLMP config settings. |
See Also