Why we do use more than one networks in Ladder logic of Siemens PLCs ?

dineshdeshmuk

Member
Join Date
Oct 2011
Location
South Asia
Posts
16
Why we do use more than one networks in Ladder logic of Siemens PLCs ?

whats the need of using more than one networks in programming a task inside S 7 Simatic Manager of Siemens S7 PLCs in Ladder logic ?

thanks
 
Not Siemens but....

I worked on a program in RSLogix that was just under 600 rungs long all in the same file/network

It was a nightmare to work on, everyone (myself included) just added to it, it would take a month to clean it up and the plant manager would not give anyone the time to do it.
 
The case of Siemens Step7 (V5.4), each network can have its comment. This is convenient to maintain. And too large network is very hard to modify.
 
Also in step 7 each segment has the Authors name, date of creation, last modification date
stamped on it which makes it easier to see what has been modified, when and by whom.
 
If you are faithful about commenting each network, when you collapse all the networks you can simply read the program flow by reading the comments. Its beautiful.
When I come back to a program months or years later I can quickly refresh myself on the program: its one of the nicest features of Siemens networks (instead of having to wade through hundreds of lines of ladder logic to understand the program).

There are also certain times (and certain processors) you have to use networks. For example, labels must be attached to a network so you can jump directly to that network.
 
It's very much the same reason as why we use punctuation, sentences and paragraphs when writing a text: readability and better understandability.

Kind regards,
 

Similar Topics

Hello, i need to use P_Intlk and feed the Status interlock OK bit to a P_DOut block. However, there's 17 interlocks for this output. How can I...
Replies
1
Views
108
Hi everyone, recently i worked with a cmore panel and have the question that how can clear alarm list whit remote form,right now only can with...
Replies
0
Views
107
Hello, friends, I am trying to upgrade a system that uses an Onrom incremental encoder (E6B2-CWZ6C) connected to a Danfoss VFD (FC360), but now...
Replies
4
Views
271
Hello Friends I have took the sample program from AB webpage and modified, but I can only send 127 chars...
Replies
1
Views
180
Hello, I am new here and have been working with PLCs for a few years now. I have been tasked with setting up a Micrologix 1400….. to a Cmore 10...
Replies
10
Views
489
Back
Top Bottom