From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sending and receiving Signal through Internet connection

Hello,

I want to send data that is a continuous generated signal through internet.

I want to transmit this signal live through internet technology.

I don't have any background of web development

Can anyone suggest me how could I send and receive data using internet.

Regards

0 Kudos
Message 1 of 9
(2,628 Views)

Give a look to network streams here: http://www.ni.com/white-paper/12267/en

 

...and a questtion: which kind of application you plan to use on the client side?

A Labview program? A simple internet browser?

 

Regards,

Marco

0 Kudos
Message 2 of 9
(2,624 Views)

Thanks very much.

The other side would also be a computer in with labview

0 Kudos
Message 3 of 9
(2,621 Views)

Ok,

so I think Network Streams could be the easiest solution for you.

Regards,

Marco

0 Kudos
Message 4 of 9
(2,619 Views)

What about if we dont have labview but C Language program on which we want to receive the data?

0 Kudos
Message 5 of 9
(2,574 Views)

Hello,

I have made a basic VI using Network Stream, it send Random Number generator which i want to plot on a waveform chart on the other side.

But when i run the VI on continuous mode it gives an error as End point broken on the client side.

Kindly guide where i am lagging.

Regards

0 Kudos
Message 6 of 9
(2,568 Views)

It's better to avoid running on continuous mode.

Try this:

streams.png

 

(just a quick and dirty example)

 

Regards,

Marco

Message 7 of 9
(2,555 Views)

Can you please attach the file or send it in 2010 version.

Regards

0 Kudos
Message 8 of 9
(2,552 Views)

Here it is!

 

Regards,

Marco

Message 9 of 9
(2,533 Views)