Function block online edits

Vager

Member
Join Date
May 2018
Location
NY
Posts
8
Hello everyone,

I need to make some changes to a function block routine and am wondering what can be done during an online edit. Does function block programming have the same limitations as ladder? This question pertains to RSlogix5000 software.

Thanks
 
You can edit, test, compile an FBD like a ladder. What limitations are you referring to? The only thing I might caution is paying attention to execution order, you could potentially throw something off depending on how the blocks are arranged.
 
Thanks for the info! As far as limitations I was referring to editing alias tags in ladder logic and I assume the same applies to function block.
 
Thanks for the info! As far as limitations I was referring to editing alias tags in ladder logic and I assume the same applies to function block.

You are correct. That limitation is why I insist aliases only reference things like print numbers. Aliasing a digital input as StartButton will eventually bite you in the nether regions.
 
There's one other limitation that you should be aware of:

The page size can only be changed off-line, not online. Give yourself plenty of extra space when you create your FBDs, or you'll have wires crossing every whichway and blocks overlapping when you invariable add more blocks to the logic.

It'll still work, but it won't be easy to read.
 
There's one other limitation that you should be aware of:

The page size can only be changed off-line, not online. Give yourself plenty of extra space when you create your FBDs, or you'll have wires crossing every whichway and blocks overlapping when you invariable add more blocks to the logic.

It'll still work, but it won't be easy to read.

As of version 31 Studio5000 FBD defaults to 11x17. That's how I always set mine in advance, now it's done for you.
 

Similar Topics

Are there any online tutorials on starting of function block progamming.
Replies
3
Views
4,185
Hi, I have attached herewith one image which our programmer has been used in S7 1500 PLC. Now we need to use the same instructions in S7 1200 PLC...
Replies
4
Views
118
Please see attached file. I need this program in Function Block form but I am totally lost on this. Any help would be appreciated. Thanks!
Replies
8
Views
293
Hi! I am using a TM200CE40T PLC from Schneider to write data over Modbus. I have used Memory words (%MW) before using the Write variable...
Replies
1
Views
533
Hi folks. New to the forum, but been working with PLCs for several years now. Would like some advice on whether you would keep this logic, or...
Replies
9
Views
1,064
Back
Top Bottom