Name 4 main parts to a PLC
Name 5 Advantages of a PLC
Name 5 things about PLC Inputs and outputs
Basic PLC Operation
Inputs and Outputs
What do Sensors do in a PLC?
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.
What do Actuators do in a PLC?
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
What does the CPU do in a PLC?
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
What programming type language are we using with PLC’s?
Ladder Logic