0% found this document useful (0 votes)
22 views

Lab 3

The document discusses PLC fundamentals and lab assignments for an electrical engineering course. It covers basic PLC components like the control circuit and power circuit. It then describes the specific PLC model used, its electrical specifications, safety wiring, memory map, common programming errors, and scan method. Simple example programs are provided to demonstrate basic PLC programming concepts. Students are assigned to create their own simple program, document it along with schematics and conclusions in a lab report.

Uploaded by

Malak Al-Ashi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Lab 3

The document discusses PLC fundamentals and lab assignments for an electrical engineering course. It covers basic PLC components like the control circuit and power circuit. It then describes the specific PLC model used, its electrical specifications, safety wiring, memory map, common programming errors, and scan method. Simple example programs are provided to demonstrate basic PLC programming concepts. Students are assigned to create their own simple program, document it along with schematics and conclusions in a lab report.

Uploaded by

Malak Al-Ashi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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