08-03-2017 02:52 PM
Problem Description:
1. I have successfully acquired temperature data with K-type thermocouples using NI SCXI 1000 Chassis device + NI 1102 Module on LabVIEW. I have no problem with data acquisition system.
2. I have to acquire temperature data with a temperature range from -200 degree Celsius to 3000 degree Celsius and I am looking for some temperature sensor that could be used with aforementioned data acquisition system and in which way since labVIEW has builtin functions for only those sensors which have range from -200 degree Celsius to 2300 degree Celsius approximately.
Requirement:
1. Could anyone suggest some suitable solution to aforementioned problems?
Thanks and Regards.
Solved! Go to Solution.
08-04-2017 02:48 PM - last edited on 12-02-2024 04:32 PM by Content Cleaner
Hi @Mr_Engineer,
May I ask what your application is that involves this particular range?
Based on those temperature requirements, there are unfortunately no thermocouple types in that range that are also supported by NI DAQ devices such as the NI SCXI 1102.
If you were to attempt to reach that range, "you will have to programmatically apply the conversions from voltage to temperature using the conversion tables supplied by the thermocouple vendors." However, you should also be conscious of the supported voltage input range that the SCXI devices you have can handle, as voltages out of the specified range could potentially damage your equipment. You can check for those values in the user manual here.
08-05-2017 03:57 AM - edited 08-05-2017 03:59 AM
08-07-2017 04:59 PM - last edited on 12-02-2024 04:32 PM by Content Cleaner
In response to your comment, "It is explicitly obvious that a thermocouple sensor could not be used in that particular process, neither I could apply conversion tables for temperature conversion:"
I am identifying a possible workaround to calculating temperatures outside the limits of the configurable and listed thermocouple types in NI MAX in order to explain what may be possible, though I understand that thermocouples do not meet your upper limits for temperature. Unfortunately, thermistors will have a limited temperature range, as will RTDs.
Otherwise, National Instruments does not sell sensors or transducers for temperature measurements, but manufacturers of sensors and transducers would be better able to speak to the feasibility of acquiring temperatures up to 3000 degrees Celsius.
08-08-2017 02:08 AM
1. Each thermocouple has a melting point just slightly above its predefined range, so I think doing calculations in this regards would go in vain.
2. Thanks for the info.
08-08-2017 09:35 AM
In the application would it be possible to use a non-contact line of sight measurement?
If so, I would suggest that you research pyrometers the have a communications interface (serial, USB, RS-485, etc).
-AK2DM