21
PLC Training Day 3 Ladder Diagrams

Programmable Logic Controls training day 3

Embed Size (px)

Citation preview

Page 1: Programmable Logic Controls training day 3

PLC Training Day 3

Ladder Diagrams

Page 2: Programmable Logic Controls training day 3

Sequential Programming

• What is sequential Programming ?

• Why is it important ?

Page 3: Programmable Logic Controls training day 3

Sequential Programming

Page 4: Programmable Logic Controls training day 3

Sequential Programming

Page 5: Programmable Logic Controls training day 3

Sequential Programming

Page 6: Programmable Logic Controls training day 3

Sequential Programming

Page 7: Programmable Logic Controls training day 3

Sequential Programming

Page 8: Programmable Logic Controls training day 3

Sequential Function Chart (SFC)

• The Sequential Function Chart (SFC) is an extremely effective graphical language for expressing the high level sequential parts of a control program.

• The best of both worlds approach is to plan the program using SFC and then to translate it into ladder logic.

Page 9: Programmable Logic Controls training day 3

SFC

Page 10: Programmable Logic Controls training day 3

SFC

Page 11: Programmable Logic Controls training day 3

SFC

Page 12: Programmable Logic Controls training day 3

SFC

Page 13: Programmable Logic Controls training day 3

Initial Conditions

Page 14: Programmable Logic Controls training day 3

Transition

Page 15: Programmable Logic Controls training day 3

States

STATE 1 is the initial state. We need to make sure that it alone is active before the start button is pressed.

Page 16: Programmable Logic Controls training day 3

States

The remaining states are switched on and offby the relevant entry and exit transitions. Thetransition relays are often only brieflyenergised so the states are latched on.

Page 17: Programmable Logic Controls training day 3

Outputs

Page 18: Programmable Logic Controls training day 3

Example

Page 19: Programmable Logic Controls training day 3

Example

Page 20: Programmable Logic Controls training day 3

Example

Page 21: Programmable Logic Controls training day 3

Example