11/7/2015 2:18 PM | |
Posts: 36 Rating:
|
See here ! |
This contribution was helpful to
1 thankful Users |
11/7/2015 3:43 PM | |
Joined: 9/27/2006 Last visit: 9/28/2023 Posts: 12153 Rating:
|
Hello desertfox; rouk! has given you good basic information on DPV0 and DPV1; let's see if we can add answers to your other questions. First point: a Y-Link acts (as far as the redundant DP masters on the S7-400H system can see) as a single Profibus slave, and has the limitations of a single slave: no more than 244 bytes and 244 bytes IN in the configuration. So the sum of the Profibus slaves data attached to the Y-Link must not exceed 244 bytes each way. Using PPO5 will require 28 bytes OUT/IN per drive, so you cannot place more than 8 drives attached to a single Y-Link (you can use more than one Y-Link per network). Using PPO2 or PPO4 reduces the amount of data exchanged per drive (since you do not reserve data area for the PKW section) so you can place more drives behind a Y-Link (but you exchange less data). To see how the drive Profibus exchanges are generated (this is part of the ProfiDrive profile, see below), look at the following document describing the MM4 Profibus Option Board instructions. https://support.industry.siemens.com/cs/ww/en/view/6586565 Notice the Profibus telegram structure is divided in 2 section, tht are accessed in different fashions: - PKW (parameter values) can only be sent as a single telegram of 4 words, using SFC 15/14. This is nan acyclic communication pattern, requiring programmed functions in the PLC. They are used when you want to manipulate the drive parmeters online, over Profibus. - PZD (process data) are controlled by the Profibus cycl;ic exchanges and are not linked to a communication function programmed by the user. They transfer control and status bits, and specified values of interest when monitoring the drive (current, speed...) Notice how the manual explains which PPOx telegram uses both PKW and PZD, and compare them to the document you have been studying for the RPBA module Hope this helps, Daniel Chartier |
Last edited by: dchartier at: 11/7/2015 3:58:21 PM |
|
This contribution was helpful to
4 thankful Users |
Follow us on