12-09-2016 11:49 PM
I have a problem in sending data from cRIO real time to host VI using Network Stream. I think real-time VI can not find hostname/IP because when I use Highlight Execution the code is stuck before the while loop. I turned off the windows firewall but it does not work. If I put both VIs on the RT, they work properly but when the writer is on the RT and reader is on the Host VI, they stuck without producing any error.
Solved! Go to Solution.
12-10-2016 06:41 AM
You have to specify the host name (IP address or DNS name) when you create the endpoints. Otherwise it only tries to connect to localhost as the default.
Specifying Network Stream Endpoint URLs