Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
486 views

Control Lab Report Experiment No. 08

This document outlines four programming exercises for an introductory lab on programmable logic controllers using a PC45/ML module. The objectives are to become familiar with PLCs, introduce ladder logic programming, and cover basic instructions. The equipment includes an Allen-Bradley MicroLogix 1500 PLC, PC45 trainer, and accessories. The first two exercises involve turning lights on based on button presses. The third starts and stops a conveyor. The fourth uses latching, sensors, and reversing conveyor direction based on sensor signals. A lab report is to explain how each program works.

Uploaded by

Nahin Amin
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
486 views

Control Lab Report Experiment No. 08

This document outlines four programming exercises for an introductory lab on programmable logic controllers using a PC45/ML module. The objectives are to become familiar with PLCs, introduce ladder logic programming, and cover basic instructions. The equipment includes an Allen-Bradley MicroLogix 1500 PLC, PC45 trainer, and accessories. The first two exercises involve turning lights on based on button presses. The third starts and stops a conveyor. The fourth uses latching, sensors, and reversing conveyor direction based on sensor signals. A lab report is to explain how each program works.

Uploaded by

Nahin Amin
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

1/3

American International University Bangladesh (AIUB)


EEE 4101: Control Systems Laboratory

Exp. No. 8: An Introduction to Industrial Programmable Controllers Using PC45/ML. (Part I) Objective
Objectives of this experiment are Familiarization with Programmable Logic Controllers (PLC). Introduction to Ladder Logic Programming. Introduction to basic programming instructions: Examine ON, Examine OFF, Output energize, Latch, Master control Reset (MCR)

Equipment list
The PC45/ML module contains following items: 1. Allen-Bradley MicroLogix 1500 Programmable Controller. 2. PC45 Programmable Controller Trainer. 3. PC45 Accessory kit. 4. PC49 Hand held compressor pump.

Procedure
Be familiar with the RSLogix software. All programming will be done using RSLogix programming software. StartProgramsRockwell Software RSLogix 500 Starter. Programming Exercise 1 When green push button is pressed green lamp comes on, when red push button is pressed red lamp comes on. Ladder Diagram Hardware Wiring
PLC Terminal PC45 Terminal

I/0 I/1 DC COM 0 O/6 O/7 V AC VDC 4

SWG SWR 0V(on upper block) LG LR 0V(on lower block)

Updated by Shahriyar Masud Rizvi

2/3 Programming Exercise 2 When green or red push button is pressed green lamp comes on, when green and red push button is pressed red lamp comes on. Ladder Diagram Hardware Wiring
PLC Terminal PC45 Terminal

I/0 I/1 DC COM 0 O/6 O/7 V AC VDC 4

SWG SWR 0V(on upper block) LG LR 0V(on lower block)

Programming Exercise 3 A press of green push button starts the conveyor and a press of red push button stops the conveyor. Ladder Diagram Hardware Wiring
PLC Terminal PC45 Terminal

I/0 I/1 DC COM 0 O/4 V AC VDC 4

SWG SWR 0V(on upper block) E 0V(on lower block)

Updated by Shahriyar Masud Rizvi

3/3 Programming Exercise 4 A press of green push button starts the conveyor in forward direction (using a self-latch operation) and a press of red push button stops the conveyor. Green lamp comes on when conveyor starts and red lamp comes on when conveyor stops. When the beam of sensor2 is broken conveyor moves in the reverse direction. It continues in this reverse direction until the beam of sensor1 is broken and the conveyor moves in the forward direction again. Ladder Diagram Hardware Wiring
PLC Terminal PC45 Terminal Sequence Switch module terminal

I/0 I/1 I/2 I/3 DC COM 0 O/4 O/5 O/6 O/7 V AC VDC 4

SWG SWR S1 S2 0V(on upper block) E R LG LR 0V(on lower block) +24V(on lower back) Vsw 1

I/7

Lab Report: Write a lab report explaining how the each program works.

Updated by Shahriyar Masud Rizvi

You might also like