Number of networks in a function

Wim

Member
Join Date
Sep 2005
Location
Vorselaar
Posts
5
Hi all,

I'm creating an S7 program for a S7-300PLC.

My question is: How many networks can be used in one function in FBD-language? Or is this just dependent on the cycle time of the PLC?

Thanks
 
I haven't found any limits yet. In my opinion you should try to avoid to much networks in one Function. Using more functions instead of one large one can increase the readablity off the software.

In my software the largest function consists off approx. 600 networks. (All the HMI alarms of the software, 1 network=1 alarm)
 
Wim,

it's not even depending on the cycle time of the CPU. If the number of networks you're using give you cycle time trouble, just change the watch dog timer value. The number of networks is (more or less) only depending on how much memory is available and the number of instructions per network.

I however strongly recommend not to put too many networks in a single function. Divide your program in functional blocks as is the installation/machine you're controlling with your PLC. Let each function control a functional block of the machine/installation. That way you'll find it much easier to troubleshoot.

Kind regards,
 
The number of networks is limited by max allowed size of a block (<= 64kB). With shortest possible networks in LAD it gives roughly 16k.
 

Similar Topics

I am working on a project using a NB screen and NX1P2 PLC. I am having a really hard time getting a real number to properly translate through to...
Replies
3
Views
120
Complete noob here, using a Click C0-02DD1-D to run a test stand. Requirement is to turn on motor run for X seconds, turn off and dwell for X...
Replies
6
Views
1,073
Hi, I have this weird issue whenever I try to change the SNN from a Point IO Im missing the three ... dots to open the pop up and change it...
Replies
4
Views
612
I'm doing my first PanelView 5000 application with Logix View Designer v8, and am of course jumping in headfirst. One thing I don't find is a way...
Replies
4
Views
693
Hi PLCs.net! I was curious: How many axis can a B&R APC910 control? Is there a hard limit like certain AB controllers? I'm new to B&R, so would...
Replies
0
Views
367
Back
Top Bottom