Siemens PIW

AshleyParr

Member
Join Date
Dec 2008
Location
Midlands, UK
Posts
184
Ok guys iv jumped back into the wonderful world of Siemens :sick:

I have a 2 plcs designated as DP masters but connected via a profibus coupler. The coupler has been configured for 5 input words starting and 5 output words with a starting address of 100

A process is moving PIW 102 into a DB, and heres my problem...i cannot figure out is where PIW102 comes from?! I know its from the other plc but i cannot find where it transfers the data.

I found this thread which kind of relates to what im doing but not fully:
http://www.plctalk.net/qanda/showthread.php?t=80210&highlight=siemens+piw

Any help on this will be greatly appreciated!!

Cheers,
Ash

Edit: There are alot of blocks locked in the PLC so it may be that where the data is moved into PQW102/PIW102 is not visible for me. Just looking for some pointers on where to look
 
Last edited:
You have two plcs communicating across a DP/DP coupler?

PLC1 is reading from PIW102, as you stated. This input address is assigned to the DP/DP coupler, which acts as a profibus slave.

the DP/DP coupler is also a profibus slave to PLC2. The DP/DP coupler needs to have mirrored assignment (inputs become outputs, etc) in the 2nd PLC HW Config, but the input/output addresses can be anywhere.

You need to find what IO address the DP/DP coupler is assigned in the 2nd PLC, and then look for access to that memory space. Note that the DP/DP coupler could have multiple virtual slots (multiple data transfer areas), so you need to make sure that you are looking at the correct IO area.
 
Thank you for the reply, it was throwing me that the coupler didn't have the same address on the networks (noob!)

All sorted managed to find it (ish even though the block processing it is protected)

:)
 

Similar Topics

In the Siemen's Step 7 world what is the difference between an Input Word (IW) and Peripheral Input Word (PIW)? For example, if I right-click on...
Replies
11
Views
31,828
Hello everyone, I've had this issue for the last 2 days where I try to assign the profisafe address to an IO block (6ES7 146-6FF00-0AB0) but when...
Replies
4
Views
59
Hello, good morning, I have been having two problems with the Tia Portal software. The first is that I have installed it on my computer and...
Replies
3
Views
80
Hello to all, I'm just starting with using CodeSys. Immediately, I have noticed that Codesys doesn't use data blocks like for example S7 does...
Replies
11
Views
161
Hi, I'm setting up a modbus master on an S7-300. It seems to work in OB1 but not when I use it in OB35. Does anyone have any ideas why? Could...
Replies
10
Views
110
Back
Top Bottom