Hi All,
I'm working with two computers that are each running a LV program to achieve
TCP communication. Please see attached LLB. Both PCs are connected via a
switch that is running a DHCP server.
My plan was to watch the error cluster from the TCP Read function to ensure
that the connection is still valid.
So, to test this, I run the two VIs on the two PCs and I physically
disconnect the ethernet cable from one of the PCs.
What I am seeing is that only the PC that is disconnected from the network
registers and error (error 66). The other PC only registers a timeout
error.
My question is, how can I tell from the second PC that the connection has
been lost. I know that I could use a timer, but I was hoping to avoid that.
Thanks for you
help
Denis