Automation
An automated system is an integrated system including
machines, control system, and computer technology to
optimize the productivity in a variety of industries.
2
Industrial control
The backbone of automation systems are control systems
these systems include:
Sensors
Motion control
Pneumatic systems
Robots
Microcontroller
PLC
3
Sensors
Devices to monitor the status of control variables.
Limit switch. By using some
actuator type of lever, it converts
mechanical motion into electrical
signals.
Proximity detectors/Photoelectric sensors are electronic sensors that
indicate the presence of an object without making physical contact
4
Sensors
An ultrasonic sensor is a device that
uses high-frequency sound waves to
detect objects
Thermocouple, RTD, Bimetal
strip, Infrared sensors are being
used to control and monitor
temperature
5
Sensors
Monometer, Pressure gauge for
pressure measurement
Accelerometer, Velometer, and
LVDT to measure vibration and
displacement
6
Motion control - Motors
The electric motor is the most common device used to
perform the actuator function in an industrial automation
system. It converts electrical energy into mechanical power.
DC motor is a mechanically commutated electric motor
powered from direct current (DC). It has a rotating armature
and a stationary stator.
AC Motors is an electric motor driven by an alternating
current (AC).
Servo motors is a rotary actuator that allows for precise
control of angular position. It consists of a motor coupled to a
sensor for position feedback, through a reduction gearbox.
This type of motor used in motion control.
7
Pneumatic systems
Use compressed air for linear and rotatory actuation.
Pneumatic cylinder
Converts compressed air energy to linear force and motion.
Linear actuator.
8
Pneumatic systems
Air motors
Converts the energy of the compressed air to rotation and
torque.
Rotary actuators
9
Pneumatic systems
Pneumatic valves
Control the direction/path of the flow
Control the rate of flow
10
Robots
Robots playing curtail role in today’s manufacturing.
Accurate
Low maintenance
Repeatable
Programmable
Reliable
11
Axis of rotation
6-axis motion
-Group one: arm sweep, shoulder swivel, elbow extension (1,2,3)
-Pitch, yaw, and roll (4,5,6)
12
PLC
A programmable logic controller (PLC) is an industrial
grade computer that is capable of being programmed to
perform control functions .
Multiple input and output
Easy programing
Fast response
Easy to troubleshoot
Communication
13
Overview
A reliable alternative for conventional relay control circuits.
Relay based control panel PLC based control panel
14
PLC parts
Central Processing Unit Input / Output (I/O)
Power supply Programming device
15
I/O
Interface with field devices.
Typical PLC inputs from pushbutton, limit switch, and sensors
Typical PLC outputs to contactor, light, solenoid
Fixed I/O
Small PLCs, fixed number of I/O, packaged with CPU, Low cost, less
flexibility, if a part fails usually unit should be replaced
Modular I/O
High flexibility, mix configurations, all modules connected to backplane.
Modular
Fixed 16
Power supply
Power supply provides DC power to other modules
plugged to rack.
In micro PLCs power supply may be used to power field
devices such as sensors.
In large systems a separate DC power source supply field
devices.
Power supply
Rack
I/O module
17
CPU
Usually consist of micro
processors for implementing
the logic and communication
between modules.
Includes memory to store
results of logic processing and
program.
The PLC program is executed
in a repetitive process called
Scan.
PLC scan cycle
18
Programming device
Is used to enter the program into the memory of processor.
Handheld programming devices can be used for small PLCs.
PC is the most common programming devices through PLC
software.
PC communicate with PLC via serial, parallel ports or Ethernet.
Ladder logic is the most popular programming language.
The origin of ladder logic is based on electromechanical relays.
Handheld device
PLC software, ladder program
19
Example
1- Start mixer when temperature and
pressure reached the set points
2- Manual start
Relay ladder diagram
20
Microcontroller
A microcontroller is a small computer on a single
integrated circuit containing a processor core, memory,
and programmable input/output pins.
Low cost
Clock
Integrated circuit
23
Arduino
Arduino is an open source physical computing platform
based on a simple input/output (I/O) board and a
development environment that implements the
Processing language.
24