Sample of Logix5000 Controllers Sequential Function program

user68

Member
Join Date
Jun 2011
Location
Alberta
Posts
7
Does anyone have any sample of Logix5000 Controllers Sequential Function program to share? I would appreciate very much. I read through the programming manual to learn the syntax as I am new at SFC.
Thank you.
HN
 
I don't have a program handy, but I'll share my thoughts :)
- SFC is a great tool for the right type of application (sequential in nature)
- it lets you easily separate the WHAT from HOW. I usually use SFC for WHAT and ladder for HOW
- it gives you a visual overview of what is happening, and what is currently executing
- it makes changing the sequence later a breeze.
- it forces you to strictly follow Action-Transition-Action-Transtion...
- you can write your program very modularly (by using JSRs and transition by end_tag.x)

Some things to watch for:
- [:=] vs := for assignment
- default options for SFC execution (I always change it to Scan last automatically)
- types of action, and how they differ
- when to execute the SFC routine and when to reset it (to first step)

CONS:
- it takes a bit to get used to
- Logix likes to crash, save often
- chances are that people who will maintain your program will say Whiskey-Tango-Foxtrot is this

Good luck!
Tom
 

Similar Topics

Need good example/sample of aoi RSLogix5000 code to read&write through RS232 port on Need good example/sample of aoi RSLogix5000 code to...
Replies
0
Views
1,841
Hi! I am trying to run the 'SimpleSample' (https://infosys.beckhoff.com/content/1033/TF5100_TC3_NC_I/Resources/3438746891/.zip ) to understand the...
Replies
2
Views
106
I am looking for any simple sample isp plc file for a Delta PLC. I currently have version 3.06 if that matters. I am looking to practice...
Replies
1
Views
704
Hello Guys, Can anyone share the Combined tube autopilot program If anybody worked with it.. we have newly installed this Auto pilot CT which is...
Replies
8
Views
1,380
I need to locate a better sample pump than this. While these work, they just aren't built for years of service. 120V supply and in a damp...
Replies
15
Views
2,742
Back
Top Bottom