Eec426 Assignment 1: Mohan Mohinish Ram 2019003115 5/11/2020

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

2020

EEC426 ASSIGNMENT 1

MOHAN MOHINISH RAM


2019003115
5/11/2020
EEC 426 PLC & SCADA ASSIGNMENT

- Chute Height Control Consider the above chute height and feeder control for a boiler. The chute
height is controlled by the High and Low sensor switches.
- If the feed is below the Low Level Sensor O solenoid is energized to open the Feed Plough. It
continues to take feed until the High level sensor I is reached.
- It then waits for the feed to fall below low level and repeats the cycle. If the sensor X is reached
the conveyor should stop. Remember nothing should be operational if the conveyor is stopped.
Operation should only continue once the conveyor starts again.
- Senor MH and ML control the feeder motor.
- If the feed goes below ML sensor, the motor must stop and only come ON when the high level
has been reached.
- Include an overload for the feeder motor that will also trip the conveyor.
- Also include a delay (3 secs) on each sensor input to avoid momentary activation of the inputs to
the PLC.

Sensors and switches addresses outputs addresses


STOP PB 0.01 INDICATOR 100.00
STARTPB 0.02 FEED PLOUGH 100.02
INDICATOR LATCH 100.00 FEED CONVEYER 100.03
OVERLOAD 0.03 ASH CONVEYER 100.04
LOW LEVEL SENSOR 0.04 FEEDER MOTOR 100.05
HIGH LEVEL SENSOR 0.05 FEEDER MOTOR OFF 100.06
INDICATOR
SENSOR X 0.06 TIMER 1 TIM 0000 #30
ML SENSOR 0.08 TIMER 2 TIM 0001 #30
MH SENSOR 0.07 TIMER 3 TIM 0002 #30
FEED CONVEYER 100.03 TIMER 4 TIM 0003 #30
------------------------------- ------------------------------- TIMER 5 TIM 0004 #30
------------------------------- ------------------------------- TIMER 6 TIM 0005 #30

You might also like