LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error 60 with tcp

I am very surprised and upset with TCP connections on LV 7.1
I have worked on RT project and now I will developp the server for this application
I use a state machine
1  create TCP listen (white one wih internecine avoider ...)
2  when  Connection establish  read  client request and send data
    (mask time out if another error arrive close connection and wait another connection on the save port

The problem sometimes that work very well
but when you stop and restart a error 60 occur
I tried the reconnect tcp ip example but don't succeed (i have already close the connection

I don 't understand why i can't restart at a good state despite all the explications on the forum
Close LABVIEW is not acceptable
Can you help me
I join my example test
in this test i read the client request


0 Kudos
Message 1 of 2
(4,134 Views)
hello,

do you have other functions like FTP functions in your VI?
It is possible that the port you use is used by something else.
So set up your port only for your communication and disable everything else which is trying to read/write to this port.
So then your communication should run faster and the problem should be solved.

Plamen
National Instruments Germany
Application Engineer
0 Kudos
Message 2 of 2
(4,119 Views)