t0r3r0s Posted November 22, 2017 Report 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
MVP 2023 Joe Tauser Posted November 22, 2017 MVP 2023 Report Posted November 22, 2017 That model is for a 1000 ohm RTD. A PT100 won't work. Joe T.
t0r3r0s Posted November 23, 2017 Author Report 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
Kikis Posted November 23, 2017 Report 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
t0r3r0s Posted December 1, 2017 Author Report 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
MVP 2023 Flex727 Posted December 2, 2017 MVP 2023 Report 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.
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