









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Prof. Prasanna Singh delivered this lecture at Aliah University for Digital Logic Design and Programming course. It includes: Programmable, Logic, Controllers, Implementation, Solution, Integration, Commissioning, Incorporating, Environment
Typology: Slides
1 / 17
This page cannot be seen from the preview
Don't miss anything!










methods^ and^ tools^ used^ in
the individual phases. The phase model can be applied to control programs of varyingcomplexity; for complex control tasks the use of such a model isabsolutely essential.
and^ be^ independent^ of^ the technical realization. These requirements are fulfilled by the function chart as definedin IEC 60848. Starting^ with^ a^ representation
of^ the^ overall^ view^ of^ the controller (rough structure of the solution), the solution can berefined step by step until a level of description is obtained,which contains all the details of the solution (refinement ofrough structure).
60848,^ can^ be^ clearly^ and^
easily programmed in a sequential function chart. A sequential function chart, in as far as possible, uses the samecomponents for programming as those used for the descriptionin the function chart to IEC 60848. Ladder diagram, function block diagram and statement list arethe programming languages suitable for the formulation of basicoperations and for control systems which can be described bysimple operations logic operations or boolean signals.
Phase 3:^ ^ The high-level language structured text ismainly used to create software modules ofmathematical content, such as modules forthe description of control algorithms.^ ^ In so far as PLC programming systemssupport this, the control programs or parts ofa program created should be simulated priorto commissioning.^ ^ This permits the detection and elimination oferrors right at the initial stage.
Introduction To The IEC 1131^ ^ The^ International^ Electrotechnical
Commission^ (IEC)^ SC65B- WG7 committee developed the IEC 1131 standard in an effort tostandardize programmable controllers. One of the committee’s objectives was to create a common setof PLC instructions that could be used in all PLCs. IEC 1131 standard reached the status of international standardin August 1992. The effort to create a global PLC standard has been a verydifficult^ task^ to^ accomplish^
due^ to^ the^ diversity^ of^ PLC manufacturers^ and^ the^ problem
of^ program^ incompatibility among PLC brands. However, the inroads that have been made so far have had atremendous impact on the way PLCs will be programmed in thefuture.
use^ symbols^ to^ program^ controlinstructions, while the text-based^ languages^ use^ characterstrings to program instructions. ^ Graphical languagesLadder diagrams (LD)Function block diagram (FBD) ^ Text-based languagesInstruction list (IL)Structured text (ST)