CogNdm Start Method Cognex VisionPro 9.25 SR1
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.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 93.1.0.0
Syntax

public void Start()
Exceptions

ExceptionCondition
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