Function Block Diagram Programing

fbeduhn

Member
Join Date
Nov 2002
Location
Houston
Posts
1
First time on:
I need to program a couple of AB ControlLogix 5550 PLC's with (FBD) function block diagram programs/. I have never programed a ControlLogix let alone in FBD. Help...Where can I learn to program FBD, fast?
 
FBD

Witch FBD you don't understand?

You can learn about many of FBD in the help of RS5000 software.

click Help, choose instruction help and choose the function block you want learn
 
Horses for courses

If you have mathematical functions to implement or advanced loop control, then FBD offers some very powerful features. On the other hand, if you're doing AND - OR logic and sequencing, I'd say forget it except as an academic exercise and stick to ladder. The diagrams can very quickly get large and unwieldy for only minor functionality.

The last time I checked, there was no on-line editing capability for FBD's.
 
You should really start from the beginning

I strongly suggest that if you do not have any experience with the ControlLogix (Or any of the Logix based processors)
You should go through the basic first. Many people made the mistake of assuming the ControlLogix has the same memory structures, ladder scan cycle, etc... as the PLC5/SLC500... but it is a totally different animal altogether.
For example...
... There will be a limitation on their "connections" to I/O modules, depending if it is an Analog, Diagnostic, optimized rack, etc.
... There is a feature in RSLinx that will optimized your OPC packets, and if you start editing the tags on line (e.g. changing from BIN to INT) You will probably get into trouble.
... It's best to use Arrays and the "User Defined Tags" to lower the comms between your PLC and MMI...

I can't list them all down, (Or even remember them all...) But there is a RSLinx/ControlLogix optimization tips document, that AB would suggest you read through... I don't think that reading through it is an option. I think you must look through it before you start you program. (I can't remember the document name. But the sales guy that serve you should know it... I hope))
 

Similar Topics

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
114
I've been using RSLogix 5000 for some time and have always used the "BNOT" block to inverse a digital signal in FBDs. This can take up a lot of...
Replies
0
Views
2,257
Ironically, I have never done any function block programming in Logix5000 itself, but I have to draw out a program for it. My question is, what...
Replies
4
Views
1,578
Hi, I want to know if Rologix Version 19 is automatically included Function Block Diagram language except ladder logic. Does it need to buy...
Replies
3
Views
4,089
Hello, I have a Totalizer (TOT) running for some production Data. Every now and then the values are immence I get values like 59999E25. They are...
Replies
5
Views
1,779
Back
Top Bottom