8/19/2013 3:51 PM | |
Posts: 1547 Rating:
|
Hello, first of all you should decide which communication you want use. 1. PROFINET is a PROTOCOLL which is especially for small data amount and very fast 1 ms. and smaller. This is not a typical communication between two S7-400 Stations. PROFINET can't be routed between to different IP Subnets (different IP Ranges) 2. if you want connect two S7 400 Stations via PN Port (connected to regular Ethernet) then i suggest using the BSEND and BRCV functions. In this case you have to configure an S7 Connection to an UNSPECIFIED Partner (Other Station means non Siemens). How do you program communication blocks FB12 "BSEND" and FB13 "BRCV" for data exchange in the S7 program of an S7-300 CPU? |
This contribution was helpful to
1 thankful Users |
8/20/2013 3:54 AM | |
Posts: 9 Rating:
|
Thanks Rated_X! Apologies for not getting my details correct. You are correct in saying that I wish to use the PN ports to create a regular connection. I would prefer to only have to make new netpro configuration in one of the PLC's (the one with the CP card), the other may be hard to find a window to stop. For this reason, I think that I should create an unspecified S7 connection in the PLC with the CP card and use GET/PUT blocks similar to this topic /tf/WW/en/Posts/37404 Do you think this would work over different ip ranges? |
8/21/2013 3:21 PM | |
Posts: 9 Rating:
|
ah, maybe this is the problem - I am not calling it in OB1. Could this cause error 3? |
8/26/2013 2:41 AM | |
Posts: 9 Rating:
|
Thanks Rated X When I moved th blocks to OB1 it did not fix the problem. How would I know if the last resource has been used? |
Follow us on