From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW APIs Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Wrapping DAQmx and other LabVIEW libraries for Python.

All,

     I've started wrapping the DAQmx and other LabVIEW libraries for python using ctypes. I really like doing some things in python and other in LabVIEW, so I'd like to have the same functionality available for both. I've hosted the tiniest bit of code (mostly just proof of concept) on github. Let me know if anyone else would be interested in this. I'd love some help hashing it out.

- Ken

http://github.com/erdosmiller/pydaqmx/tree/master

0 Kudos
Message 1 of 2
(3,698 Views)

You can also call scripting languages from LabVIEW using the System Exec fucntion. YOu can find all this informaiton and example code in the Calling Perl and Python Scripts from LabVIEW Tutorial

LabVIEW code.png

Adri Kruger
National Instruments
LabVIEW Product Marketing
0 Kudos
Message 2 of 2
(2,723 Views)