Continuous Function Chart
   HOME
*





Continuous Function Chart
A Continuous Function Chart (CFC) is a graphic editor that can be used in conjunction with the STEP 7 software package or with other tools, such as CODESYS. It is used to create the entire software structure of the CPU from ready-made blocks. When working with the editor, you place blocks on function charts, assign parameters to them, and interconnect them. Interconnecting means, for example, that values are transferred from one output to one or more inputs during communication between the blocks. Continuous function charts are basically used for controlling continuous processes, where all the logic is executed and outputs are calculated in each PLC scan. Where as in SFC, execution will be sequential as done is batch processes. References Graphics software {{software-stub ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Sequential Function Chart
Sequential function chart (SFC) is a visual programming language used for programmable logic controllers (PLCs). It is one of the five languages defined by IEC 61131-3 standard. The SFC standard is defined as ''Preparation of function charts for control systems'', and was based on (itself based on binary Petri nets). It can be used to program processes that can be split into steps. Main components of SFC are: * Steps with associated actions; * Transitions with associated logic conditions; * Directed links between steps and transitions. Steps in an SFC diagram can be active or inactive. Actions are only executed for active steps. A step can be active for one of two motives: * It is an initial step as specified by the programmer. * It was activated during a scan cycle and not deactivated since. Steps are activated when all steps above it are active and the connecting transition is superable (i.e. its associated condition is true). When a transition is passed, all steps above are d ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]