LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use the TLB Library ( Disto A6) on my application?

How can I use the TLB ( typed library ) in vi???? Can anyone teach me how to use? Thank you.

 

 

 

0 Kudos
Message 1 of 6
(5,165 Views)

I am pretty sure you will have to embed the type library with a DLL, and then call it from LabVIEW using the Call Library Function Node. However, I will verify if we have any other way of calling a type library from within LabVIEW.

Vivek Nath
National Instruments
Applications Engineer
Machine Vision
0 Kudos
Message 2 of 6
(5,149 Views)
How exactly was this type library created? In what programming environment was it developed?
Vivek Nath
National Instruments
Applications Engineer
Machine Vision
0 Kudos
Message 3 of 6
(5,136 Views)
Here is the typed library. It contain two class : application and measurement. However, when I use the measurement library, the error message always pop up.
0 Kudos
Message 4 of 6
(5,127 Views)
You cannot directly use a type library file in LabVIEW. You need a COM object, like an ActiveX control. Do you have one installed for this "Disto A6", whatever that is? You said "when I use the measurement library, the error message always pop up".  How are you using it? What error message?
0 Kudos
Message 5 of 6
(5,113 Views)

Leica Disto A6

 

A type library is the description of the interface a COM object like an ActiveX control or ActiveX automation server has. LabVIEW is using the information in a type library when you use the"Select ActiveX class" dialog. You must have the ActiveX control or automation server installed to use it in LabVIEW and on your target machine when running a built application.

 

I think he tries to use DISTO™ transfer to get the measurements.

Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 6 of 6
(5,094 Views)