01-13-2012 02:27 AM
Hi
I am using LabVIEW based client application to receive images sent by IR camera through TCP/IP Offload Engine. The problem is when the image is sent by the IR camera, only one or two frames are received and then I get the error. The error number is 66 in LabVIEW. (I am using LabVIEW 2009). What could be the possible reason for the error and what does it exactly mean?
01-13-2012 02:36 AM
Error 66 indicates that the TCP/IP connection was closed by the peer. In this case, the communication is timing out, so Windows closes the TCP/IP connection. When LabVIEW attempts to communicate after Windows closes the connection, error 66 results. This timeout depends on various factors including network traffic and bandwidth.
for more detail read
http://digital.ni.com/public.nsf/allkb/14FFB5B2FDE57B1F86257013004DDA8B
Thanks
HS