4/16/2012 7:17 AM | |
Posts: 2348 Rating:
|
There are a lot of designs that can be taken into consideration. Anyway you can make control check via cross-reference (Ctrl+Alt+R in Simatic manager) |
4/16/2012 8:50 AM | |
Posts: 83 Rating:
|
Please have a look here: http://www.slideshare.net/DMCChicago/dmc-siemens-summit-2011-top-ten-programming-mistakes-slide-share-8588695 from slide 38 to 47. These guys suggest us to not make an improper use of merkers. So I understood that the common solution is to use some merkers that are in AND with only one coil but I would like to avoid it, because it makes the symbolic confusing (quite the same name for every merker that goes into a single coil) So, at this point I modify a bit my question: I have a FB only for a unit automatic cycle, then I need to call the same outputs some else where to make the manual movements. This means that the FB and the network to make manual movements are going to drive the same output. If I use the same output for ex. Q0.0 at the end of the FB and at the end of manual movement network, is there the possibilty to generate a conflict? (for conflict I mean when the same output is set and immediately reset in the same PLC cycle scan by different networks with the result that no movement is done.) If I decide to deactivate the FB when I need to make manual movement and viceversa (manual/auto mode are mutual exclusive) is this conflict avoided? goal: I don't want to replicate outputs using mekers in shared memory, I don't want to use merkers.
|
4/16/2012 11:21 AM | |
Joined: 10/7/2005 Last visit: 6/5/2023 Posts: 2966 Rating:
|
Hello avafab I personally don't have a problem with using "merkers" as and when needed. These are after allsimply a predefinedinternal memory area and there is nothing "dangerous" about them (even though the DMC presentation seems to suggest there is). I appreciate though that you do not want to use them, so my question concerning yourrequirement is:
Why not simply have the "Unit's" automatic and manual movement related logic combined inside the one FB? |
Cheers |
|
This contribution was helpful to
1 thankful Users |
4/16/2012 2:05 PM | |
Posts: 83 Rating:
|
s7-300, blocks in ladder/stl |
Follow us on