10-06-2009 09:26 PM
Hi,
I have a question regarding the automation open. I create an active x control object and select my Activex class. When I go to create the method nodes, why are some of the options greyed out?
Shivels
10-07-2009 07:46 AM
10-07-2009 09:49 AM
10-07-2009 10:01 AM
10-07-2009 12:52 PM
That's the normal procedure for using an ActiveX DLL. The obvious question is what kind of return types are you trying to use? What version of LabVIEW are you using, and what are you using to write the ActiveX DLL?
Have you taken a look at the example: Using a Visual Basic ActiveX DLL in LabVIEW?
10-07-2009 02:26 PM
10-07-2009 03:33 PM
LabVIEW can handle variants. You would need to use the Variant To Data function to convert the variant to the appropriate datatype.
Can you upload this (supposedly) ActiveX DLL as well as any documentation?
10-08-2009 07:42 AM
10-08-2009 07:44 AM
10-08-2009 09:48 AM