Constants enumerating the status of a factory floor
protocol connection.
Namespace: Cognex.VisionPro.CommAssembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 75.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| ConnectionIdle | 4929 | The NDM is in the idle state. The NDM is neither connected nor in the process of connecting. | |
| Connecting | 4930 | The NDM is in process of making a connection. | |
| Connected | 4931 | 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. | |
| PollRateTooLow | 4934 | The remote device's repsonse times are greater than the current poll rate. | |
| NormalOperationRestored | 4935 | The NDM has returned to normal operation conditions. |
See Also