From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,543 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,535 Views)