Lab 3
Lab 3
Lab 3 Report
Group 1
15 NOV 2016
2. Objectives
To become familiar with PLC control of pneumatic components used in building
sequential circuits for industrial automation.
To design and implement a PLC program for a given cycle of operations involved
multiple cylinders.
3. Experimental Procedure
3.1 Initial Setup of PLC and pneumatic components
Connect the 3-pin plug of the PLC to the mains. Plug the communication cable
from the PC to the RS422 socket of the PLC. With the cables provided, connect the
input and output ports of the PLC according to the table and diagram below:
b) Programming
4. Circuit Design
a) Divide the sequence into groups such that no letter is repeated within the
same group.
| A+ | A- B+ | B- (Delay 3s) C+ | C- D+ | D- |
Group 1:
A+ (Y002) = S1
Group 2:
A- (Y006) = S2
B+ (Y003) = S2 X004
Group 3:
B- (Y007) = S3
C+ (Y004) = S3 X005
Group 4:
C- (Y010) = S4
D+ (Y005) = S4 X006
Group 5:
D- (Y011) = S5
5. Problem analysis
a) Separate wrongly of the input ports & output ports for table 4.1.
Connection was not working at the beginning due to wrongly grouping,
information was gathered and tried to group it out after realized the mistake.
Problem was solved after group members discussion.
b) Forget to put T0 after the delay.
No delay effect happened, after multi trials, realised the mistake and
amend the programme and re-write it. Successfully run after T0 was inserted at
the programme.
7. Conclusion
In this experiment, we designed and implemented a PLC program for a given cycle
of operations involved multiple cylinders. Through the experiment, we are now
familiar with PLC control of pneumatic components used in building sequential
circuits for industrial automation. We are able to design and trouble-shooting for
simple PLC programs.
We learned that the PLC is very convenient for automation industry to do
modification and implementation, since programs can be modified with very little
hardware modification.