1/23/2019 7:33 PM | |
Posts: 12 Rating:
|
Hello I've been having lots of issues for the past week and a half trying to use PUT GET access between 2 S7 1200 PLC's, I believe I'm doing everything as stated in manuals and these forums but I'm still getting nowhere, is it possible someone can take a quick look at this simple program and see where I'm going wrong.I'm not overly familiar with Siemens PLC's but have to believe it shouldn't be this difficult. Any help is much appreciated. Thanks in advance AttachmentProject3.zip (145 Downloads) |
1/26/2019 10:56 PM | |
Posts: 2826 Rating:
|
Hello.
Attached is a demo that is loosely based on your first share project. To be able to put it here on the forum, I am forced to resort to some IT wizardry. Please go to 7zip.org to get the 7zip application as Windows' built-in archiving will not work. 7zip should know what to do. Else the 'ultra' scheme with compression method of LZMA was applied to deliver an archive with ZIP extension. _____________________________________ S7-1200 V4 firmware was used. (There is an extra setting in the section of the hardware configuration where you configure a PLC password.) The V4 allows it to be simulated with PLCSIM V13 SP1 Update 1 or V13 SP2. Two PLC simulation sessions can be started - one for LOCAL and one for REMOTE. Each PLC has a watch-table from where the process can be triggered. The internal-trigger is under REMOTE. _____________________________________ Notice that the PUT and the GET instructions are only mentioned in one PLC (LOCAL). It is a one-sided configuration. Error recording also takes place. The data exchange DBs were called different in addressing so that it is more clear where and what takes place. LOCAL has DB100 and DB200; REMOTE with DB10 and DB20. These do not need to be different, what you had before was correct. Run the simulation(s) and see what happens. That includes the manipulation of the REAL and INT number mentioned in the watch-table. Regards. AttachmentPutGetDemo_TIA13.zip (159 Downloads) |
Follow us on