LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

which files extensions does labview offers?

which files extensions does labview offers? for example
what is the difference in .vi .llb and etc extensions.
is there are .exe files also exist in labview?and how
do we compile and link operation in labview?
thanks
0 Kudos
Message 1 of 3
(2,774 Views)
A .vi is a single virtual instrument program. A .llb is a library of .vi's or controls with the .ctl extension. There are also a .vit and .ctt for VI templates and control templates. LabVIEW subroutines have a .lsb extension. All VIs are compiled. To create a LabVIEW exe or dll, you use the application builder. This comes with the Professional version of LabVIEW or you can purchase it separately.
Message 2 of 3
(2,774 Views)
To produce .EXE or .DLL you need the Labview
Application Builder which comes with the Professional
and the Full Development Licences.

Best regards,

Ernest


fais wrote:
> which files extensions does labview offers? for example
> what is the difference in .vi .llb and etc extensions.
> is there are .exe files also exist in labview?and how
> do we compile and link operation in labview?
> thanks
0 Kudos
Message 3 of 3
(2,774 Views)