Alternate Instructions for DP Send & Receive

shashi616

Member
Join Date
Aug 2016
Location
Jamshedpur
Posts
34
Hello All,

Currently I am migrating S7 300 to S7 1500 & I am unable to use DP send & receive data from Master PLC.
Which instruction is equivalent to DP send & Receive.
Thanks in advance.
 
You dont need to use DP_SEND or DP_RECV. In S7-1500 the DP I/O is part of the I/O image table, even if the DP Master system is connected via a CM1542-5.

If you have to read or write more than 4 bytes consistently from/to a particular slave, then you may have to use DPRD_DAT/DPWR_DAT.
And then you must specify the HW_IO, which is defined by the system when you add the slave to the HW configuration. You find it under the System Constants.
 
You dont need to use DP_SEND or DP_RECV. In S7-1500 the DP I/O is part of the I/O image table, even if the DP Master system is connected via a CM1542-5.

If you have to read or write more than 4 bytes consistently from/to a particular slave, then you may have to use DPRD_DAT/DPWR_DAT.
And then you must specify the HW_IO, which is defined by the system when you add the slave to the HW configuration. You find it under the System Constants.
Thanks for your response Jesper.

I am a newbie to Tia.
What do you mean by " In S7-1500 the DP I/O is part of the I/O image table" can u explain a little more.

I need to log data from Profibus to a DB , & i am unable to find instruction to do that.
DPRD_DAT/DPWR_DAT doesn't assist in sourcing of data from Profibus to a DB.
 

Similar Topics

Hello All, I want to publish my data in sql server in Excel format as daily report. And xl reported pro version seem to be much expensive which...
Replies
1
Views
494
I'm looking for alternate module that I can use in place of Rockwell 5069-IO mainly for safety output card (OBV8S). Looking at the lead time, I...
Replies
2
Views
1,197
Good morning everybody, I hope you are very well. I share with you the information of the PLC LOGO! Siemens and expansions that we have...
Replies
4
Views
1,088
Hi guys Do you have some experiences with Power Analyzers such as Siemens SENTRON PAC4200?.. I have alternative analyzer installed on machine...
Replies
6
Views
2,050
A while back I asked if anyone had an alternate security system for the RedLion Crimson 3.0 or 3.1, there weren't any answers, so I have done my...
Replies
8
Views
5,707
Back
Top Bottom