LabVIEW网络服务

发布于 2024-11-05 04:48:24 字数 231 浏览 0 评论 0原文

我已经多次看到您在谈论labview 的所有主题。 首先,我是一名法国学生,所以请原谅我的英语。

我需要在广播计算机上读取一些数据,并使用LabVIEW的WebService功能将其发布到互联网上。我的老师告诉我创建一个 WWW 客户端,它可以读取数据,以便将其分离并仅发布我需要的数据。

我知道如何才能做到这一点,所以我想知道您是否可以给我一些帮助。 我希望你能明白我想说的话。

此致, 巴卡德尔

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

榆西 2024-11-12 04:48:24

如果没有更多细节,很难确切地知道您在做什么。听起来您正在:

  1. 从“广播计算机”读取数据......可能来自网络或互联网。
  2. 过滤您读取的数据以获取特定数据集
  3. 通过 Web 服务发布数据。

所以...

  1. 您可以使用 TCP用于来自网络服务器的基本打开/写入请求/读取响应的通信功能。或者,UDP 函数,如果您有 UDP 广播。

  2. 您读取的数据可能是字符串,并且应该可以使用 字符串函数

  3. 有一个关于设置 LabVIEW Web 服务的教程 这里

抱歉,目前法语资源似乎很少。祝你好运!

Without more details, it's hard to know exactly what you're doing. It sounds like you are:

  1. Reading data from a "broadcast computer"... possibly from the web or internet.
  2. Filtering the data that you read for a specific set of data
  3. Publishing the data through a web service.

So...

  1. 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.

  2. The data that you read is likely to be a string, and should be possible to filter with the string functions.

  3. 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!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文