LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Filtering TCP Errors for network disconnection

I'm going to deploy some RT code to a FieldPoint control module, and the program needs to be able to run properly when the controlling PC is disconnected from the FP hardware.  To this end, I'm looking to filter TCP network error code from my program.  So far as I can see, errors 56 and 59 are the only two I need to ignore.  Is this correct?
0 Kudos
Message 1 of 4
(2,734 Views)
Hi Jeff,
see this link please: http://zone.ni.com/reference/en-XX/help/371361B-01/lverror/error_code_ranges/
It seems that there are some more errors defined by NI. Smiley Happy

Mike

Message Edited by MikeS81 on 06-10-2008 06:29 PM
0 Kudos
Message 2 of 4
(2,730 Views)
If you are using any NI Service Locator stuff, 1510 is one you probably want to look at.
0 Kudos
Message 3 of 4
(2,727 Views)

Thanks for the list, Mike

 

And Steven, I'm just using hard coded IP addresses and ports.  Open Connection, TCP Listen, stuff like that.

0 Kudos
Message 4 of 4
(2,722 Views)