You are on page 1of 7

SULTANATE OF OMAN

MINISTRY OF MANPOWER
Directorate General of Vocational Training
Fishermen Training Institute Salalah

Department: Electrical Engineering Specialization: Electrical Wiring

Course code: EELIW2312 Course: PLC & Regulation Systems Level: Six

Week: Eighth Date: 05 / 02 / 2017 - 09 / 02 / 2017

Student Name: ……………………………………………………………………………..

OBJECTIVES: The trainee should be able to:


1. Know the Fundamentals of PLC hardware.
2. Know the Fundamentals of PLC software. S.N Apparatus/Equipment Tools
1 PLC LOGO Experimental wires
Work description:
2 Computer
 Study the control of a combination circuit. 3 LOGO Softcomfort software

 Implement a control program and run it on a PLC. 4


5
6
PROCEDURES: 7
1. Follow the required steps. 8
2. Operate the circuit after instructor permission. 9
10
11

Instructor: Mehrez Saafi Head of Department: Imad Doggui


1
Assignment 1: Lighting circuit
Description of the system:
Three switches a, b, c control the lighting of two lamps R and S according to the following
conditions:
 As soon as one or more switches are activated the lamp R must light up,
 Lamp S should only be switched on if at least 2 switches are activated.
The three switches a, b, c are associated with three logic variables a, b, c, such that: if a switch is
activated, the corresponding logic variable is in state 1.
Study of the system:
 Complete the following truth table that describes the working of the system:

a b c R S

0 0 0

0 0 1

0 1 0

0 1 1
Truth table 1

1 0 0

1 0 1

1 1 0

1 1 1

 Complete the Karnaugh maps corresponding to each output and find out the simplified expression of
every output:

b.c b.c b.c b.c b.c b.c b.c b.c


a a
a a
S R

S= R=

2
 Draw the logic diagrams corresponding to the outputs R and S.

a b c

Implementation of a control program:


 Run LOGO soft comfort software.
 Create a new FBD by selecting File>> New Project>> Function Block Diagram.
 Draw the diagram as shown below.

3
 Simulate the diagram by selecting Tools>> Simulation or by pressing F3.
 Run the circuit and verify the operation of the system as per truth table 1 on page 2 by selecting
Tools>> Transfer or by pressing Ctrl +D.
 Create a new LAD by selecting File>> New Project>> Ladder Diagram (LAD).
 Draw the diagram as shown below.

 Simulate the diagram by selecting Tools>> Simulation or by pressing F3.


 Run the circuit and verify the operation of the system as per truth table 1 on page 2 by selecting Tools>>
Transfer or by pressing Ctrl +D.

Assignment 2: Control of a manufacturing process


Description of the system:
A manufacturing process is controlled by a built in logic circuit which is made up of AND, OR
and NOT gates only. The process receives a STOP signal (i.e. X = 1) depending on certain conditions,
shown in the following table:

4
A stop signal (X = 1) occurs when:
either Volume, V > 1000 litres and Speed, S <= 15 m/s
OR Temperature, T <= 750ºC and Speed, S > 15 m/s
Study of the system:
 Complete the following truth table that describes the working of the system:

V T S X

0 0 0

0 0 1

0 1 0

0 1 1
Truth table 2

1 0 0

1 0 1

1 1 0

1 1 1

 Complete the Karnaugh maps corresponding to output X and find out the simplified expression:

5
T.S T.S T.S T.S
V
V
X

X=
 Draw the logic diagrams corresponding to the output X.

VT S

Implementation of a control program:


 Run LOGO soft comfort software.
 Create a new FBD by selecting File>> New Project>> Function Block Diagram.
 Build and draw the FBD corresponding to the operation of the output X.

6
 Simulate the diagram by selecting Tools>> Simulation or by pressing F3.
 Run the circuit and verify the operation of the system as per truth table 2 on page 5 by selecting
Tools>> Transfer or by pressing Ctrl +D.
 Create a new LAD by selecting File>> New Project>> Ladder Diagram (LAD).
 Build and draw the LAD corresponding to the operation of the output X.

 Simulate the diagram by selecting Tools>> Simulation or by pressing F3.


 Run the circuit and verify the operation of the system as per truth table 2 on page 5 by selecting Tools>>
Transfer or by pressing Ctrl +D.

You might also like