Reputation: 11
I have seen on all the subject you talking about labview many times. First I am a French student so please excuse me for my English.
I have to read some data on a broadcast computer and publish it on internet with the function WebService of LabVIEW. My teacher told me to create a WWW client which can read the data in the aim to separate it and publish only what I need.
I have any idea of how can I do that so I would like to know if you can give me some help to begin. I hope you can understand what I wanted to say.
Best regards, Baccadr
Upvotes: 1
Views: 1078
Reputation: 752
Without more details, it's hard to know exactly what you're doing. It sounds like you are:
So...
You can use the TCP communication functions for basic open/write request/read response from a web server. Or, the UDP functions, if you have a UDP broadcast.
The data that you read is likely to be a string, and should be possible to filter with the string functions.
There's a tutorial on setting up LabVIEW web services here.
My apologies, there seem to be very few current resources in French. Good luck!
Upvotes: 4