10/22/2015 10:05 PM | |
Joined: 9/27/2006 Last visit: 11/18/2024 Posts: 12296 Rating: (2691) |
Hello Kiiza; The trick here is to coordinate output addresses from the S7-300 Profibus master with corresponding input addresses on the S7-200 slave: this will be used to send data from the S7-300 to the S7-200. And then creating the same type of exchange (input addresses to the S7-300 master to output addresses of the S7-200 slave) to send data from the S7-200 to the S7-300. What is tricky is that addressing does not use the same format in both PLC families. The s7-300 uses IW and QW, the S7-200 uses VW registers. So they must be coordinated in the Profibus configuration. An example of this creation of "exchange zones" between an S7-300 Profibus master and a S7-200 slave can be found in the following FAQ: How can you communicate data between the S7-200 and the S7-300 via PROFIBUS DP? In your project follow the same steps as shown there, and adjust the addressing to conform to your requirements on both PLCs. Hope this helps, Daniel Chartier |
This contribution was helpful to2 thankful Users |
11/13/2015 6:24 AM | |
Joined: 11/17/2014 Last visit: 8/28/2023 Posts: 184 Rating: (0) |
Thanks a lot Daniel, It did help me. |
11/13/2015 9:43 AM | |
Joined: 11/17/2014 Last visit: 8/28/2023 Posts: 184 Rating: (0) |
Could you please advise me about my user program on the S7 200 PLC. My I/O offset is 0 and I have 16Word input/16Word output. some of the data is analog real and I have some digitals. My interest is to send from S7 200 slave to S7 300 master, just one direction traffic. I saw an example in the pdf attached but my challenge is how to attach the data I have on the S7 200 to the data exchange. Thanks in advance. Attachmentplc-s7-200-em277-manual.pdf (756 Downloads) |
Follow us on