Mare Posted October 8, 2011 Report Share 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. Quote Link to comment Share on other sites More sharing options...
Emil Posted October 9, 2011 Report Share 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"? Quote Link to comment Share on other sites More sharing options...
Mare Posted October 9, 2011 Author Report Share 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. Quote Link to comment Share on other sites More sharing options...
MVP 2021 Joe Tauser Posted October 12, 2011 MVP 2021 Report Share 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. Quote Link to comment Share on other sites More sharing options...
rayair Posted November 8, 2013 Report Share Posted November 8, 2013 I would like to know how to make ladder for pt100. Quote Link to comment Share on other sites More sharing options...
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.
Note: Your post will require moderator approval before it will be visible.