Exchanging data via profinet

uptown47

Lifetime Supporting Member
Join Date
Feb 2008
Location
Over there, next to those boxes
Posts
1,146
I'm wanting to set up a network of 4 315-PN/DP
PLCs.

I will have one PLC that will take the speeds
from the other 3 machines (as words) and display
them on a HMI.

I've no experience with Profinet and would like
to use this method (I could do this with Profibus
but, as a learning exercise, I would like to know
how this could be done in Profinet).

I can configure the machines to have IP
addresses:
Machine 1 - 192.168.0.1
Machine 2 - 192.168.0.2
Machine 3 - 192.168.0.3
Central PLC - 192.168.0.10

I just don't know how I set up which 'words' get
passed along the network and also how I address
the words at the other end?

i.e.
I have set up my Central PLC in the hardware
config but it won't let me then 'hang' other PLCs from the Ethernet link?

Has anyone any idea how I would get one word from each PLC back to the central (or main) PLC ?

Many thanks for any light you can shed on this.

;-)
 
There are 3 main ways to do it.

1. By an S7 connection and PUT/GET.
This is quite easy.
Simply, in NetPro, setup an S7 connection between the each CPU. Make a note of the connection ID number.
Use the ID number when you add the PUT or GET blocks to the user programs.

2. By Send-Receive.
This is more complicated.
An advantage is that the receiver has control over if the data shall be received, and where to store it.
Here is a sample with ISO-on-TCP protocol:
http://support.automation.siemens.com/WW/view/en/29737976

3. By PN IO and and one CPU being an "I device" for the other CPU.
This will have the greatest performance.
Read chapter 4.8 in this manual:
http://support.automation.siemens.com/WW/view/en/19292127
 
Thank you very much for the info. I'm just reading that manual you recommended Jesper. Hopefully I'll find the answers in there.

Will get back if I still have questions.

Thank you once again. ;-)
 

Similar Topics

This is a Micro850. Timer one begins timing. When the enable input of timer 2 is active I want to load the accumulated count of timer one into the...
Replies
5
Views
1,686
I need to exchange a couple of bits between a Siemens 505 and AB Control logix, I am hooked to one network. is this a easy task, what would be a...
Replies
6
Views
4,445
Well, and what about permanent dealing of patterns, sample of image, algorithm of WinCC v6.0 Step7 Protool etc. Now I put some samples to file...
Replies
0
Views
3,850
I have an expression in a structured text routine of a Logix controller that looks more or less like the following: ResultInteger := Integer1 *...
Replies
11
Views
192
Does anyone know what the data transfer rate for this series of CompactLogix PLC's? 1769-L24ER-QB1B to be exact. Cheers.
Replies
1
Views
79
Back
Top Bottom