LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Reader/Writer using network streams

I am using network streams to allow one LV application to communicate with two other LV applications.  I can connect and communicate with either application, but only one at a time.  When I try to connect to the second application while the first is still connected, I get a -314004 error.  I have a one second time out and increasing it makes no difference.

 

Any suggestions?

0 Kudos
Message 1 of 5
(2,718 Views)

Are you using different endpoint names on your main application?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 5
(2,711 Views)

The one LV application is talking/conncecting to two LV applications that have the same name.

0 Kudos
Message 3 of 5
(2,688 Views)

YES! The application names must be different.

0 Kudos
Message 4 of 5
(2,667 Views)

@dpatch wrote:

YES! The application names must be different.


I wasn't talking about application names.  I was referring to the endpoint names within your server program.  You also need to make sure each of the other applications are trying to connect to the right endpoints on the server program.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 5 of 5
(2,611 Views)