LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Have Stand-alone LabVIEW Application as an ActiveX Server

What are the things I need to do to make my stand-alone labVIEW application to be an ActiveX server? Do i need to define my own application-handle functions, or are they provided when i build?

My situation: I need to repeatedly execute a VI in a program written in CVI, and I would believe activeX is the way to go. I have gotten it to work where I use LabVIEW's activeX handles to execute the VI, but then it would require labVIEW be installed. I'm hoping to get ActiveX working on the stand-alone application so I can just use the Runtime engine.
Message 1 of 4
(2,821 Views)
When you build your application, go to the Application Settings tab and select Enable ActiveX Server. The server name will not be LabVIEW but whatever name you have chosen for the stand-alone executable.
Message 2 of 4
(2,821 Views)
Hello Dennis

But before that you need some how to register ActiveX object. I guesssyou need to do this by creating an installer to your application and install it.
Is that correct.

regards
Pawel
0 Kudos
Message 3 of 4
(2,821 Views)
Yes, I have just checked it.

Pawel
0 Kudos
Message 4 of 4
(2,821 Views)