jed Posted June 7, 2009 Report Share Posted June 7, 2009 I am looking for a 4-channel Thermocouple measurement device, to be used on a PC or NI PXI chassis. I am currently using a multifunction card with an SCB-68, but the resolution is not great. The solutions for a PXI rig are just WAY to expensive, and all of NI's other solutions lack a hardware trigger (there is the 4351, but I am told it does not support DAQmx, which is what I want to use). Any suggestions? Quote Link to comment
dblk22vball Posted June 9, 2009 Report Share Posted June 9, 2009 have you tried calling your local NI rep?? They have always been very helpful for me. Quote Link to comment
Neville D Posted June 9, 2009 Report Share Posted June 9, 2009 USB C-Series Module for Thermocouples N. Quote Link to comment
jed Posted June 9, 2009 Author Report Share Posted June 9, 2009 I have looked through all of NI's offerings with my rep. Other than upgrading to a SCXI/PXI chassis, they have no hardware triggered TC modules with good resolution. Quote Link to comment
Neville D Posted June 9, 2009 Report Share Posted June 9, 2009 Why exactly do you need a hardware trigger? Temperatures change orders of magnitude slower than anything else. Wouldn't a software trigger do? Keep acquiring data till some software condition is met then bung that data into the rest of your code. Which comes to my next question: what sort of hardware trigger do you need? AI line? Neville. Quote Link to comment
George Pollock Posted July 4, 2009 Report Share Posted July 4, 2009 If what you want to do is to associate a temperature measurement with some event in the process, try inputting the event as a digital bit somehow. Then sit on the bit and when it changes, grab the next TC reading, and add a time tag. Neville is correct; you are in a domain where things do not happen fast. Use that to your advantage. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.