1/16/2014 8:11 AM | |
Joined: 3/20/2013 Last visit: 3/21/2025 Posts: 676 Rating:
|
There is a compendium with decision guidance in which ways communication between CPUs can be established. Pls have a look. The data sent/received in one cycle is, of course, limited. But after you got all data you get the NDR status at your function, so you know when you have all requested data. |
Best Regards, |
|
1/16/2014 12:18 PM | |
Joined: 3/20/2013 Last visit: 3/21/2025 Posts: 676 Rating:
|
The table shows your possibilites to communicate between two S7-300. Therefore it lists exactly the hardware on both sides (CPU w/o CP to CPU w CP 343-1 Lean, CPU w/o CP to CPU w or w/o [...] ) You are searching for CPU <--> CPU, no CP. That means you have the options (1), (3) and (2). They are all asynchronous which means that the communication can last longer then one cycle. There is also a software product for software redundancy (which you are trying to implement?). Perhaps you want to implement this software package? do you already know how many data you want to exchange? |
Last edited by: Fafner at: 1/16/2014 12:20 PMBest Regards, |
|
This contribution was helpful to
1 thankful Users |
1/16/2014 8:09 PM | |
Posts: 18 Rating:
|
I didn't knew that there was this kind of software. Nice to know for the future. Because i didn't knew you could make the 300 series redundant. Only the 400. But the IO isn't the same on both sides. And on the slave side is a part of the machine that is "essential" for working. The Master PLC has "nice to have" features. But i think i now know what to implement. Also for experience i think Tsend/Trcv will do the job fine. PLC1: PLC2: OB100 -> TConnect OB100: -> Tconnect OB1 -> Trcv (id1?) OB1 -> Tsend (id1?) OB1 -> Tsend (id2?) OB1-> Trcv(id2?) But with Tia portal(v12). I can't get a TCP Connection to establish. I have attached a screenshot of this problem. First i made network connection between both 300 PLC's. Then you need to make a TCP Connection on top of it. But for some reason it doesn't work. I wonder if this is a bug or is it just me? :) --------- Edit: Oke i now understand it doesn't work like this. No need for making such connection. It will make it in OB1. There is also a Wizard when you place the Tconn block. There you make the connection. And i found a great example that probably also works great for S7-300, even it is an S7-1500 Example.... Here is the link:https://support.automation.siemens.com/WW/llisapi.dll?query=TCON&func=cslib.cssearch&content=adsearch%2Fadsearch.aspx&lang=en&siteid=cseus&objaction=cssearch&searchinprim=0&nodeid0=41886031 |
Last edited by: Tiaportalia at: 1/16/2014 8:42 PM |
|
Follow us on