You are on page 1of 6

EMT30105 - Industrial Machinery Control System Design

FACULTY OF ELECTRICAL ENGINEERING TECHNOLOGY


UNIVERSITI MALAYSIA PERLIS

EMT30105 - INDUSTRIAL MACHINERY CONTROL SYSTEM


DESIGN

RY88 – B. TECH ELECTRICAL ENGINEERING


TECHNOLOGY SYSTEM MAINTENANCE

SEMESTER 1, SESSION 2021/2022

PLC: ASSIGNMENT 2 2

Date of 7 JANUARY 2022


submit
Name Matrix No.
Student
HAFIZ ZIKRI BIN NORIZAN 191492857

Name Marks
Instructor /
Lecturer DR MUZAIDI OTHMAN @ MARZUKI

FTKE, UniMAP 2021/2022


EMT30105 - Industrial Machinery Control System Design

Assignment 2: PLC PROGRAMMING

A. Complete the mnemonics code in table given.

1.

Address Instruction Operands


00000 LD 00000
00001 OR 00001
00002 LD 00002
00003 OR 00003
00004 AND LD 00004
00005 LD 00005
00006 OR 00006
00007 AND LD 00007
00008 OUT 01001
00009 END

FTKE, UniMAP 2021/2022


EMT30105 - Industrial Machinery Control System Design

2.

Address Instruction Operands


00000 LD 00000
00001 OR 00001
00002 LD 00002
00003 OR 00003
00004 AND LD
00005 LD 00004
00006 OR 00005
00007 OR 00006
00008 OR 00007
00009 AND LD
00010 OUT 01001
00011 AND 00008
00012 OUT 01002
00013 END

FTKE, UniMAP 2021/2022


EMT30105 - Industrial Machinery Control System Design

3.

Address Instruction Operands


00000 LD 00000
00001 AND 00001
00002 LD 00002
00003 AND 00003
00004 OR LD
00005 OR 00004
00006 LD 00005
00007 OR 00006
00008 AND LD
00009 OR 00007
00010 OUT 01000
4. 00011 END

Address Instruction Operands


00000 LD 00000
00001 OR 01000
00002 AND NOT 00001
00003 OUT 01000
00004 LD 01000
00005 TIM 000
#0050
00006 LD T000
00007 OUT 20000
00008 END

FTKE, UniMAP 2021/2022


EMT30105 - Industrial Machinery Control System Design

5.

Address Instruction Operands


00000 LD 00000
00001 TIM 000
00002 #0050
00003 LD T000
00004 OR 01001
00005 AND NOT T001
00006 OUT 01000
00007 LD 01002
00008 AND NOT 00000
00009 TIM T001
00010 #0050
00011 END

B. Design a PLC program that will allow four momentary push buttons in a workshop, to control a
motor. If any three of the push buttons is pushed once, the motor will rotate. However, to turn OFF
the motor, another push button is pressed once. The input/output assignment to be determine as in
table below:

Input Output
Input Device Output Device
assignment assignment
Push button 1 00000
Push button 2 00001
MOTOR 01000
Push button 3 00002
Push button 4 00003

Draw the ladder diagram and give its mnemonic code.

FTKE, UniMAP 2021/2022


EMT30105 - Industrial Machinery Control System Design

Ladder Diagram:

Mnemonics Code:

Address Instruction Operands

00000 LD 00000
00001 OR 00001
00002 OR 00002
00003 OR 01000
00004 AND NOT 00003
00005 OUT 01000
00006 END

FTKE, UniMAP 2021/2022

You might also like