LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Anyone worked with activex controls within labview

I am working on an new project and the instrument has an activex/Dcom control. Any ideas on how to work with this in my laview (8) environment?
0 Kudos
Message 1 of 5
(3,025 Views)

You could start by looking at the examples that come with LabVIEW. Just do a search for ActiveX.

 

You say this is an instrument. Is it an IVI-COM driver?

0 Kudos
Message 2 of 5
(3,020 Views)

Sounds like you are having a control which can be embedded.

You can create an empty ActiveX container on the front panel (Container palette). Rightclick it and select "Insert ActiveX Object" and browse for your control. If you did not register it, you will have to switch to "Create Object From File" and browse for the ocx/dll-file.

The rest is standard ActiveX interfacing using property/invoke nodes.

 

hope this helps,

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 3 of 5
(3,018 Views)
not really is a special application digitizer with some activex functionality. I am waiting for a copy and some furhter information
0 Kudos
Message 4 of 5
(3,004 Views)
I hope this will help when I get the control file and some documentation in it
0 Kudos
Message 5 of 5
(3,002 Views)