05-02-2013 12:21 AM
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
05-02-2013 12:51 AM
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
05-02-2013 12:59 AM
Thanks very much.
The other side would also be a computer in with labview
05-02-2013 01:01 AM
Ok,
so I think Network Streams could be the easiest solution for you.
Regards,
Marco
05-03-2013 11:25 AM
What about if we dont have labview but C Language program on which we want to receive the data?
05-03-2013 12:13 PM
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
05-06-2013 01:15 AM
It's better to avoid running on continuous mode.
Try this:
(just a quick and dirty example)
Regards,
Marco
05-06-2013 01:27 AM
Can you please attach the file or send it in 2010 version.
Regards
05-06-2013 06:32 AM - edited 05-06-2013 06:36 AM
Here it is!
Regards,
Marco