Lesson 2: PLC Programming Flashcards

1
Q

List the methods in programming PLC.

A
  1. Ladder Diagram
  2. Statement List (Mnemonics)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

sets of symbols that are commonly used in PLC ladder logic diagrams that represent control components and instructions.

A

PLC Ladder Symbols

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

this programming is in text form using the STL Instruction lists. It is preferred by programmers whore are familiar with other programming languages.

A

Statement List (Mnemonics)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

uses contacts and coils and very popular to people who are used to working with contactors and relays.

A

Ladder Diagram

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

3 basic rules in PLC programming:

A
  1. A coil must be inserted at the end of the rung/network.
  2. All contacts must run horizontally. No vertically oriented contacts are allowed.
  3. Only one output may be connected to a group of contacts.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

represent the contacts of the pushbutton, relay, limits switches, overlay relay, etc.

A

The contacts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

represent energized relays or outputs when power flows through them.

A

coils

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Also represents the input part of your Ladder Programming.

A

contacts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly