LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tcp/ip Error 1

Solved!
Go to solution

Hello,

 

I am getting Error 1 at TCP read. I am getting this error since I created a TCP listener. My Vi worked fine when I didnt have the TCP listner i.e just had the TCP open instead of the listner. On checking, the Connection Id is same at probes 10, 11, 12, 13, 14

 

Attached is the vi. Please help.

 

Thank you.

 

H.

 

 

.

Error1.png

 

 

 

 

 

 

 

0 Kudos
Message 1 of 3
(7,725 Views)
Error 1 most likely occurs when you try to open the port simultanously in multiple location.Also have you verified the posrt number?
Message 2 of 3
(7,714 Views)
Solution
Accepted by H P

It seems you're wiring the listener ID to TCP read. You need to wire the connection ID which you get from the wait on listener.

 

Message 3 of 3
(7,709 Views)