CogNdmConnectionStatusConstants EnumerationCognex VisionPro 9.8
Constants enumerating the status of a factory floor protocol connection.

Namespace: Cognex.VisionPro.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 75.1.0.0
Syntax

public enum CogNdmConnectionStatusConstants
Members

  Member nameValueDescription
ConnectionIdle4929 The NDM is in the idle state. The NDM is neither connected nor in the process of connecting.
Connecting4930 The NDM is in process of making a connection.
Connected4931 The NDM is in the connected state.
ConnectReject-2147478716 The NDM made a connection request which was rejected by the connection target.
ConnectionFaulted-2147478715 The NDM 's active connection has faulted state.
PollRateTooLow4934 The remote device's repsonse times are greater than the current poll rate.
NormalOperationRestored4935 The NDM has returned to normal operation conditions.
See Also