LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

nested library function call

Is it possible to create a DLL using the LabVIEW Application Builder from a VI that already contains a library function call?
 
Thanks,
mlloyd
0 Kudos
Message 1 of 3
(2,346 Views)
Hi mlloyd,

This should definitely possible. If you dig deep enough, you'll realize that some of our VIs such as DAQmx, signal analysis, etc, use Call Library Function Nodes, and you can build those into a dll, so this should work.

Best regards,
-Sam F, DAQ Marketing Manager
Message 2 of 3
(2,337 Views)
Thanks Sam.  I have successfully been able to build my subVI that uses a Call Library Function Node into a DLL.  It can be done!
 
Regards,
mlloyd
0 Kudos
Message 3 of 3
(2,333 Views)