当我编写程序远程与PPMS进行数据获取的时候,总是只取两三个点,然后开始报错,报错内容如下:
QDInstrument.dll threw exception System.Net.Sockets.SocketExceptionin OpenQDInstrument.vi.
Error details are below and also in the error cluster labeled "Error in" in QDInstrumentExceptionHandler.vi.
VI will now abort.
Error details:
System.TimeoutException: 打开操作没有在分配的超时 00:01:00 内完成。分配给此操作的时间可能已经是更长超时的一部分。
Inner Exception: System.TimeoutException: 套接字传输在 00:00:59.9986359 之后超时。超过了绑定上设置的超时。分配给此操作的时间可能已经是更长超时的一部分。
Inner Exception: System.Net.Sockets.SocketException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
请问这个该怎么处理?我是应该去延长它的timeout时间吗?如果是,我该怎么延长?