Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot findexamples\daq\solution\transduc.llb

I found Continuous Thermocouple Measurement.vi. It uses  three Agilent vi(s). I cannot find them. they are AI Sample Channels(scaled array).vi, Channel String to name array.vi and Convert Thermo temperature range to Volt Range.vi. I searched www.Agilent.com for help, but only received information about an llb that I was not sure about. I also saw the advice about labview\examples\daq\solution\transduc.llb. I cannot find transduc.llb on my 8.5 LabView version. I need a little  advice.
 
LVKid
0 Kudos
Message 1 of 8
(3,652 Views)
Why do you think those are Agilent VIs? The example you mention is in transduc.llb, so I don't know how you could possibly load that without having the subVIs. Where did you find the example?
0 Kudos
Message 2 of 8
(3,651 Views)
 
I could sure use some help in finding labview\examples\daq\solution\transduc.llb
 
Thanks in advance.
 
LVKid
0 Kudos
Message 3 of 8
(3,646 Views)
As mentioned there, that is a shipping example and the top level VI is a modification of that shipping example. If you don't have that folder, then you probably did not install traditional DAQ. It's on your device drivers CD/DVD but it is not installed by default because it is an obsolete driver. The current driver is DAQmx. There are shipping examples that use that driver. You should only be using the old driver if your DAQ board is not supported with DAQmx.
0 Kudos
Message 4 of 8
(3,643 Views)
Dennis is correct, you should avoid using Traditional Daq.  DAQmx programming is much more straightforward and efficient.  You posted a link to a KnowledgeBase which addresses how to acquire from an N type thermocouple using Traditional Daq.  You can use the simple Cont Acq Thermocouple Samples-Int Clk.vi to acquire from an N type thermocouple (as well as many others).  This example can be found in the NI Example Finder.  Open LabVIEW and go to Help»Find Examples.  Browse by task to Hardware Input and Output»DAQmx»Analog Measurements»Temperature»Cont Acq Thermocouple Samples-Int Clk.vi.  If you are brand new to programming Data Acquisition in LabVIEW, I would strongly recommend taking our LabVIEW Basics and Data Acquisition courses.  

www.ni.com/training

Here is a great link to get you more familiar with DAQmx programming. 

Getting Started with NI-DAQmx



Message Edited by RT4CY on 07-21-2008 03:37 PM
Rod T.
0 Kudos
Message 5 of 8
(3,609 Views)

Rod:

I have 8.5 version of LabView and I have DAQmx. In LabView Help I have: Help->LabView->Hardware Input and Output->Analog Measurements->Voltage.  I do not have Temperature. It so confusing to me. I gather the buyer did not pay for the version having samples for thermocouples.

What should I do?

LVKid

0 Kudos
Message 6 of 8
(3,603 Views)
If you don't have the screen shown in the attachment, then you installed either DAQmx or the examples incorrectly. You might check in MAX (Measurement & Automation Explorer) to verify that DAQmx is installed. Normally, when you install that (for any version of LabVIEW), you get all of the examples.
0 Kudos
Message 7 of 8
(3,599 Views)
Dennis is absolutely correct.  I would start by doing a Repair on LabVIEW.  Go to your Control Panel»Add or Remove Programs»National Instruments Software.  Click on Change/Remove and you should see all of your National Instruments software.  Here you will have the option to repair LabVIEW.  Then, download the most recent update of NI-DAQmx here.    
Rod T.
0 Kudos
Message 8 of 8
(3,589 Views)