LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use LLB files in CVI project

Hello,

Recently I started to write programs with CVI using some test equipment, After searching for the drivers of the device I found the driver but for LabView and not CVIThe driver have LLB file with VI inside. I would like to use it in CVI project, how can I do it? And another question how can I use Vis in CVI project? Thank you,Igor Morozov

 

0 Kudos
Message 1 of 3
(3,442 Views)

Hi Igor_SE,

 

VIs are specific to LabVIEW and thus CVI doesn't understand that type of file at all.  Your best option is to build a DLL out of the LabVIEW VI and then call that DLL from CVI.  I would suggest however making sure that your DLL doesn't export any LabVIEW-specific data types. If so, its best to modify the VI so that the outputs are common C data types to make interop easier between CVI and LabVIEW.


Best Regards, 

Jonathan N.
National Instruments
0 Kudos
Message 2 of 3
(3,440 Views)
Thank you very much.
0 Kudos
Message 3 of 3
(3,436 Views)