06-17-2015 08:52 AM
Hello,
I am working with LabView 2014 and cRIO 9073 and I'm trying to build a Network Stream. I always get the error -314004 even in the "UI Main.vi" which is generated in a new Real-Time Projekt.
I think I'm missing a software package on my cRIO but I don't know which one. I already installed "Network Streams 14.0".
Thanks for your help
Solved! Go to Solution.
06-17-2015 09:56 AM
Do you have any code you can share? My guess is that you do not have your IP Addresses correct.
06-18-2015 01:23 AM
My cRIO's IP Adress is 192.168.178.101 and PC 192.168.178.28
both are connected via ethernet kable to a router.
06-18-2015 04:26 AM - edited 06-18-2015 04:44 AM
it seems the create-writer times out before the connection is made
http://zone.ni.com/reference/en-XX/help/371361L-01/lverror/streams_error_codes/
it works for me (setting the writer timeout to "-1") and starting it first like so
and afterwards the reader
06-18-2015 06:05 AM
on localhost it works fine but when I'm runnig the writer vi on my cRIO it does not work....
on the cRIO I also get the error -314000 which leads me to missing software but I insalled network stream via MAX. Is there an other package that has to be installed?
06-18-2015 06:35 AM
i dont think so, but i dont know for sure.
for comparison my own software on the crio9068:
06-18-2015 07:36 AM
I tried installing all the software and now cRIO is in safe-mode because of a software error 😞
this always happens when I install to much software at least I think that is why
06-22-2015 02:54 AM
Ok after a few more tries it is working 🙂
I now have the following software configuraion and I hope I won't have to change it again.
Thank you for your help
03-23-2017 09:29 AM
I have the same problem on LabVIEW RT 2015, using cRIO-9066. I installed Network Streams via NI Max, that did not solve the problem. Then I installed Network Variable Engine and Variable Client Support, but I still get the same error.