computational science and engineering

Reading Labview binary files with Python

Wednesday, June 25th, 2008 Posted in Scientific computing, Software development | 4 Comments »

My research group uses Labview 7.1 to write custom data acquisition (DAQ) software. I code everything else in Python, so I need to get data from Labview into Python for processing. Our DAQ program produces Labview binary files, so ...