NI CVI 与 Python
我想将 Python IDLE 风格的命令提示符界面集成到现有的 NI-CVI (LabWindows) 应用程序中。 我试图关注 Python.org 的讨论,但似乎迷失在细节中。 有没有适合像我这样的傻瓜的资源?
I'd like to integrate a Python IDLE-esque command prompt interface into an existing NI-CVI (LabWindows) application. I've tried to follow the Python.org discussions but seem to get lost in the details. Is there a resource out there for dummies like me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是调用 CVI 的 python 示例代码。
还有 DaqMx python 绑定。
Here is a python sample code calling a CVI.
There are DaqMx python bindings too.