Question

I've developed a project in LabVIEW. Now i need to convert the entire project into C#. I can convert all the VIs which is developed by me. But in my project i referred some of NI's VI for exampleGet DAQ Device Information.vi . How do i get the functionality inside thist VI. Or Does NI provide any dll for this.

Was it helpful?

Solution

Yes, there is a DLL provided for DAQmx. Follow the instructions of NI to get access to it.

Be sure to install the DAQmx driver. And, when you do be sure to add support for .NET

OTHER TIPS

Be sure to install the DAQmx driver. And, when you do be sure to add support for .NET

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top