Siemens TI8 Networks and rungs

NetNathan

Lifetime Supporting Member
Join Date
Nov 2011
Location
Corona, CA
Posts
2,200
In TI8 portal...I notice there are "Networks" and rungs used.
You can have more than 1 rung in a Network and you can have multiple Networks.

What is the purpose of a "Network"??
Most of the ladder logic I have used is only rungs.
 
In the old Siemens programming, a network was basically the same thing as a rung: one line of ladder logic.

In the TIA Portal, with the newer PLCs, you can have multiple lines of LAD per network. The original best practice was still to only do one thing per network, but sometimes "one thing" is transfer all my internal bits to my outputs in an FBD, something like that.

More recently, I've also seen programmers who use the network to group logic together (control logic for motor one, alarm logic for motor 1, control 2, alarm 2, etc). I like this, and it helps manage the whole "Portal only expands 6 networks at a time when you open a block" thing.
 
In using the Networks, I have found it nice to be able to isolate related lines (or rungs) of logic to a Network, also easier to copy or move.
 
I have found a good practice with TIA portal is to use mostly one or two rungs per network.

This allows the network name to be a high level comment such as "Tank overfill alarm" or "Start pump 1 on tank overfill alarm".

Once you collapse all networks the names then provide a sort of flow chart of the code. This then allows you to find the rungs you need.
 
I have found a good practice with TIA portal is to use mostly one or two rungs per network.

This allows the network name to be a high level comment such as "Tank overfill alarm" or "Start pump 1 on tank overfill alarm".

Once you collapse all networks the names then provide a sort of flow chart of the code. This then allows you to find the rungs you need.

Exactly what I meant in my previous post.
 

Similar Topics

Good morning, all I am very new to siemens family and to STL, i have been playing for two days now and manage to get the scaling do in STL. Now...
Replies
3
Views
68
Hi! What is the way to convert the code from the Codesys code to the Tia Portal? Regards, WK
Replies
4
Views
119
Good Afternoon , It has been decades since I have done anything with Siemens . What is the Siemens name of their Servo Product Line and what...
Replies
10
Views
216
I'm using the Siemens PRONETA software to do some IO testing currently. I love the simplicity and fast testing capability. Does anyone know about...
Replies
0
Views
93
Hi, First time user of S5 Siemens. Is there any solution on how to solve this kind of error. HMI OP7 $613 DB-error No. 11 (0: 15) Siemens PLC...
Replies
9
Views
178
Back
Top Bottom