02-14-2007 08:32 PM
Solved! Go to Solution.
02-15-2007 02:46 PM - last edited on 05-14-2024 08:29 PM by Content Cleaner
Hi A.Koeyes,
First, it is not recommended to post your email address in a discussion forum. The National Instruments forums are public venues for solving problems and posting ideas.
Second, you are going to have to go into much more detail for anyone to help with your issue. With NI's DAQ boards you can easily measure temperatures from a thermistor using NI-DAQmx and LabVIEW.
Are you using an NI DAQ card? Can you measure successfully in the Measurement and Automation Explorer? Have you looked at any example programs for DAQ programming in LabVIEW?
With more information we can easily help you accomplish your task.
Cheers.
02-15-2007 07:18 PM
02-19-2007 12:30 AM - last edited on 05-14-2024 08:32 PM by Content Cleaner
Hello A.Koeyes,
It sounds like you are developing an application that utilizes LabVIEW to acquire and record data from four NTC thermistors.
To give you a bit a background on making temperature measurements reference the following resource:
Measuring Temperature with an RTD or Thermistor
This tutorial introduces and explains the concepts and techniques of measuring temperature with an RTD or Thermistor.
For information on how to program in LabVIEW a temperature acquisition task, take a look at the shipping examples. In LabVIEW, click on Help>>Find Examples. Now browse to Hardware Input and Output>>DAQmx>>Analog Measurement>>Temperature. There you will find several examples on this subject.
Now that you have figured out how to acquire data, this information can be written to a file, using a File I/O vi to record the data. You can use an express vi like the Write to Measurement vi or Write to Spreadsheet vi.
I'm not familiar with the EMANT300 hardware, but National Instruments also has USB acquisition devices. Take a look at the USB-9211, USB-6009 or other USB DAQ devices. I need more information before I can really make a recommendation. What resolution do you need? What type of thermistor will you be using?
Regards,
Sandra T.
Applications Engineer | National Instruments
10-22-2007 07:55 PM
Hello,
For a project i got to built a temperature measurement with labview on four location using only thermistor.
Can some one help me with this project
How can buildt this project succely.
please any one.
04-12-2011 07:48 PM
Hi Sandra T
i am faced with a similar problem... I have no knowledge of labview and I was given a school project to"
Design and implement a Thermistor temperature measurement system that will interface with LabView on a PC for graphical display. The system should be able to measure temperature between 20oC and 70oC and display the measurement on the PC." I am asking that you are anyone with knowledge of how labview works to share their knowledge with me... it would be greatly appreciated...
05-24-2011 05:56 AM
Hi Sandra T,
From your explanation, how do I achieve the same thing (i.e. measuring temperature) using the compactRIO? I followed the example finder but did not find any examples for temperature under the compactRIO.
05-27-2011 12:30 PM
Hi Rii. LabVIEW includes examples to measure temperature using a thermocouple in a cRIO. One example can be accessed in the "Find Example...", at the following route:
Hardware Input and Output>>CompactRIO>>Module Specific>>Analog INput>> NI 9211 Getting Started.lvproj
If you cannot see this project, it is because you have not installed NI FPGA Module, NI Real-Time Module and NI-RIO driver.
Regards.
José Manuel Vólquez Rodríguez
Applications Engineer, National Instruments México
04-14-2014 02:52 PM
i have project to display human body temperature in labview , i dont know much about creat a block digrame , any body could help ?
04-14-2014 03:53 PM - last edited on 05-14-2024 08:32 PM by Content Cleaner
@freedom1633 wrote:
i dont know much about creat a block digrame , any body could help ?
This is a good time to learn LabVIEW.