03-03-2022 10:14 AM
Hi,
I've used network streams for several projects. But on the actual one I'm facing the problem that I get this -314101 error (possible reason: an endpoint with the same name already exists) from time to time. How can I prevent this? I have no clue how this can happen. My only guess is that some of my dynamically loaded vi's are closed before the stream has been destroyed properly. If so, how can I destroy the streams after this occurs without restarting labview?
No property gives me the possibility. Of course I know the name of the stream but labview expects a reference.
I also tried to adress the destroy stream with "to more specific class" - no success
I also couldn't find a function that lists all active network stream...
Thanks anyone for any help
Yves
03-04-2022 03:03 PM
Without seeing your program(s) (we'd need both the Reader side and the Writer side), preferably as part of the LabVIEW Project(s) that include them, and with a way of generating data so we can actually "try it out" and look at what you are doing (and maybe even see the error ourselves), it all comes down to "guesswork", and, as they say, "Your guess is as good as mine" ...
I've currently got six Network Streams running happily between a Host PC and a myRIO ...
Bob Schor