11/26/2012 4:31 PM | |
Posts: 21 Rating:
|
My project uses, S71200 PLC, 2 analog input modules and a CM1242-5 Profibus DP slave. This system is standalone right now but becoming a part of S7300 profibus Network. I am giving handoff to the master network. I dont have any idea of master network as it is done by different company. I have some 24 tags to be handoff which I stored in datablock and filled excel sheet with the DB address and tag description. I have configured CM1242-5 as follows chose subnet: Profibus_1 -added address: 2 -assigned master: None -defined transfer area: MS | | -> | Q 2 | 1 Byte | Unit Now I got this error -CPU error: New I/O access error during process image update /n input 2 (1 Bytes) will temporarily not be updated as part of the updating of process image 0. Now could someone advise me how to configure the CM1242-5 DP slave module. also how can i point those DB address in my excel sheet. Please find attachment for screenshots.
AttachmentDP Slave Error.zip (277 Downloads) |
1/21/2014 11:04 AM | |
Posts: 2 Rating:
|
Hi, I've the same problem as thread owner. May I know how to resolve this issue? Thanks. Alvin
|
1/21/2014 1:29 PM | |
Joined: 8/16/2010 Last visit: 5/31/2023 Posts: 625 Rating:
|
Please look at this link: /tf/WW/en/Posts/70767 Last two post gives the answer... |
6/3/2020 1:26 PM | |
Joined: 12/28/2016 Last visit: 12/15/2022 Posts: 363 Rating:
|
https://cache.industry.siemens.com/dl/files/035/55631035/att_110105/v1/BA_CM-1242-5_76_en-US.pdf |
With kind regards... |
|
6/3/2020 1:34 PM | |
Joined: 9/27/2006 Last visit: 6/4/2023 Posts: 12033 Rating:
|
Hello all; If there is a configured DP-master but no available DP-slave for the moment, you can program a SFC 12 "D_ACT_DP" block in the master so the slave address is removed from the polling list of the master. This will reduce the number of faults due to the abscence of a slave on hte network on the network considerably. Enabling a disabled DP slave with SFC 12 'D_ACT_DP' https://support.industry.siemens.com/cs/ww/en/view/19730984 Once the slave is available, use D_ACT_DP once again to enbale the slave on the master's polling list. Hope this helps, Daniel Chartier |
6/4/2020 3:44 AM | |
Joined: 12/28/2016 Last visit: 12/15/2022 Posts: 363 Rating:
|
Hi dchartier From the documents on this module .No instructions orsoftware blocks are required for this. The I/O data is read or written directly from/to theprocess image of the CPU so will the method work in this case because i think this seems to be unique in the manner that it reads and writes to Process Image |
Last edited by: qwemx at: 06/04/2020 03:47:17Last edited by: qwemx at: 06/04/2020 07:17:32With kind regards... |
|
6/4/2020 2:48 PM | |
Joined: 9/27/2006 Last visit: 6/4/2023 Posts: 12033 Rating:
|
Hello qwemx; Your question is not quite clear to me. Let's start by clarifying some ideas. Profibus-DP (Distributed Periphery) is a fast, cyclic data exchange between a master and a slave, where the data recovered from the slave is written to the master's input area, and the data written to the slave comes from the masters output area. This link between I/O areas of the master and slave is configured directly in the hardware configuration of the master, using the gsd files for each slave describing the slave's I/O capabilities. SFC 12 "D_ACT_DP" is a system function for distributed I/O (Profibus-DP or Profinet communications). You can see its description in the System and Standard Functions manual for S7-300/400 CPUs; if you are working with TIA Portal, look at the online help in Step 7 for a similar presentation on the function D_ACT_DP. https://support.industry.siemens.com/cs/me/en/view/109751826 As you can see in the screenshot below, D_ACT_DP removes the selected slave from the CPU's polling list for Profibus or Profinet. The slave is a passive element in the network, it must wait to be addressed by the master before it reacts in any way. When the slave is deactivated (by SFC 12) the master overlooks it in the polling list; the master registers no error on a non-responding slave since it is deactivated, and the slave does not indicate an error, since it sees no request from a master on the bus. While the slave is deactivated, the I/O areas reserved for its data exchanges with the master will not be modified If it is essential for you to know that, use the an alarm bit in SFC 12 D_ACT_DP telling you that the slave is deactivated, as long as D_ACT_DP is active. Hope this helps, Daniel Chartier |
Last edited by: dchartier at: 06/04/2020 23:45:24 |
|
This contribution was helpful to
1 thankful Users |
Follow us on