LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Building ActiveX Servers in LabWindows (using CVI Tools) & reuse LabVIEW code already develop when building the server

I want to build an ActiveX server using LabWindows tools : ActiceX server wizard ; but i want to implement (incorporate) VI,llb library, GOOP Object already develop in LabVIEW.

What in the best method (& the easier way) to incorpore LabVIEW Code : Transform my VI's (GOOP Object) into DLL and then call them in the ActiveX Source file ?

I have read in the Application Note 192 (Building ActiveX Server in LabWindows/CVI) page 4 ("Server Settings Panel") that we can Import Function Tree (.fp File) to create Object in the server. Exist there a way of creating a file .fp file from LabVIEW VI (llb)?

If someone has got an example, it will be great ; so i
can base me on the example to develop mine.

Thank you very much

Derek
0 Kudos
Message 1 of 2
(3,002 Views)
Hello Derek

Currently there is no automated way to generate fp files from VIs or LLBs. Your best bet is to use application builder to create a dll from your VI's and then call the functions from CVI that way.

Hope this helps

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(3,000 Views)