如何在 C# 中使用 NI 的 VI
我用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,为 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
请务必安装 DAQmx 驱动程序。并且,当您这样做时,请务必添加对 .NET 的支持
Be sure to install the DAQmx driver. And, when you do be sure to add support for .NET