4/13/2020 3:38 PM | ||||||
Joined: 7/7/2010 Last visit: 11/8/2024 Posts: 15388 Rating: (2443)
|
You need an RTD analog input module, or an RTD to voltage/current signal conditioner. If you only have one RTD signal, you might consider a signal board to accept the RTD signal.
|
|||||
science guy |
||||||
4/13/2020 3:45 PM | ||||||
Posts: 174 Rating: (2) |
|
|||||
4/13/2020 3:50 PM | ||||||
Joined: 7/7/2010 Last visit: 11/8/2024 Posts: 15388 Rating: (2443)
|
With a Siemens RTD analog input module or signal board, the hardware configuration telling the PLC how to interpret the RTD (by telling the PLC what type of RTD is attached) gives you the temperature with 1 or 2 decimal places directly. No conversions. If you use a signal conditioner, it can come into the plc as voltage or current and you will need to scale it in plc logic (using NORM_X and SCALE_X).
|
|||||
science guy |
||||||
This contribution was helpful to1 thankful Users |
4/13/2020 3:54 PM | ||||||
Posts: 174 Rating: (2) |
yOU MEAN iF iGET AI support RTD and change AI device properties, whatever the value receive is temperature which can display on HMI. |
|||||
4/13/2020 3:55 PM | |
Joined: 7/7/2010 Last visit: 11/8/2024 Posts: 15388 Rating: (2443)
|
Exactly correct. You should download and review the S7-1200 System Manual when you are not sure how things work. It will help you very much with Siemens hardware and software. |
science guy |
|
This contribution was helpful to1 thankful Users |
4/13/2020 4:46 PM | |
Joined: 9/27/2006 Last visit: 11/7/2024 Posts: 12293 Rating: (2691) |
Hello jibemathew; One detail: The value you will read in the PLC, when using a RTD module, is a multiple of 10,0 of the actual temperatire read by the RTD. If you read 1250, your temperature is 125.0 C. If you read 523, your temperature is 52.3 C. This is valid when the temperature read is within the standard range accepted by the RTD module. If you exceed this limit, you get a reading 32767; if you undershoot, you will read -32768. you can use these values to trigger an alarm signals. See the attachment, from the S7-1200 System manual: https://support.industry.siemens.com/cs/ww/en/view/109772940 Hope this helps, |
This contribution was helpful to1 thankful Users |
Follow us on