Download as pdf or txt
Download as pdf or txt
You are on page 1of 15

Manufacturing Automation for Assembly and Inspection MM453

Manufacturing Automation for Assembly and


Inspection
MM453

Dr. Nigel Kent


Rm S366
nigel.kent@dcu.ie

Dublin City University

Sem 1 2021

Dr. Nigel Kent Manufacturing Automation for Assembly and Inspection, MM453 1/15
Manufacturing Automation for Assembly and Inspection MM453
Lecture 8

Lecture 8

Dr. Nigel Kent Manufacturing Automation for Assembly and Inspection, MM453 2/15
Manufacturing Automation for Assembly and Inspection MM453
Lecture 8
Example – Logic Control of a pick and place Robot

The example of logic control requires careful analysis to avoid


triggering an output at the wrong point in a cycle. The right input
conditions must be used to avoid any conflicts and this is
sometimes known as interlocking. This is required because the
program is executed repeatedly at high speed relative to any of the
mechanical operations and therefore all rungs may be regarded as
executed at once.

Some PLC’s permit the execution of staged programs. In these


cases the program only partially executes and waits for an input
such as a relay signal indicating completion of an operation before
proceeding to the next stage of the program. In this instance the
sequence of the rungs in the program is important.

Dr. Nigel Kent Manufacturing Automation for Assembly and Inspection, MM453 3/15
Manufacturing Automation for Assembly and Inspection MM453
Lecture 8
Example – Logic Control of a pick and place Robot

In the case of the robot cycle the program would look something
like:
Stage 1

24

Extend Arm

04

Stage 2

23

Lower Arm

03

Stage 3

Stage 12

21

Rotate cw

01

Jump Stage 1

Dr. Nigel Kent Manufacturing Automation for Assembly and Inspection, MM453 4/15
Manufacturing Automation for Assembly and Inspection MM453
Lecture 8
Example – Logic Control of a pick and place Robot

The stages run sequentially because there is no overlap in the


operations.

Stages may run in parallel if required.

Staged programs are much easier to follow in terms of the logic


and require few inputs to trigger outputs. Hence the debugging is
much simpler than in the case of interlocked programs.

Dr. Nigel Kent Manufacturing Automation for Assembly and Inspection, MM453 5/15
Manufacturing Automation for Assembly and Inspection MM453
Lecture 8
Advantages of PLC’s

1 Flexibility. If the sequence of events in a process needs to be


changed this can simply be achieved by reprogramming the
software unlike hard wired relays which would have to be
reconfigured.

Also the system can be fine tuned to improve process time


and productivity with ease.

Using modular PLC’s increased complexity can be


accommodated at later stages.

2 Set up. Even before programming the electrician can wire up


inputs and outputs as these can be arbitrarily assigned during
the programming stage.

Debugging and program editing is relatively simple.


Dr. Nigel Kent Manufacturing Automation for Assembly and Inspection, MM453 6/15
Manufacturing Automation for Assembly and Inspection MM453
Lecture 8
Advantages of PLC’s

3 Reliability/Maintainability. A PLC uses solid state relays,


therefore there are no moving parts which reduces the
possibility of failure. This is important when one considers
that the program executes millions of times over the lifetime
of the process being controlled.

In the event of a failure it is usually possible to diagnose the


fault by analysing the power flow and verifying the logic.

4 Data collection. PLC’s have the capability of doing counting


operations, quality rejections, machine operation hours etc.

Dr. Nigel Kent Manufacturing Automation for Assembly and Inspection, MM453 7/15
Manufacturing Automation for Assembly and Inspection MM453
Lecture 8
Advantages of PLC’s

5 Input/ Output option. PLC’s are ideal for sending pulsed


outputs to drive stepper motors.

PLC’s can also send data to a screen or printer but as


sophistication grows it becomes difficult to distinguish a PLC
from a PC.

6 Cost. For complex systems (>10 relays) the PLC is cheaper


than stand alone relays. Power consumption and floor space is
also less than the hard wired systems for large control
problems.

Dr. Nigel Kent Manufacturing Automation for Assembly and Inspection, MM453 8/15
Manufacturing Automation for Assembly and Inspection MM453
Lecture 8
Disdvantages/precuations of/with PLC’s

1 Ease of use can lead to a lack of care and analysis in the


design stage prior to programming which can lead to failure
later on.

2 For safety purposes always include a master control relay to


de-energise all PLC outputs at the push of a button i.e., a
mechanically operated switch so that any fault in solid state
electronics can be overridden.

3 Take into account sudden loss of power so that when the


outputs are de-energised the process is in a safe mode.

Dr. Nigel Kent Manufacturing Automation for Assembly and Inspection, MM453 9/15
Manufacturing Automation for Assembly and Inspection MM453
Lecture 8
PLC Hardware

Input unit
Digital input using a binary signal.

The sensor relay is usually powered by 24V DC although if cable


runs are excessively long then higher voltage AC is used

Dr. Nigel Kent Manufacturing Automation for Assembly and Inspection, MM453 10/15
Manufacturing Automation for Assembly and Inspection MM453
Lecture 8
PLC Hardware

The signal from the sensor is then filtered using an RC network to


give a low pass filter which removes any transients or noise. Note
that this will also prevent any high frequency signals for which a
special input circuit is employed.

An opto coupler is used to isolate the internal circuitry, this


prevents any voltage spikes from interfering with or damaging the
circuit.

There is also a light emitting diode (LED) associated with each


input indicating its status. Note that a normally closed input will
have its LED illuminated when the input signal has not been
activated

Dr. Nigel Kent Manufacturing Automation for Assembly and Inspection, MM453 11/15
Manufacturing Automation for Assembly and Inspection MM453
Lecture 8
PLC Hardware

Output Unit
1 Relay

The mechanical relay is prone to wear because of moving


mechanical parts but can switch AC or DC currents up to 2
amps.

Dr. Nigel Kent Manufacturing Automation for Assembly and Inspection, MM453 12/15
Manufacturing Automation for Assembly and Inspection MM453
Lecture 8
PLC Hardware

2 Transistor

For DC loads up to 1 amp. The switch is unidirectional so


care must be taken with polarity of the DC power supply.

Dr. Nigel Kent Manufacturing Automation for Assembly and Inspection, MM453 13/15
Manufacturing Automation for Assembly and Inspection MM453
Lecture 8
PLC Hardware

3 Triac

The triac is used for switching AC current up to 1 amp. The filter circuit
minimises the effect of high frequency harmonics due to the switching on
and off of AC voltages. The harmonics would otherwise cause
radiofrequency interference and damage the load.

For high power applications the output of the PLC must drive a further
switching circuit to control devices such as motors, heating elements etc.

Dr. Nigel Kent Manufacturing Automation for Assembly and Inspection, MM453 14/15
Manufacturing Automation for Assembly and Inspection MM453
Lecture 8
PLC Hardware

Memory Allocation

Dr. Nigel Kent Manufacturing Automation for Assembly and Inspection, MM453 15/15

You might also like