06-08-2009 08:32 AM
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
06-11-2009 02:30 PM
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