03-02-2022 06:43 AM
Hello
We are currently using around 20 years old NI multi functional i/o PCI devices. For some of those cards we are using Debian based comedi c programs for maximizing system control etc. Now we are slowly confronted with the need to update our inventory with newer PCIe cards. My understanding is, that the NI-DAQmx driver for Linux provides similar functionality as comedi, meaning I could write stand alone programs in C/C++/Python. Is that correct? Such a program would not be connected to LabView in any way, right?
Thank you very much
Solved! Go to Solution.
03-07-2022 05:50 AM - edited 03-07-2022 06:21 AM
Hello HMay. Why don't you want to use LabVIEW? If you want to program with the text-based language, you should use LabWindows/CVI.
03-08-2022 04:37 AM
Thanks for your answer.
I just prefer using text based programming languages.
03-08-2022 04:51 AM
You can use other programming languages too.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YHdcCAG&l=en-US
03-08-2022 05:38 AM
Thank you.