04-20-2009 02:33 AM
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
04-20-2009 02:48 AM
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
04-21-2009 02:38 AM
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
04-21-2009 03:26 AM
This is not possible for an executable built with LabVIEW, perhaps for a LabWindows executable.
Ton