Siemens TI8 Networks and rungs

NetNathan

Lifetime Supporting Member
Join Date
Nov 2011
Location
Corona, CA
Posts
2,199
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

Hi, I'm setting up a modbus master on an S7-300. It seems to work in OB1 but not when I use it in OB35. Does anyone have any ideas why? Could...
Replies
8
Views
42
The past week we received a new piece of equipment from Germany which utilizes siemens controls. Typically in our company we use A.B. controls for...
Replies
12
Views
308
Hello I have a s7-1200 and I would like to read the tags present in this controller with my controllogix controller. The two controllers don't use...
Replies
5
Views
163
Hi need help why this “failure 5 emergency stop “ appears at every startup in the morning ? Have to shut off main switch at least 10 times on...
Replies
19
Views
313
i have two plc 1. s7-1212dc/dc/dc ip; 192.168.0.1 2. s7-1500 1513-1pn ip; 192.168.3.2 i need to get data from plc1 to plc2. any idea how to do...
Replies
5
Views
125
Back
Top Bottom