t0r3r0s Posted November 22, 2017 Report Share Posted November 22, 2017 Greeatings. I buy jazz 11 pt15 and i will try to make one temperature regulator. Can someone explane me how can i read signal from pt100 , have someone some examples. Must I do linearization or something else . Thank you Quote Link to comment Share on other sites More sharing options...
MVP 2022 Joe Tauser Posted November 22, 2017 MVP 2022 Report Share Posted November 22, 2017 That model is for a 1000 ohm RTD. A PT100 won't work. Joe T. Quote Link to comment Share on other sites More sharing options...
t0r3r0s Posted November 23, 2017 Author Report Share Posted November 23, 2017 16 hours ago, Joe Tauser said: That model is for a 1000 ohm RTD. A PT100 won't work. Joe T. Ok , I replace my pt100 with pt1000 , have you some examples for that Quote Link to comment Share on other sites More sharing options...
Kikis Posted November 23, 2017 Report Share Posted November 23, 2017 Hello, You don't need to use any special function for reading the temperature. In hardware configuration within the software, select PT1000 for the analog channel on which you have connected your RTD and link an MI to it. Temperature reading from the sensor is directly stored in this MI. You can also apply a filter and switch between Celsius and Fahrenait. Temperature range for PT1000 is -50° to 400°C with a resolution of 0.1°C. So if your MI reads 254, it will be 25.4°C. Attached is an example for your reference. PT1000_EXAMPLE.U90 Quote Link to comment Share on other sites More sharing options...
t0r3r0s Posted December 1, 2017 Author Report Share Posted December 1, 2017 On 11/23/2017 at 5:32 PM, Kikis said: Hello, You don't need to use any special function for reading the temperature. In hardware configuration within the software, select PT1000 for the analog channel on which you have connected your RTD and link an MI to it. Temperature reading from the sensor is directly stored in this MI. You can also apply a filter and switch between Celsius and Fahrenait. Temperature range for PT1000 is -50° to 400°C with a resolution of 0.1°C. So if your MI reads 254, it will be 25.4°C. Attached is an example for your reference. PT1000_EXAMPLE.U90 thank you for your answer. now i have problem with compare the value from pt1000 and set value. i choose xxxx.x format for pt value and xxxxx for set value. if i set pt>set value I activate output but when it is set value greater than pt value same reaction output is high , can you help Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted December 2, 2017 MVP 2022 Report Share Posted December 2, 2017 The PT1000 value has an implied decimal point. Your set value doesn't. In order to do a compare you need both values to have the same number of implied decimals. The easiest thing to do is to use a set point that also has one implied decimal, but is you want to enter whole numbers only then you need to multiply the entered set value by 10 (and store it in a separate place) before you do the compare. 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.