LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

My COM driver doesn't show any methods or properties in LabView 6.0.

I have a working COM driver (VB, VC++, and others) that does not function in LabView 6.0. After I setup the Automation Refnum, Automation Open, and then either Invoke Node or Property Node shows no methods or properties. Am I doing anything wrong?
0 Kudos
Message 1 of 3
(2,151 Views)
I found the answer to my question. I needed to include the following line in the LabView.INI file:
enableCustomInterface=True
This allowed full access to my COM driver.
0 Kudos
Message 2 of 3
(2,151 Views)
Matt, great detective work. My question to you is, where and how did you come across this? Is there some documentation that has the peculiarities of the LabVIEW.INI file?
0 Kudos
Message 3 of 3
(2,151 Views)