如何在 C# 中使用 NI 的 VI

发布于 2024-10-02 06:41:02 字数 153 浏览 0 评论 0原文

我用 LabVIEW 开发了一个项目。现在我需要将整个项目转换为 C#。我可以转换所有我开发的VI。但在我的项目中,我引用了一些NI的VI,例如Get DAQ Device Information.vi。我如何获得此 VI 中的功能。或者NI是否为此提供任何dll。

I've developed a project in LabVIEW. Now i need to convert the entire project into C#. I can convert all the VIs which is developed by me. But in my project i referred some of NI's VI for exampleGet DAQ Device Information.vi . How do i get the functionality inside thist VI. Or Does NI provide any dll for this.

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

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

发布评论

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

评论(2

微暖i 2024-10-09 06:41:02

是的,为 DAQmx 提供了一个 DLL。请按照NI 说明进行访问。

请务必安装 DAQmx 驱动程序。并且,当您这样做时,请务必添加对 .NET 的支持

Yes, there is a DLL provided for DAQmx. Follow the instructions of NI to get access to it.

Be sure to install the DAQmx driver. And, when you do be sure to add support for .NET

多像笑话 2024-10-09 06:41:02

请务必安装 DAQmx 驱动程序。并且,当您这样做时,请务必添加对 .NET 的支持

Be sure to install the DAQmx driver. And, when you do be sure to add support for .NET

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