02-06-2009 09:16 PM
02-07-2009 11:10 AM
1) LabVIEW is a graphical based programming environment and LabWindows/CVI is a C based programming environment. Both can be used for similar tasks. Users familiar with C may prefer CVI. LabVIEW is typically easier to learn if you are unfamiliar with both.
2) The Run-Time Engine is a separate component that can be installed to execute LabWindows/CVI programs and LabVIEW programs. It is free of charge for both LabVIEW and LabWindows/CVI.
3) LabWindows/CVI does not convert any LabVIEW programs into C code. LabVIEW programs are already compiled as you write them, so you won't need to convert them to C to use them. You should see similar performance in similar LabVIEW and CVI code.
Allen P.
NI
02-10-2009 11:59 AM
One additional thing to rember when compareing CVI to LabView is that if you wish to deploy LabView programs onto machines with out LabView installed then you will need the application builder program( additional cost) to generate the .exe file form the labview code.
CVI alows you to generate the .exe program within the IDE so no additional cost.
02-10-2009 01:04 PM