SlideShare a Scribd company logo
Unit 2
Flow Chart and Diagram
Introduction
 Flow chart and timing diagram are the
most basic things that students must be
able to know
 It shows the basic instruction for PLC
applications before start programming
using ladder diagram
Learning Outcome
 After completing this topic, student should
be able to:
Describe a problem and their solution in
structured way
Create flowchart to represent problem and
the solution
Convert flowchart method to ladder
diagram programming method
Sequential and Process Problem
Problem solving method, a good problem
should answer this questions:
What is the control problem??
Who has the control problem??
What form the solution can be??
 5 questions: what, how, where, when, and
why
Problem Understanding and Action
 Problem definition
 Problem analysis
 Generating possible solutions
 Analyzing the solutions
 Selecting the best solutions
 Planning the next course of action (next
step)
Introduction to Flowchart
 Flow charts are easy-to-understand
diagrams showing how steps in a process
fit together.
 This makes them useful tools for
communicating how processes work
 Furthermore, the act of mapping a
process out in flow chart format helps to
clarify your understanding of the process
Introduction to Flowchart cont.
Introduction to Flowchart cont.
 Water Level Warning System Process,
Water level
danger
Start
Read water
level sensor
OFF
alarm
ON alarm
Finish
yes
no
Flowchart and Process
A flowchart
of Tank Filter
System
Flowchart and Process cont.
 The general method for constructing
flowcharts is:
 Understand the process.
 Determine the major actions, these are drawn
as blocks.
 Determine the sequences of operations, these
are drawn with arrows.
 When the sequence may change use decision
blocks for branching.
Flowchart to Block Logic and
Ladder Diagram
Add labels
to each
block in the
flowchart
Flowchart to Block Logic and
Ladder Diagram cont.
Label the
Flowchart
Blocks and
Arrows
Flowchart to Block Logic and
Ladder Diagram cont.
The
transition
logic
The function
logic and
outputs

More Related Content

PPT
Basics of Programming Algorithms and Flowchart
PDF
Practical 01 (detailed)
DOCX
Csc 102 lecture note(introduction to problem solving)
PPTX
Qcl 14-v3_ [Challenge 2]_[banasthali university]_[akanksha]
PDF
Python Unit 1.pdfPython Notes for Bharathiar university syllabus
PPTX
Programming_Lecture_1.pptx
PDF
Problem solving methodology
PPTX
Algorithm for computational problematic sit
Basics of Programming Algorithms and Flowchart
Practical 01 (detailed)
Csc 102 lecture note(introduction to problem solving)
Qcl 14-v3_ [Challenge 2]_[banasthali university]_[akanksha]
Python Unit 1.pdfPython Notes for Bharathiar university syllabus
Programming_Lecture_1.pptx
Problem solving methodology
Algorithm for computational problematic sit

Similar to Learn About Flow Chart Suitable for beginner and Diploma students (20)

PPTX
Prepare and Interpret Technical Drawing.pptx
PPT
Unit 1 python (2021 r)
PDF
Algorithm & Flowchart.pdf
PPT
PPTX
Algorithm and flowchart2010
PPT
PPTX
Module 1 python.pptx
PPTX
Software develop....
PPTX
module1 new c programming for begginers.pptx
PPTX
Software Development
PPTX
PCCF UNIT - 1 - M.Sudharsan.pptx
PPTX
Flow chart and algorithm working progress
PPTX
Flow chart and algorithm working progress
PDF
Study Material for Problem Solving Techniques
PPT
Plan design implement
PPT
Ch1 principles of software development
PPT
Lecture_01-Problem_Solving[1]||ProgrammingFundamental.ppt
PDF
POLITEKNIK MALAYSIA
PPSX
Algorithm and flowchart
PDF
GE3151 PSPP _Unit 1 notes and Question bank.pdf
Prepare and Interpret Technical Drawing.pptx
Unit 1 python (2021 r)
Algorithm & Flowchart.pdf
Algorithm and flowchart2010
Module 1 python.pptx
Software develop....
module1 new c programming for begginers.pptx
Software Development
PCCF UNIT - 1 - M.Sudharsan.pptx
Flow chart and algorithm working progress
Flow chart and algorithm working progress
Study Material for Problem Solving Techniques
Plan design implement
Ch1 principles of software development
Lecture_01-Problem_Solving[1]||ProgrammingFundamental.ppt
POLITEKNIK MALAYSIA
Algorithm and flowchart
GE3151 PSPP _Unit 1 notes and Question bank.pdf
Ad

Recently uploaded (20)

PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
RMMM.pdf make it easy to upload and study
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
Computing-Curriculum for Schools in Ghana
PDF
Complications of Minimal Access Surgery at WLH
PDF
Classroom Observation Tools for Teachers
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
Institutional Correction lecture only . . .
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PPTX
Cell Types and Its function , kingdom of life
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
master seminar digital applications in india
PPTX
Pharma ospi slides which help in ospi learning
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Final Presentation General Medicine 03-08-2024.pptx
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
RMMM.pdf make it easy to upload and study
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Computing-Curriculum for Schools in Ghana
Complications of Minimal Access Surgery at WLH
Classroom Observation Tools for Teachers
Final Presentation General Medicine 03-08-2024.pptx
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Institutional Correction lecture only . . .
Chinmaya Tiranga quiz Grand Finale.pdf
Cell Types and Its function , kingdom of life
STATICS OF THE RIGID BODIES Hibbelers.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf
master seminar digital applications in india
Pharma ospi slides which help in ospi learning
202450812 BayCHI UCSC-SV 20250812 v17.pptx
O5-L3 Freight Transport Ops (International) V1.pdf
Ad

Learn About Flow Chart Suitable for beginner and Diploma students

  • 1. Unit 2 Flow Chart and Diagram
  • 2. Introduction  Flow chart and timing diagram are the most basic things that students must be able to know  It shows the basic instruction for PLC applications before start programming using ladder diagram
  • 3. Learning Outcome  After completing this topic, student should be able to: Describe a problem and their solution in structured way Create flowchart to represent problem and the solution Convert flowchart method to ladder diagram programming method
  • 4. Sequential and Process Problem Problem solving method, a good problem should answer this questions: What is the control problem?? Who has the control problem?? What form the solution can be??  5 questions: what, how, where, when, and why
  • 5. Problem Understanding and Action  Problem definition  Problem analysis  Generating possible solutions  Analyzing the solutions  Selecting the best solutions  Planning the next course of action (next step)
  • 6. Introduction to Flowchart  Flow charts are easy-to-understand diagrams showing how steps in a process fit together.  This makes them useful tools for communicating how processes work  Furthermore, the act of mapping a process out in flow chart format helps to clarify your understanding of the process
  • 8. Introduction to Flowchart cont.  Water Level Warning System Process, Water level danger Start Read water level sensor OFF alarm ON alarm Finish yes no
  • 9. Flowchart and Process A flowchart of Tank Filter System
  • 10. Flowchart and Process cont.  The general method for constructing flowcharts is:  Understand the process.  Determine the major actions, these are drawn as blocks.  Determine the sequences of operations, these are drawn with arrows.  When the sequence may change use decision blocks for branching.
  • 11. Flowchart to Block Logic and Ladder Diagram Add labels to each block in the flowchart
  • 12. Flowchart to Block Logic and Ladder Diagram cont. Label the Flowchart Blocks and Arrows
  • 13. Flowchart to Block Logic and Ladder Diagram cont. The transition logic