07-26-2009 09:56 PM
How can I use the TLB ( typed library ) in vi???? Can anyone teach me how to use? Thank you.
07-27-2009 04:08 PM
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.
07-28-2009 01:26 PM
07-28-2009 08:44 PM
07-29-2009 10:13 AM
07-29-2009 03:19 PM
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.