Siemens RTD temperature sub zero

mass89

Member
Join Date
Oct 2017
Location
England
Posts
77
Hi,
I have siemens SM1231 RTD module, the temperature I need to read is sub zero. The input is 15 bit plus sign, anyone can suggest the easiest way to convert input word to signed integer?
Thanks
 
From the manual:
The SM 1231 RTD analog signal module measures the value of resistance connected to the
module inputs. The measurement type can be selected as either "Resistor" or "Thermal
resistor".
● "Resistor": The nominal range full scale value will be decimal 27648.
● "Thermal resistor": The value will be reported in degrees multiplied by ten (for example,
25.3 degrees will be reported as decimal 253). The climatic range values will be reported
in degrees multiplied by one hundred (for example, 25.34 degrees will be reported as
decimal 2534).
So it depends on what you have the module set to output. I would suggest that Thermal Resistor would be the way to go, then you just need to convert to Real and divide by 10 or 100.
 
From the manual:
So it depends on what you have the module set to output. I would suggest that Thermal Resistor would be the way to go, then you just need to convert to Real and divide by 10 or 100.

TIA, S7-1215, LAD, FBD or SCL, thermal resistor

I understand what you say and yes its true to just divide the input word by 10 and the result is in Celsius, as long as the temperature is > 0
When the temperature is less than 0 for example minus 10, one bit of the word represents the sign (being minus), and so the result is an input word 62000 for example which doesn't mean anything.

I ask if anyone knows easy way to take the input word of 62000 for example which would be a sub zero C temperature and convert to signed value
 

Similar Topics

Hi, Anyone knows how is RTD programming in siemens PLC?
Replies
1
Views
1,445
Hi i use em 231 rtd madule for my project.we have 3 pt-100 that these are serial with each other( 300 ohm),but we have only two end connection of...
Replies
9
Views
5,193
Hi, I encounter a scenario here: When I connect RTD input into 6ES7 331-7PF00-0AB0 RTD module, it takes about 5 minutes before able to show...
Replies
2
Views
3,433
I am trying to use the Siemens S7-300 PLC system to monitor temperature changes using a two wire 100ohm platnium RTD. I am using a SM331 AI...
Replies
2
Views
13,634
Is it possible to use a 3 wire RTD with a Siemens Analog input card without having to linearize the signal prior to the module? The card can be...
Replies
1
Views
7,268
Back
Top Bottom