Search code examples
pythonlabviewlabwindowscvi

NI CVI with Python


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?


Solution

  • Here is a python sample code calling a CVI.

    There are DaqMx python bindings too.