LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

using activex interfaces

A method of my activex component say A1, requires a parameter of type LPDISPATCH (another activex interface, say A2). How to do that in a VI.

A2 gets modified after calling method A1. How to use modified A2 later

Are there any examples?
0 Kudos
Message 1 of 2
(2,560 Views)
You could wire an Automation refnum to that input terminal because that terminal would look to be of the same type or you will have to pass the A2 interface in from another method or property. LabVIEW can pass the returned LPDISPATCH as a variant from one activeX method to another.
0 Kudos
Message 2 of 2
(2,560 Views)