Mare Posted October 8, 2011 Report Posted October 8, 2011 I have two thermocouples. First one is PT100 class B Second one is calibration thermocouple from IFM I made csv file for each thermocouple and got the results (look Attachments - Kalibracija.bmp). Now I need to lineariate those two thernocouples and I do not know how.
Emil Posted October 9, 2011 Report Posted October 9, 2011 Hi Mare, PT100 is not thermocouple - it's RTD. It uses totaly different principle ot convert temperature to electric signal. What do you mean by "linearizing"?
Mare Posted October 9, 2011 Author Report Posted October 9, 2011 Hi Mare, PT100 is not thermocouple - it's RTD. It uses totaly different principle ot convert temperature to electric signal. What do you mean by "linearizing"? Yes you're right,its RTD. I have a module IO-PT400 and RTD. I put the RTD and calibration thermocouple from IFM in hot water and observe the difference in °C as you see in attachment file. The blue line is RTD and the red line is IFM. Look first graph Second graph is Razlika (difference) . I'd like to make some linearization for RTD or correction : If IFM shows 85,50 and the same time the RTD shows 85,1 I'd like to see in my display RTD=85,5 instead of 85,1. In generally I'd like to calibrate my RTD to show real temperature.
MVP 2023 Joe Tauser Posted October 12, 2011 MVP 2023 Report Posted October 12, 2011 The best you can do is an approximation. Break your error into segments and create a data table in the PLC that has the average error for a given temperature range. Then use compare blocks on the reported temperature from the IO module to determine what range you're in, look up the error, and add or subtract it to create a corrected temperature value. Joe T.
rayair Posted November 8, 2013 Report Posted November 8, 2013 I would like to know how to make ladder for pt100.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now