Conversion from SFC to Ladder logic

plcnovel

Member
Join Date
Feb 2006
Location
LHR
Posts
215
hi All
Is there an easy way to convert SFC written program into Ladder Logic automatically? I am in urgent need of doing it. Or if some one can tell me how to do it? Thanks in advance
 
Hello Plcnovel;

I know of no automatic conversion from SFC to Ladder code, maybe someone else here has more information on such products.
Here is how we do it by hand (for example, when we use SFC as a design tool, and force ous students to do things the hard way...)

You will need 3 functions, or files or sections of Ladder (depends on the platform you will program) to implement the conversion of the Steps/Transition diagram:
1) the first will detail the combination of Transitions that will make a Step active and inactive (a Step becomes active (latched) when the preceding Step is active,and the preceding Transiion becomes true; it becomes inactive (unlatched) when the following Transition becomes true)
2) the second will detail the conditions that will make each Transition true
3) the third will will detail which actions are taken by the system when a Step is active(bits Set/Reset, values moved, subroutines called...)
I am looking for English documents on SFC to ladder conversions for you; all I have with me now are in Fraench. I will post them as soon as I find them.
Hope this helps,
Daniel Chartier
 
Give some more background as to why you need to do this. SFC is a graphical method of describing a process and the tools used usually enable the user to monitor the progress of a sequence using the original graphical description. If you convert to ladder you will throw all of this convenience away. In the Siemens S7 environment, for example, I'm not aware of any method of automatically converting to ladder (and I wouldn't want one either)
 

Similar Topics

I have a box erecting machine that uses a PLC5/20 and SFC currently. I need to convert the equipment to run in its new home which will be...
Replies
0
Views
1,344
I admittedly have used SFC very little over my career so far, but need to convert a PLC-5 program which has a decent amount of SFC code to Logix...
Replies
1
Views
2,161
I'm stumped by something seemingly simple. I want to move the numerical value of an ASCII style SINT into a REAL tag in Studio 5000. What's the...
Replies
3
Views
47
I’m running short on time to complete this project (retirement looming), so thought I’d ask here hopefully save me some research time. I’m...
Replies
1
Views
38
I have a machine which is undergoing upgradation. As part of the process two SEW drives are being replaced., existing Gen B with new Gen C. The...
Replies
3
Views
233
Back
Top Bottom