PLC Session 1 Flashcards Preview

Electrical Level 4 MikeH > PLC Session 1 > Flashcards

Flashcards in PLC Session 1 Deck (7)
Loading flashcards...
1
Q

Name 4 main parts to a PLC

A
  1. Power Supply
  2. CPU
  3. Input Module
  4. Output Module
2
Q

Name 5 Advantages of a PLC

A
  • Smaller physical size than hard-wire solutions
  • Easier and faster to make changes
  • PLC’s have integrated diagnostics and override functions
  • Applications can be immediately documented
  • Applications can be duplicated faster and less expensive
3
Q

Name 5 things about PLC Inputs and outputs

A

Basic PLC Operation

Inputs and Outputs

  • Inputs can be discrete or analogue
  • Outputs can be discrete or analogue (discrete- triac, transistor or relay)
  • Inputs and Outputs must be addressed
  • Discrete inputs and outputs are simply on or off, true or false.
  • Typical analogue signals are 0-10 Volts, 0-20 mA, and 4-20 m
4
Q

What do Sensors do in a PLC?

A

Sensors provide input to the plc; the sensor will receive an actual physical condition and
convert that to an electrical signal for the plc to interpret. A sensor can be as simple as a
push button or as complex as ultrasonic’s.

5
Q

What do Actuators do in a PLC?

A

Actuators convert an electrical signal from the PLC into a physical condition. Actuators
are connected to the PLC output. A motor starter is one example of an actuator that is
connected to the PLC output. Depending on the output PLC signal the motor starter will
either start or stop the motor

6
Q

What does the CPU do in a PLC?

A

The central processor unit (CPU) is a microprocessor system that contains the system
memory and is the PLC decision making unit. The CPU monitors the inputs and makes
decisions based on instructions held in the program memory. The CPU performs,
counting, timing, data comparison, and sequential operation

7
Q

What programming type language are we using with PLC’s?

A

Ladder Logic