LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI Code in C under GNU/Linux

Hi,

I'd like to use the non DAQmxBase VIs used in this attached VI in my C code (under GNU/Linux).

I found all the necessary functions about the DAQmx VIs with the drivers of this latter, but the signal processing VIs in the "Detect and count impulses" while loop are not part of it...

How can I use them ?
0 Kudos
Message 1 of 2
(2,115 Views)
There are no analysis functions included in the device driver libraries. Those are part of the development system- in your case LabVIEW. CVI, Measurement Studio, etc., all come with their own. You can see what kind of analysis routines are available for GNU/Linux or, if you have LabVIEW for Linux and the application builder for Linux, create a shared library from the VIs and call that in your C code.
0 Kudos
Message 2 of 2
(2,103 Views)