LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Network Streams: Data not coming out

Hi all,

 

I am trying to send data acquired from my sbRIO 9623 to the host (PC) using network streams.

I am attaching the two VIs that I wrote to do this:

 

Streamhost.vi runs on the PC

Streamtarget.vi runs on the RIO

(Driver.vi is the FPGA code)

 

Unfortunately no data is being read on the PC side. Using probes tells me that the data is being fed into the "Write N Elements" block, but not arriving at the "Read N Elements" block - all that arrives there is "[]".

 

Does anyone have any ideas? What is going wrong?

 

Thanks in advance for the help!

Download All
0 Kudos
Message 1 of 2
(2,852 Views)

Hi,

 

I reviewed "Streamtarget.vi" and I realized that the implementation of network writer is no implemented properly. You need to add the URL of the reader side. You can use this article as reference to develop your application using Network Streams.


Regards,


Miguel Fonseca

Applications Engineer

National Instruments

0 Kudos
Message 2 of 2
(2,800 Views)