CogIOTCPIP Timeout Property Cognex VisionPro 9.25 SR1
This timeout value is used for acknowledgement, sending and receiving data. For Acknowledgment: When AckEnabled is true, this is the maximum number of milliseconds that this device’s output processing thread will wait for an acknowledgement message. If this timeout is exceeded, the output processing thread will retransmit the message. This will be repeated up to AckNumRetries times. If the message is not acknowledged, the output processing thread generates an Error event. For other cases: It will throw a timeout error when it fails to successfully either send or the entire data.

Namespace: Cognex.VisionPro.QuickBuild.Implementation.Internal
Assembly: Cognex.VisionPro.QuickBuild.IO (in Cognex.VisionPro.QuickBuild.IO.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax

public int Timeout { get; set; }

Property Value

Type: Int32
See Also