LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can I convert code in Labwindows V2 to labview V8?

I have code written in LabWindows V 2 which I would like to use in Labview V 8.
 
Can this be converted?  if so, How does one do thi?
 
Thanks Regards
 
Bryan Franklin
0 Kudos
Message 1 of 3
(3,022 Views)

Hello!

You know LabWindows CVI is a text-based (C/C++) development environment, LabVIEW a graphical!

It is possible to use the Code form CVI within LabVIEW, by creating a .dll out of your CVI code and call it

in LabVIEW using the "CallLibraryNode", or to use a formular node and type in the C-Code from CVI.

 

Christian

0 Kudos
Message 2 of 3
(3,020 Views)
You can also convert your function panels into LabVIEW.  In fact, I have used this feature in the past for creating enumerated controls that have non-contiguous values. The utility is built into LabVIEW under Tools -> Instrumentation -> Import CVI instrument driver that does this for you.  You will need to get open each function panel separately, but it does work remarkably well.

Hope that this helps,
Bob Young

0 Kudos
Message 3 of 3
(2,998 Views)