03-22-2006 04:12 PM
03-23-2006 12:15 PM
Hi DGU,
I'm assuming that you are using VISA to communicate over TCP/IP. This error is indicating that a connection has been lost with the network. You can enable or disable this keep-alive checking using a VISA property node. Here's a link to the LabVIEW 8 Help information on how to use this:
http://zone.ni.com/reference/en-XX/help/371361A-01/lvvisaprop/tcp_keepaliveinstr/
There a few more helpful links in the Resources section of this page. Also, here's a KnowlegdeBase entry that explains how this keep-alive property works.
http://digital.ni.com/public.nsf/websearch/072E607EE6E48AA986256F43005D2969?OpenDocument
Since rebooting fixes this issue, the problem may be with how Windows is handling this network. Is Windows reporting that the connection is being lost?
03-23-2006 10:40 PM
03-24-2006 05:34 AM - edited 03-24-2006 05:34 AM
Hi,
Maybe this helps: http://forums.ni.com/ni/board/message?board.id=170&message.id=163370&query.id=656#M163370
(Inserting a "VISA Set I/O Buffer size" VI after the "VISA open")
Message Edited by K C on 03-24-2006 12:35 PM
03-24-2006 11:16 AM