Labjack 湿度探头示例

发布于 2024-09-02 06:16:33 字数 173 浏览 4 评论 0原文

我意识到这可能不太可能,但是有人有在 C 相关的东西中使用 EI-1050 探头和 Labjack 控制器的示例吗?如果有必要的话,我目前正在使用 Labjack U12。

它安装了 2 个示例,ljsht 和 ljsht-multi,它们似乎在做与之相关的事情,但我找不到源代码。

感谢您抽出时间。

I realize this might be a long shot, but does anyone have an example of using the EI-1050 probe with a Labjack controller in something C-related? I'm currently using a Labjack U12 if it matters.

It installed 2 examples, ljsht and ljsht-multi, that seem to be doing something related to it, but I can't find the source code.

Thank you for your time.

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

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

发布评论

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

评论(1

蓝颜夕 2024-09-09 06:16:33

你提到的应用程序是用LabVIEW编写的,并且源代码是可用的。使用 LJSHT.exe 确保您的 EI-1050 连接正确并提供良好的读数。

有关与 U12 接口的信息,请参阅 EI-1050 数据表。

然后从基本的 C 示例开始,例如“VC6 简单示例”或“U12 Dev-C++ 示例”:

http: //labjack.com/support/u12/examples

...并添加对 U12 用户指南第 4.31 节中描述的函数 SHT1X() 的调用。

The applications you mentioned are written in LabVIEW, and the source code is available. Use LJSHT.exe to make sure your EI-1050 is connected right and giving good readings.

Refer to the EI-1050 datasheet for information about interfacing with the U12.

Then start with a basic C example like "VC6 Simple Example" or "U12 Dev-C++ Example":

http://labjack.com/support/u12/examples

... and add a call to the function SHT1X() described in Section 4.31 of the U12 User's Guide.

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