3/13/2012 10:53 PM | |
Posts: 9 Rating:
|
Thanks for the sample. Is there a limitation on the number of communication links a 1214C CPU can have? I am going to start planning a project with 8 pcs. 1214C (all withone basic HMI panel) and theyhave toexchange data with each other (48 bytes telegrams). The individual CPUs is in its own project, so communicationwill beas unspecified partner. Will this work or is there a limitation in communication with S7-1200? If it will work, what is the best way to make the communication. |
Last edited by: O_Moderator at: 3/14/2012 10:50 AMLast edited by: O_Moderator at: 3/14/2012 10:50 AMnew subject after splitting from /tf/WW/en/Posts/46768#top |
|
3/23/2012 12:27 AM | |
Joined: 10/7/2005 Last visit: 3/20/2025 Posts: 3042 Rating:
|
Hello JERA-DK it is - in simplistic terms - the number of Partners andeach connection is a "two way street" so you can have a TSEND/TRECVpair in each PLC using the same connection. In your case (8 * S7-1200 PLC's that all need to talk to each other), you'll be as such just fine with using OUC (each S7-1200 will handle 7 OUC connections). Youcould even add one more S7-1200 to the system before you reach the limit (in which case you couldadditionally use S7 communciations). One more thing to note about OUC's (Open User Communications): The PLC program is not only in charge of establishingthe connection(e.g. via TCON or TSEND_C/TRCV_C), but can of course also disconnect them again(e.g via TDISCON or TSEND_C/TRCV_C). What this means is that you can dynamically establish a connection and exchange data with a PLC, then disconnect itand now do the same with another PLC and so forth and so forth. This ability to multiplex communication related connections means that you can theoreticallydo data exchange with an unlimited amount of Partner PLC(bearingin mind that the overall refresh rate of the data will get slower and slower the more you multiplex). Anyhow,below is a link with some more offcial stuff and number of supported connections and I hope this helps (chapter 10.2.2. of the S7-1200 manual has some good information about this too): With which devices can the S7-1200 communicate via the integrated PROFINET interface and which protocols support the S7-1200? |
Cheers |
|
This contribution was helpful to
1 thankful Users |
Follow us on