You are on page 1of 23

The Islamic University of Gaza

Electrical Engineering Department


PLC Lab (EELE 5161)

Lab 3: PLC Fundamentals


By: Eng. Malak Ehab Al-Ashi

8/10/2020
Revision
• Any control board consists of:
Control Circuit Power Circuit

Decides how the project will work. Supplies power to the load.

Low current, Low Power. High current, High voltage, High Power

It contains power supply (3-phase or single


It contains power supply ( DC or AC ), coil,
phase), circuit breakers, Main Contacts,
switches, sensors, Auxiliary contacts and
overload and loads (like motors or
PLC.
pumps).

In PLC, the output has an


infinite contacts(NO, NC).
PLC Type: DVP-12SE
Electrical Specifications
Electrical Specifications
Safety Wiring
Safety Wiring
Safety Wiring
Safety Wiring
Safety Wiring
Memory Map
Common Programming Errors
Common Programming Errors
PLC Scan Method
• Control Method Stored program, cyclic scan system
• PLC utilizes a standard scan method when evaluating
user program.
Simple Program

Output Conditions
Y0 on X0 on
Y1 on X1 on & Y0 off

Output Conditions
Y0 on X0 on & Y2 off
Y1 on X1 on & Y0 on
Y2 on (X2 on || X3 on) & Y1 off
Let’s Try on ISP Program
Report Lab2

1. Cover Page.
2. Objective.
3. Your work: (Codes, Schematics).
4. Conclusion.
HW Lab2

Output Conditions
Y0 on X0 on && X1 on
Y1 on X0 off && X1 on

Output Conditions
Y0 on X0 on & Y1 off
Y1 on X1 on & Y0 off
Y2 on (X2 on && X3 on) & Y1 off
Instructions

Note:
• Font: Times new Roman, Size: 14-18 for titles and 12 for texts.
• Convert the word to PDF ( word files will not be accepted).
• Report name: EELE5161_220150622_Lab002

• Deadline: 15/10/2020 at 11:59 PM

You might also like