7/8/2013 3:57 PM | |
Joined: 11/8/2011 Last visit: 3/7/2025 Posts: 387 Rating:
|
thanks for the reply Options for communications via MPI i had gone through the above mentioned Link Please let me know whether
these above connections are possible to do communication with PLC sim5.4 sp5 update2 |
Last edited by: Saggy at: 7/8/2013 3:58 PM |
|
7/8/2013 4:12 PM | |
Joined: 1/28/2009 Last visit: 9/15/2025 Posts: 6875 Rating:
|
Hello, For global data communication , there are some limitations witin the real PLCs as S7 400H does not support that.For S7 300 you have options of using (SFC 65,66,67,68) or GD Table.I think both are not possible with PLCSIM.You can try a configuration between two S7 400 and network in MPI (type S7 connection if possible) .Use functions SFB14/SFB15 for example and update here .
Best regards Hamid Hosseini |
This contribution was helpful to
1 thankful Users |
7/8/2013 10:02 PM | |
Joined: 1/28/2009 Last visit: 9/15/2025 Posts: 6875 Rating:
|
As Ayman said, Global Data communication is not possible with PLCSIM //codes in OB35(100ms) [code] // L B#16#FF // T MB 0 AN M 200.0 = M 200.0 CALL "PUT" , DB15 REQ :=M200.0 ID :=W#16#1 DONE := ERROR := STATUS:= ADDR_1:=P#M 0.0 BYTE 1 ADDR_2:= ADDR_3:= ADDR_4:= SD_1 :=P#M 0.0 BYTE 1 SD_2 := SD_3 := SD_4 :=[/code] Best regards Hamid Hosseini AttachmentMPI_PART1.zip (327 Downloads) |
This contribution was helpful to
2 thankful Users |
7/8/2013 10:43 PM | |
Joined: 1/28/2009 Last visit: 9/15/2025 Posts: 6875 Rating:
|
Source Project AttachmentMpi.zip (622 Downloads) |
Last edited by: hdhosseini at: 7/9/2013 10:45 AM// Thanks to O_Moderator |
|
This contribution was helpful to
2 thankful Users |
Follow us on