4/21/2019 9:20 AM | |
Posts: 205 Rating: (11) |
Hello All, We are using S7 400 PLC (cpu 416-2 DP) in our plant.we are now require to install some RTDs in filed. For that we are using RTD module (6ES7 331-7PF01-0AB0) in RIO which has IM 153-1 (6ES 7153-1AA03-0XB0). We made hardware chages in PLC program and added two RTD modules in RIO's slot 10,11 and downloaded hardware in PLC which is downloaded ok without error.But when we online hardware then we are not able to detect these two RTD modules. while checking IM module diagnostic following message we found: "Module available and ok" I 640 Module configured. but not available. I 656 Module configured. but not available. We chcked 24Vdc volatge at RTD's module terminal 21 & 40 which found ok. On dougth bases also connect brand new Active backplane( which is already tested and working ok) in Rack. for more refence attaching Word file in which two images are there 1) Online hardware 2) IM diagnostic. Please sugget next what we can check to detec RDTs module. Attachmentimages.docx (784 Downloads) |
4/21/2019 6:51 PM | |
Joined: 9/27/2006 Last visit: 11/10/2024 Posts: 12293 Rating: (2691)
|
Hello sparten; At the moment we have too little information to help you find the cause of the problem. Maybe you should ask help from your CPU and modules. In the online view that you show, your faulty modules (RTD module, IM 153-1, CPU) are marked with a red cross icon, signifying the detection of a problem. By double-clicking on the red icon (in every module) you will open their diagnostic buffer and you can capture the diagnostic messages logged by the CPU's operating system. That should give us a few more hints to find out what the CPU is complaining about. About your second question above: an input or output image table is the I/O memory area that is scanned at every cycle of the CPU program. An address that is below the limit of 512 can be addressed directly in your program: a module at address 272 for example can be addressed as IW 272 (for and input) or QW 272 (for an output). But addresses above the 512 limit, input word 640 for example, must be addressed as a peripheral word, PIW 640; output word 656 should be addressed as PQW 656 in your program. This FAQ will provide more information on the subject: Where and when do you need peripheral addressing? https://support.industry.siemens.com/cs/cy/en/view/18325417 Hope this helps, Daniel Chartier |
This contribution was helpful to1 thankful Users |
4/22/2019 9:25 AM | |
Joined: 5/28/2008 Last visit: 11/6/2024 Posts: 4516 Rating: (839) |
Hello, First, I would like to tellexactly as Daniel Chartier told you that we have little info about your problem and to solve it or to know the reason quickly, you have to go online and see the diagnostic buffer. ___________ For your 1st question, I meant that you have to be sure that the modules are powered accoding to their data sheets. Please see the module data sheet in module data manual which you can download from the following link. https://support.industry.siemens.com/cs/us/en/view/8859629 For Process image, You should re-address your modules to make the end byte of your modules is bellow or equal to 512 if you would like to address inputs in SW using IWxxx or otherwize, you should use PIWxxx without re-addressing. Hope this helps. |
Ayman Elotaify |
|
Follow us on