9/11/2019 12:51 PM | |
Joined: 12/20/2018 Last visit: 1/20/2024 Posts: 63 Rating: (0) |
Hello dear Experts. I Have Rexroth HM20-21-C-K35 Pressure Sensor. I want a read pressure. My configuration is in the attechment. How to read pressure ?
AttachmentRexrot.zip (264 Downloads) |
9/11/2019 2:35 PM | |
Joined: 12/20/2018 Last visit: 1/20/2024 Posts: 63 Rating: (0) |
Thank you Duris. Do you have a sample program. I'm using simatic manager and 1KF02 AI.
|
9/11/2019 3:12 PM | |
Joined: 9/27/2006 Last visit: 11/18/2024 Posts: 12296 Rating: (2691)
|
Hello Avatar; Toi add to Duris_I's excellent information, here are 2 pointers; - the typical connection for a 2-wire sensor is shown in the attachment below, taken from the S7-300 Module Data manual (chapter 6, Analog modules)l. https://support.industry.siemens.com/cs/ww/en/view/8859629 -once you have achieved a reading of a numerical value (0-27648 or -27648-+27648, depending on whether the signa is unipolar or bipolar) in your PLC address corresponding to the analog input channel; selected, you would probably want to see engineering values related to the pressure you are reading in the field, such as 0-5 bar instaed of the numerical values output by the analog input card. Here is an example for using FC 105 "SCALE" from the TI-S7 converting instructions, to input 0-27648 values and output 0.0-5.0 bar in your program: How and for which analog measurements can you use the function FC105 "SCALE" to convert the integer values (INT) into real number values? https://support.industry.siemens.com/cs/ww/en/view/1765297 Hope this helps, Daniel Chartier Edit: adding the screenshot from the S7-300 Module Data manual. |
Last edited by: dchartier at: 09/15/2019 15:31:37 |
|
This contribution was helpful to1 thankful Users |
Follow us on