LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Microsoft Windows Image Acquisition Library with ActiveX

Solved!
Go to solution

I am trying to use ActiveX to control a scanner from LabView, take scanners and select in scanner properties. The Microsoft Windows Image Acquisition (WIA) Library is within the ActiveX options in Labview but I am having problems to start a program with it.

FranciscoBor_0-1645530150818.png

 

I cannot move to the forward from the first step that is select in the correct container.

FranciscoBor_1-1645530150821.png

 


Could someone help me?

Kind regards,

Francisco

0 Kudos
Message 1 of 3
(895 Views)
Solution
Accepted by topic author FranciscoBor

This is not an ActiveX Control but an ActiveX Automation Library. That means you can NOT add it to an LabVIEW ActiveX container as it has no visible user component.

 

Instead you use the Open Automation function in LabVIEW to instantiate those classes and use Property Nodes and Method Nodes. But that WIA interface is quite involved and it will be quite a bit of effort to get something that will actually work.

Rolf Kalbermatter
My Blog
0 Kudos
Message 2 of 3
(865 Views)

Dear Rolf,

 

Thank you for your answer. It was not an easy journey but I have finally WIA working. Attached you can find my Solution.

Kind regards,

Francisco

0 Kudos
Message 3 of 3
(830 Views)