Lesson 2: PLC Programming Flashcards
List the methods in programming PLC.
- Ladder Diagram
- Statement List (Mnemonics)
sets of symbols that are commonly used in PLC ladder logic diagrams that represent control components and instructions.
PLC Ladder Symbols
this programming is in text form using the STL Instruction lists. It is preferred by programmers whore are familiar with other programming languages.
Statement List (Mnemonics)
uses contacts and coils and very popular to people who are used to working with contactors and relays.
Ladder Diagram
3 basic rules in PLC programming:
- A coil must be inserted at the end of the rung/network.
- All contacts must run horizontally. No vertically oriented contacts are allowed.
- Only one output may be connected to a group of contacts.
represent the contacts of the pushbutton, relay, limits switches, overlay relay, etc.
The contacts
represent energized relays or outputs when power flows through them.
coils
Also represents the input part of your Ladder Programming.
contacts