12-06-2021 08:59 AM
Hello all,
I want to read out various sensors via the cDAQ-9174 chassis. So far I have been using a LabView program for this. However, since I want to process the data in my own Python program afterwards, this is a complicated way, since the data must first be exported from the LabView program in the form of a csv file.
What other possibilities are there to access the data of the cDAQ-9174 chassis?
Thank you!
Simon
12-06-2021 11:17 AM
Try this link:
Using NI-DAQmx in Text Based Programming Environments
Doesn't mention Python, but does mention .NET which I know there are Python packages for.