Jump to content

Jazz and pt 100


Recommended Posts

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

Link to comment
Share on other sites

  • 2 weeks later...
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

Link to comment
Share on other sites

  • MVP 2023

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...