Gets and sets the connect time-out. | |
Syntax: | long = object.ConnectTimeoutMs object.ConnectTimeoutMs = long |
Description: | CimS90_TCPIPPort.ConnectTimeoutMs is a long
integer containing the number of milliseconds to wait for a
response when connecting to a device. This value is global for all
ports using S90_TCPIP communications. Examples myPort.ProtocolObject.ConnectTimeoutMs = 2000 |