Thermocouple measurement directly into USB DAQ

hi , with regards to the above matter..
i'm having complications using the DAQ to take measurement directly from the thermocouple..
im currently using the acq thermocouple sample.vi to take the temperature reading..
but what does the cold junction constant means ?
i am unable to figure out what it implies
using the default settings of constant and 25 degree CJC value
the temeprature reading fluctuates a lot ranging from negative few thousdand degrees to slightly above 200 plus degrees..
thanks in advance

The 6008 has 12 bit resolution and a range of +/- 1 volt, this means the smallest change in voltage that it will measure is about 0.048 Volts.  The sensitivity of a K-type thermocouple is 41 µV/°C this means that you will only be able to measure a change of temperature that is about 10 °C.  Also, if you have any noise in your setup it will make it look like the temperature is jumping around in huge increments.  I dont know that this is your problem but it is definitely something to keep in mind.
CLA, CLED, CTD,CPI, LabVIEW Champion
Platinum Alliance Partner
Senior Engineer
Using LV 2013, 2012
Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.

Similar Messages

  • Noise in thermocouple measurement using PCI-6024E DAQ card

    I am using a PCI-6024E DAQ card for thermocouple(TC) measurement. The
    TC is installed in the mold cavity of an injection molding (IM)
    machine. The leads from the TC are connected to the DAQ card using a
    CB-68LP board. I made a  temperature mesurment task in LabView 7.0
    with the two leads from TC as differential inputs and used CJC value of
    25 deg C.
    The problem is that when the IM machine is OFF, I get a reasonable temp
    reading with some slight noise but as soon as I turn ON the IM machine,
    the temp readings go wild with a lot of variations around the mean
    value. The temp values also don't go to higher values when the TC is in
    contact with the molten plastic in the IM machine.
    Do I need to ground something here or put a resistor in the I/O board?
    BTW the IM machine is grounded and the TC give correct temp values when
    connected to a hand-held temp reader.
    Any help will be highly appreciated.

    Hello  Aftab,
    Looks like you need to use bias resistors to reduce the noise. Check out the following tutorial for more information about how to use bias resistors.

  • Can I hook iPad directly into USB printer? I am using cellular service only.

    Can I hook an iPad directly to a USB printer (non wireless) in areas where I have no wireless networks?

    no, unfortunately not.

  • Ipad not charging. Plugged directly into usb, but has a not charging message. Why??

    Having problems with my Ipad. It tells me it is not charging. How ever it seems to gain power wheen plugged into PC. How ever will not gain anymore than 5%life. Do i have a faulty battery?

    pwilden995 wrote:
    So if it's left over night??
    It would most likely finish the charge. As an experiment you can leave it for a couple hours and make note of the charge percentage before and after. If you turn the iPad of or put it to sleep to speed up the process, or alternately use the included power supply.
    Stedman

  • Do I need an audio interface between my roland keyboard, garage band/MAC and Alesis 8.0multitrack mixer, or should I go direct into the USB of the Alesis with my keyboard into the mixer?

    Do I need an audio interface between my roland keyboard and alesis 8.0 multitrack mixer when interfacing with Garage Band? Or can I just go direct USB MAC into the Alesis Mixer with keyboard directly into the Mixer? ie, is the interface overkill?

    First of all the Alesis 8.0 is a usb audio interface so you already have a interface. Next you could go from the Roland into the Alesis into the Mac. You could also go from the Roland headphone or line out into the Mac Pro audio input. And depending on what Roland keyboard you have, you may be able to use Midi (usb) and use the Macs Midi voices.

  • WiFi device that plugs directly into the USB slot on a printer?

    My next door neighbor has a MacBook with Airport installed.  She wants to use the portable around the house and send documents to a printer located in the basement.  She does not need a router to network additional devices, so what is the most reliable, reasonably priced device that plugs directly into the printer's USB port without the use of a cable (e.g. device with receiving antenna)?  Thanks.
    Bob

    Well, Badunit, it's more convenient and takes up less room if it plugs directly into the USB port, plus you save the cost of a cable unless one ships with the unit.  Here are two I found at Amazon:
    http://www.amazon.com/Compact-Wireless-802-11n-Newtork-Adapter/dp/B002VVITG8/ref =sr_1_6?ie=UTF8&qid=1311880281&sr=8-6
    http://www.amazon.com/802-11g-Wireless-Long-Rang-Network-Adapter/dp/B0035H4164/r ef=pd_cp_e_4
    Trouble is, they have too many negative reviews.  Besides, just how well do they work with the Airport Extreme card since most of these reviews are not Mac related, and those that are are negative?
    I'd like a device that is guaranteed to work well with the 2008 MacBook Airport card as the broadcast device.  Perhaps she will have to rely on a separate Linksys router with print server.

  • Is there a USB hub that works as well as plugging directly into Mac?

    Some items don't seem to work as well when they are plugged into my "entrega machub 4U" as when they are plugged directly into my Mac Pro (i.e. my Logitech Web cam). Given the low number of USB ports on my Mac, I need a hub that can handle my accessories. Can anyone recommend a brand that works as well as plugging directly into the Mac?
    Thanks for any help.

    I'm with the hatter, pci-e is the best way to go.

  • My brand new Ipad 2 is not charging the battery with py PC thru USB. Is that normal? When I plug it directly into the wall, it works... Thanks! Sam

    My brand new Ipad 2 is not charging the battery with py PC thru USB. Is that normal? When I plug it directly into the wall, it works... Thanks! Sam

    It talks extensively about charging in the user guide, and how USB ports on PCs and older Macs may not provide sufficient power to charge the iPad.  The user guide is available for free from the iBook store (accessed directly via the iPad iBooks app).
    My iPad charges fine when plugged in to the back of my iMac, but I would always prefer to use the mains adaptor to save the strain on my USB circuits (which can wear out if used heavily to power external devices).

  • How do I update a program written for a Legacy DAQ into one for a USB DAQ?

        I am trying to rewrite a program, replacing all of the AI Waveform Scan and AO Update Channel VIs in it with DAQmx VIs. This seems to be the only way for the USB DAQ to respond to the program and not get any errors. I was just hoping for some help in how to replace those VIs with updated DAQmx ones. Attached is the part of the program that I am working on. There is a slight error because of some changes I have made, but the gist of the program is still there.
    Thanks!!
    Attachments:
    DAQdriver.vi ‏52 KB

    What I would suggest is that in either your init state or outside the loop, create two separate tasks for the analog in and the analog out. This means using separate DAQmx Create Channel, DAQmx Timing, DAQmx Start Task, etc. Then, you would have the tasks in your shift registers and pass just the appropriate task to either a DAQmx Write or DAQmx Read. No need to pass channel or device. In the End state, you would add a DAQmx Clear Task for each.

  • Synchronize 2 USB-DAQ devices, Analog IN, Frequency IN, Digitally triggered

    Hello,
    I want to perform the following measurement on two USB-6211 devices, LV 2012:
    I need to
    1) read (cont.) all 16 analog input channels of Dev1
    2)  read( cont.) 2 analog input channels of Dev2
    3)  perform a frequency measurement with Dev2
    4) synchronize 1-3
    5) start the Measurements with a trigger (light barrier)
    1) and 2) are not the problem. Also synchronizing them is fine. But I am not sure if my attempt to synchronize all this with the freq measurement, as this is done over a certain period of time. So, as I understand, when I select the method "high frequency with 2 counters" I can specify the measuring time. So I think I need to tell labview somehow which point of time of this span shall be synchronized with the analog input.
    I attached a first try and am thankful for any hints.
    Thanks, Jack
    Attachments:
    test.vi ‏42 KB

    The basic problem here is conceptual. What does it mean to "synchronize" a time domain measurement with a frequency domain measurement? You can certainly can (and should) identify the set of time domain measurements that went into the calculation of the frequency measurement, but that's about the thinnest you will be able to slice this bologna.
    Having said that, I can't look at your code right now but I assume you are reading data in blocks from the DAQ. You could perform the measurement for each block you read. That would naturally associate the measurement with the data it was based on.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Not receiving any signal input with LabVIEW SE, USB DAQ board

    Hello all, good afternoon.
    I am having a little trouble with my DAQ device, I hope that someone will be able to help me.
    I'm plugging a BNC pH sensor to a NI USB 6251 M-series board, to try and obtain the electrical response of that particular sensor, measuring the voltage output for each buffer solution (pH 4 and 7). Have 9.2.3 mx (lastest) drivers.
    The pH sensor (floating) is plugged through a female BNC plug to the circuit board, signal is going through a signal conditioning  circuit (composed by a voltage follower on each of the wires to lower the output impedance of the sensor, and 2 bias resistors from AI+ and AI- connected to AI GND with the board case wired to the power supply ground, as seen in http://zone.ni.com/devzone/cda/tut/p/id/4494)
    I'm measuring in differential mode, as I said both wires of the sensor are going through a voltage follower each, and into the DAQ board. The Op-amps are being powered by +-15v as seen, again, in http://zone.ni.com/devzone/cda/tut/p/id/4494
    I did take the time to read the manuals and tutorials I found, did quite a bit of investigation over the last few days, and wired the system carefully.
    In labview signal express, I choose to take an analog voltage read, and select input range from -500mv to 500mv, because the sensor should output at most -400mv to 400 mv
    Now, much to my dismay labview registers in that channel absolutely nothing, only a little noise (~1 mV). I unplug the sensor and realise that whether the sensor is connected or not, it doesn't make a difference in the presented output - it's as if it the sensor wasn't there at all. And yes, I am measuring the correct channel. I tried connecting the wires to different AI channel pairs as well, could be a faulty one, but no success either.
    If I plug a voltimeter to the wires that are going into the analog inputs (after conditioning), it measures about 50 mV, which is a lot more than the 1 mV the board is measuring, but a lot less than the ~180 mV I should be measuring with a pH 4 buffer solution.
    I know for a fact the problem is not the sensor, and the DAQ board seems to be fully operational.
    I think it might have to do with the signal conditioning I'm doing, or some sort of configuration with the hardware of the DAQ board.
    So, any idea what I might be missing?
    I'm a week behind schedule because of this, hopefully I will find my answer here.
    Thank you very much in advance!

    Good afternoon.
    Yes I have tried all of that. The board responds very well when a flat 5V DC voltage is fed into a channel.
    However after much investigation I believe to have found the problem yesterday, it probably has to do with the operational amplifiers I was using. The input bias current was in the magnitude of nanoAmps, while for pH measurements an IBC of picoAmps or less is necessary due to the high impedance of the sensor. This was causing a drift of over 100 mV on my output which is about 2 pH and thus unnacceptable (even though I had the Bias resistors at the input to ground, like suggested in the NI tutorials, but apparently they were not enough to compensate for the high IBC).
    In the lab all available op-amps suffer from this, even Instrumentation op-amps like AMP04 from Analog Devices. I still haven't had a chance to acquire new op-amps with the necessary IBC but hopefully it will do the trick. Makes sense since I checked the datasheets for every op-amp in the lab, and they all had IBC around 400 nanoAmps (and none of them worked), while every single op-amp for every pH meter circuit I found have IBC's of pico/femtoAmps.
    The sensor I'm using is from AquaMedic, I'm not sure what the model is, but it's a cheap plastic sensor that comes bundled with their pH Computers.
    Thank you very much for your input.

  • LAVA Gives away NI $150 USB DAQ

    The LAVA website is giving away a NI USB DAQ worth $150 in the latest coding challenge.
    http://forums.lavag.org/index.php?showtopic=3423
    Michael Aivaliotis
    VI Shots LLC

    Hi Lynn, thanks for the response. I'll try to answer all of your questions.
    I'll scope the outputs with an oscilloscope but the rated rise time on the encoder is quick enough that it shouldn't be an issue. I also run the program on just one analog input with no problems. I figure if there was noise in the encoder signal it would show up no matter how many analog inputs I'm sampling.
    When I run two inputs I have error -200019 coming out of the DAQmx Read VI. This error doesn't show up on just one analog input, only when I run two and only when the behavior that I describe in the next paragraph shows up.
    The zeros are in my written data but you can clearly see them in the measurement window. The attached picture is what my front panel looks like after a successful run. When it doesn't sample correctly the primary graph (cylinder pressure) drops to zero after between 50-150 samples. I open the spreadsheet and I see that it's recorded primarily zeroes.
    I've tried this on both Windows 7 and XP to the same results. I am aware of the XP USB connectivity issues and I installed the necessary Microsoft patch. The card is connected directly to a USB port, I believe it's 2.0. If by load you mean how much avalaible memory and CPU power is available, it doesn't look I'm even close to maxing out the PC. I tried closing excess programs as well as disabling all the other functions of the Labview program (analyzing and writing to file) to see if I was asking it to do too much at a time.
    Attachments:
    v34 Screenshot.JPG ‏432 KB

  • IPod battery dies WHILE it is plugged into USB (highspeed 2.0) port

    Hello thank you for your interest in my question, I apologize for the length but it's a very frustrating problem.
    I am translating this question for my sister:
    My 4th generation iPod was given to me as a gift this past December (2005) I believe it was purchased in September because that is when the warranty expires. The iPod worked fine for the previous owner using it with a Windows machine. Not knowing whether or not it will work with my iBook with or without formatting, I plugged it in and found that it came right up and I was able to put my music library on it.
    I used it normally for the first time until the battery became low, so I plugged it into my USB port to charge. After a few hours I came back to find my battery completely drained and the iPod unresponsive/dead. I switched USB ports and let it sit for a couple of hours, nothing. I switched USB cables using one from another brand new/working iPod, nothing. I tried a different computer, one with a high-speed USB 2.0 port again leaving it plugged in for at least 4 hours, nothing.
    Obviously something was wrong, so I filed a report and Apple sent a DHL box to mail it back. An iPod came back, unfortunately I'm not sure if it's the same one (I didn't follow the repair status or keep track of the serial numbers) it was restored to it's factory defaults and turned on right away.
    SO round #2, I plugged it directly into my iBook and started to import songs onto it--this time I was there when it happened. It beeped at me and said something on the screen about the battery not having a sufficient charge and it went from the "do not un-plug/charging" screen to a big battery with a lightning bolt next to it. My iBook gave me a notice that the iPod was improperly disconnected. 30 minutes later the iPod had a blank screen (while still plugged in) and I went through the same troubleshooting I did before (switching cables/computers).
    I sent it back to Apple and this time I followed the repair status. To my surprise, they found nothing wrong with it and sent the exact same iPod back. When I got it back the iPod did indeed turn on so I plugged it into the back of my brand new iMac Intel Core Duo, imported songs and tried to see if they would play. They did, but the battery was almost dead so I plugged it back in and left it charge for over 3 hours. I unplugged it and checked the stats.. it was nearly dead still, so I plugged it in again and very quickly (10 minutes) the icon changed from "charging" to full. I unplugged it to check the charge... and it was still nearly dead. Extremely frustrated at this point, I gave it to my friend with an older iMac (but with the latest iPod software installed) after plugging it in and leaving it alone for maybe an hour it beeped, when to the black and white battery and finally went blank/dead for the third time.
    I'm desperate, right now it is plugged into a Windows PC to see if that will work and considering the iPod is still cold to the touch and wont respond.. it doesn't look good. Can anyone, after reading all of this, suggest anything? I'm probably going to be making an appointment at a genius bar but before I do, I'd like to see if anyone here might have some suggestions.
    Please keep in mind, that the iPod is completely dead and will not charge or be recognized by any computer I plug it into. So I can't really restore or do many other basic troubleshooting. I have no idea how it turned on after sending it in for support.. but if anyone notices something I'm doing wrong, that might help.
    Thank you.
    iPod 4th Gen 20GB
    Computers I've tried to revive it with:
    iBook G3 500Mhz OS 10.2.8
    iMac G3 500Mhz OS 10.3.9
    iMac 1.8Ghz Core Duo OS 10.4.6
    (home build) AMD core, Asus-SLi motherboard, Windows XP Home
    iMac Intel Core Duo Mac OS X (10.4.6)
    iMac Intel Core Duo Mac OS X (10.4.6)

    Have you tried connecting the iPod to different USB ports and/or another computer?
    You can also take a look at this website, which may help figure out what's wrong with your iPod.
    http://www.methodshop.com/mp3/ipodsupport/diagnosticmode/index.shtml
    Finally, if your iPod is less than a year old, you can send it to Apple for replacement.
    ~Lyssa

  • Do I have to plug my ipad mini directly into the mains for a reliable charge?

    I've been having an issue with my new ipad mini not charging even when its plugged in using the mains adapter unless I plug it directly into the wall. This is a bit inconvienient as I don't have enough sockets and I like to use my ipad as a clock radio with TuneIn so when I wake up my battery is about 40% even though its been plugged in overnight.

    This is unclear and confusing...
    Lorraine Broadhurst wrote:
    I've been having an issue with my new ipad mini not charging even when its plugged in using the mains adapter unless I plug it directly into the wall. ...
    iPad Charging
    "The fastest way to charge your iPad is with the included USB Power Adapter.
    iPad will also charge, although more slowly, when attached to a computer with a high-power USB port (many recent Mac computers) or with an iPhone Power Adapter.
    When attached to a computer via a standard USB port (most PCs or older Mac computers) iPad will charge, but only when it's in sleep mode.
    Make sure your computer is on while charging iPad via USB. If iPad is connected to a computer that’s turned off or is in sleep or standby mode, the iPad battery will continue to drain."

  • Has anyone successfully used a "WD My Book for Mac" via NAS (plugged into USB port on router) as a Time Machine back-up drive?

    Has anyone successfully used a "WD My Book for Mac" via NAS (plugged into USB port on router) as a Time Machine back-up drive? Apple support tech tried to tell me it wasn't possible and that the only NAS Time Machine could back up to is the Time Capsule, but I'm not buying it. I know it's doable, but I'm having a hard time figuring out which External HDDs will work and which ones won't.  If not My Book for Mac, is there an External HDD that will work? (Running OS X 10.9.1 - Mavericks, btw...)

    Given the nature of backups, my recommendation has always been to use a strategy that is unequivocally supported by Apple. As you already determined Apple Support unequivocally informed you that your proposal will not work, unless your router is an Apple AirPort Extreme or Time Capsule.
    The exhaustive list of devices supported by Time Machine amounts to the following:
    AirPort Time Capsule's built-in hard disk (any model)
    External USB hard disk drive connected to a Time Capsule (any model)
    External USB hard disk drive connected to an AirPort Extreme (current model only)
    A hard disk drive directly connected to your Mac
    That is all.
    Use whatever backup device you want, but you should be aware that this site is full of reports of misery from hapless individuals who had been using NAS devices for Time Machine backups, only to find that they were incomplete, corrupted, or useless when they were required. Apple won't care if you lose your data while using a Time Machine configuration specifically excluded from their technical support documents.

Maybe you are looking for

  • How do i delete photos in the uploads folder

    how do i delete photos in the uploads folder

  • Is it possible to sort by multiple fields?

    Is it possible to sort the music library by multiple fields in a prioritised order? For example, I would like to sort by the following columns, in the following order: Album Artist Album Track Number for some reason I can't seem to do this, sorting b

  • How to preserve the image quality

    Hi using Oracle9idatabse and dev6i i have two tables EMP,EMP_SNAP. EMP Coloums(Emp_id......) emp_snap(emp id,snap(longraw)) Trough form when i get the picture using faollowing Codding through a buttuon GET_PICTURE(BUTTON) DECLARE      filename VARCHA

  • Video/RAM Corruption

    This has been happening for about a year now and is progressively getting worse. This is not a software issue as it happens in Windows and Linux as well as OS X. I managed to snap a screenshot of what is happening, this was right after a restart and

  • IPhoto 8.1 breaks Entourage 2008 with Snow Leopard

    The new iPhoto 8.1 update breaks the email functionality to Entourage 2008, if you're using Mac OS X 10.6 Snow Leopard. iPhoto 8.1 can no longer successfully email photos to Entourage 2008. It worked just fine with iPhoto 8.0.4, but no longer works w