LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Properties and Methods for an exe built in LabVIEW

Hi all,

 

How do we create properties and methods for an executable built in LabVIEW.

I know when building an exe, the "Enable ActiveX server" option in advanced has to be enabled.

But after that how do we create Properties and methods for the activeX component.

 

Your help is greatly appreciated.

 

Regards,

Muthuraman S

Regards,
Muthuraman
0 Kudos
Message 1 of 4
(2,487 Views)

You cannot build your own COM specific properties and methods for the ActiveX interface in LabVIEW, the only thing exposed are the normal VI server properties and methods.

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 2 of 4
(2,482 Views)

Ton,

 

I have seen Agilent's Vector Spectrum analyzer exe (software module). They have specific customised properties and methods for that exe. 

eg.  Property node with personalities Read will give array of personalities.

So i wanted to create such property and methods for an exe built in labVIEW.

I know it is possible but i dont know how to do it.

 

Regards,

Muthuraman S

Regards,
Muthuraman
0 Kudos
Message 3 of 4
(2,439 Views)

 This is not possible for an executable built with LabVIEW, perhaps for a LabWindows executable.

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 4 of 4
(2,434 Views)