5/20/2020 8:56 AM | |
Posts: 7 Rating: (0) |
Hello, I want to read value from PT100, and I am using FC105 block. Measuring value is different on OUTPUT FC105 from the manual thermometer. Do I need to use some constant or what? Thanks for your help. ------------------------------------------------------------------------------------------ |
Last edited by: Jen_Moderator at: 05/20/2020 10:09:18New subject after splitting |
|
5/20/2020 2:14 PM | |
Joined: 9/21/2012 Last visit: 11/18/2024 Posts: 4199 Rating: (474) |
Use the forum search with PT100, then you will get your answers. |
5/20/2020 8:10 PM | |
Joined: 6/18/2012 Last visit: 5/31/2022 Posts: 12 Rating: (4) |
Hi there, If i look at specs of:
So the values send by the analog Moeller card does not match with FC105. Think you need an other function to do this or create your own function. Nice to know : Within S7-1200 you can use SCALE_X and NORM_X. Link to analog Moeller card: https://www.eaton.com/content/dam/eaton/technicaldocumentation/mn/MN05002011Z_EN.pdf |
This contribution was helpful to2 thankful Users |
5/22/2020 2:01 PM | |
Posts: 7 Rating: (0) |
Can some one can help me with creating this function, i am new in plc programing? |
5/22/2020 3:39 PM | |
Joined: 9/27/2006 Last visit: 11/18/2024 Posts: 12296 Rating: (2691) |
Hello Zlatko; The example provided as attachment is based on this FAQ, modified to take into account the numerical range of the K_Moeller analog input module: How can you standardize and destandardize analog values with STEP 7 V5.5? https://support.industry.siemens.com/cs/ww/en/view/24624928 Note that you must convert the numerical reading you get from the analog module (which is in integer format) to a REAL value (floating-point) if you want to use floating-point calculations. If you are doing this in LAD, use MUL_R, DIV_R ... instructions in your program. Hope this helps, Daniel Chartier |
Last edited by: dchartier at: 05/22/2020 15:51:47 |
|
This contribution was helpful to2 thankful Users |
5/25/2020 12:21 PM | |
Posts: 7 Rating: (0) |
Thanks everyone for help, it was very useful. |
Follow us on