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,888 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,884 Views)

Thanks very much.

The other side would also be a computer in with labview

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

Ok,

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

Regards,

Marco

0 Kudos
Message 4 of 9
(2,879 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,834 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,828 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,815 Views)

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

Regards

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

Here it is!

 

Regards,

Marco

Message 9 of 9
(2,793 Views)