LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to access COM objects in Labview?

Solved!
Go to solution
How can we accessCOM objects in labview? Also if there i sany .dll file, so how can we read that file in Labview?
0 Kudos
Message 1 of 2
(2,531 Views)
Solution
Accepted by topic author Sanyam

Have a look at automation open function on the block diagram to access COM/AcitveX objects and then use property nodes and invoke nodes to access properties and methods. Refer to the Slideshow VI in labview\examples\comm\actxpp.llb for examples of using the Automation Open function.

 

You can read a DLL using the Call Library Function Node.

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 2 of 2
(2,523 Views)