Labjack 湿度探头示例
我意识到这可能不太可能,但是有人有在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你提到的应用程序是用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.