SUBMITTED BY EDGEFX TEAM

Slides:



Advertisements
Similar presentations
Edited by Mandar More Technical Manager, Ninad`s Research lab Ninad243.weebly.com MODERN OFFICE MANAGEMENT TOOL FOR SELECTIVE DATA.
Advertisements

ELECTRIC LINE MAN SAFETY WITH PASSWORD BASED CIRCUIT BREAKER Under the Guidance of Submitted by Project Title.
SUBMITTED BY EDGEFX TEAM PORTABLE CODED WIRELESS MESSAGE COMMUNICATION BETWEEN TWO PARTIES SECRETLY WITH LCD DISPLAY.
IR OBSTACLE DETECTION TO
ARM CORTEX (STM32) BASED MOTOR SPEED CONTROL SUBMITTED BY EDGEFX TEAM.
SUBMITTED BY EDGEFX TEAM
ENERGY METER TO INDICATE BILLING IN RUPEES FOR LOAD WISE OR DAY WISE
SENSING SOIL MOISTURE CONTENT AUTOMATIC IRRIGATION SYSTEM
OPTIMUM ENERGY MANAGEMENT SYSTEM:
ULTRA FAST ACTING ELECTRONIC CIRCUIT BREAKER
Project Title PASSWORD BASED CIRCUIT BREAKER CONTROL TO ENSURE ELECTRIC LINE MAN’S SAFETY Under the Guidance of Submitted by.
Under the Guidance of Submitted by
ARDUINO BASED UNDERGROUND CABLE FAULT DETECTION
SUBMITTED BY EDGEFX TEAM
SUBMITTED BY EDGEFX TEAM
SUBMITTED BY EDGEFX TEAM
PROGRAMMABLE AC POWER CONTROL
UP AND DOWN CONTROLLED SPEED OF DC MOTOR IN EMBEDDED SYSTEM
AC PWM CONTROL FOR INDUCTION MOTOR
LED LAMP DIMMER CIRCUIT
USER PROGRAMMABLE PASSWORD BASED HOTEL ROOM DOOR LOCK
SUBMITTED BY EDGEFX TEAM
ABSTRACT The outline of the project is Cycle stealing, as a method to remove whole cycle to control AC power the concept of achieving the cycle stealing.
TOXIC CHEMICAL LEVEL MEASUREMENT IN A TANKER BY ULTRASONIC MEANS
ARDUINO BASED AUTOMATIC TEMPERATURE BASED FAN SPEED CONTROLLER
MULTIPLE ON AND OFF TIME PROGRAMMED INDUSTRIAL LOAD
Under the guidance of Submitted by Project Title
ABSTRACT The controller continuously polls the temperature with certain regular time intervals and displays over the 7_segment display The temperature.
PC CONTROLLED SCROLLING MESSAGE DISPLAY FOR COLLEGE NOTICE BOARD
ANDROID BASED REMOTE PROGRAMMABLE SEQUENTIAL
SUBMITTED BY EDGEFX TEAM
AUTO POWER SUPPLY CONTROL FROM 4 DIFFERENT SOURCES: SOLAR, MAINS, GENERATOR & INVERTOR TO ENSURE NO BREAK POWER.
AUTOMATIC IRRIGATION SYSTEM ON SENSING SOIL MOISTURE CONTENT
Arduino BASED RFID Device Access
HIGHWAY LIGHTING SYSTEM WITH AUTO TURN OFF ON DAY TIME
SOLID STATE RELAY WITH ZVS PROPERTIES ANALYZED ON CRO
BATTERY CHARGING BY THYRISTOR TRIGGERING CONTROL
Submitted by Project Title AUTOMATIC BELL SYSTEM FOR SCHOOLS/ COLLEGES
SUBMITTED BY EDGEFX TEAM
PC Mouse operated Electrical Load Control Using VB Application
SUBMITTED BY EDGEFX TEAM
ABSTRACT The microcontroller receives the Infrared Signal from the TV remote, the code of which is identified by the IR receiver depending on which it.
SUBMITTED BY EDGEFX TEAM
HIGH POWER AC TO DC BY THYRISTOR FIRING ANGLE CONTROL
REMOTE CONTROLLED DOMESTIC APPLIANCES CONTROL
SUBMITTED BY EDGEFX TEAM
AC PWM BASED POWER Control BY IGBT / MOSFET
CONTROLLING AC power BY PROGRAMMING
SUBMITTED BY EDGEFX TEAM
CONVEYOR BELT OBJECT COUNTING WITH IR SENSING & DISPLAY
THYRISTOR POWER CONTROL BY IR REMOTE
Under the Guidance of Submitted by
EMBEDDED PASSWORD BASED ACCESS CONTROL SYSTEM USING I2C PROTOCOL
SUBMITTED BY EDGEFX TEAM
IR OBSTACLE DETECTION TO
SMART CARD ENABLED EMPLOYEE IDENTIFICATION FOR SECURITY PURPOSE
BEACON FLASHER USING MICROCONTROLLER AND PWM FED MOSFET
MICROCONTROLLER BASED LAMP LIFE EXTENDER BY ZVS USING THYRISTOR
ARDUINO DC MOTR SPEED CTL
SUBMITTED BY EDGEFX TEAM
SUBMITTED BY EDGEFX TEAM
PWM BASED SPEED CONTROL FOR DC MOTOR
SUBMITTED BY EDGEFX TEAM
Under the Guidance of Submitted by
TWO PHASE BLDC MOTOR SPEED CONTROL USING FUZZY LOGIC CONTROL
SUBMITTED BY EDGEFX TEAM
REMOTE CONTROLLED DOMESTIC APPLIANCES CONTROL
Under the Guidance of Submitted by
SUBMITTED BY EDGEFX TEAM
Under the Guidance of Submitted by
Presentation transcript:

SUBMITTED BY EDGEFX TEAM LOW COST PROGRAMMABLE LOGIC CONTROL ( PLC) FOR INDUSTRIAL AUTOMATION IN REPETATIVE NATURE OF WORK SUBMITTED BY EDGEFX TEAM

ABSTRACT The main objective of the project is designing a programmable sequential switching of any load using embedded system based microcontroller concept In this project, the clock plays an important role, where it is used in the following mode i.e., the set mode, auto mode and manual mode for controlling different machines

BLOCK DIAGRAM

HARD WARE EQUIPMENTS POWER SUPPLY BLIOCK MICROCONTROLLER (AT89S52/AT89C51) RELAY LCD ULN2003 1N4007 LED LOAD RESISTORS & CAPACITORS

EMBEDDED SYSTEMS Definition for :- EMBEDDED SYSTEMS A combination of hardware and software which together form a component of a larger machine. An example of an embedded system is a microprocessor that controls an automobile engine. An embedded system is designed to run on its own without human intervention, and may be required to respond to events in real time.

EMBEDDED SYSTEMS

AT89S52 MICRO CONTROLLER Compatible with MCS®-51 Products 8K Bytes of In-System Programmable (ISP) Flash Memory 4.0V to 5.5V Operating Range Crystal Frequency 11.0592MHZ Three-level Program Memory Lock 256 x 8-bit Internal RAM 32 Programmable I/O Lines Three 16-bit Timer/Counters Eight Interrupt Sources Full Duplex UART Serial Channel Watchdog Timer AT89S52

PIN DIAGRAM OF AT89S52

RELAY IT IS A ELECTRO MAGNETIC SWITCH USED TO CONTROL THE ELECTRICAL DEVICES COPPER CORE MAGNETIC FLUX PLAYS MAIN ROLE HERE

Relay Driver ULN2003 ULN is Relay driver application The ULN2003 is a monolithic high voltage and high current Darlington transistor arrays. It consists of seven NPN Darlington pairs that features high-voltage outputs with common-cathode clamp diode for switching inductive loads. The collector-current rating of a single Darlington pair is 500mA. The Darlington pairs may be paralleled for higher current capability.

Contd … The ULN functions as an inverter. If the logic at input 1B is high then the output at its corresponding pin 1C will be low.

LIQUID CRYSTAL DISPLAY (LCD) Most common LCDs connected to the microcontrollers are 16x2 and 20x2 displays. This means 16 characters per line by 2 lines and 20 characters per line by 2 lines, respectively. The standard is referred to as HD44780U, which refers to the controller chip which receives data from an external source (and communicates directly with the LCD.

LCD BACKGROUND If an 8-bit data bus is used the LCD will require 11 data lines (3 control lines plus the 8 lines for the data bus) The three control lines are referred to as EN, RS, and RW EN=Enable (used to tell the LCD that you are sending it data) RS=Register Select (When RS is low (0), data is treated as a command) (When RS is High(1), data being sent is text data ) R/W=Read/Write (When RW is low (0), the data written to the LCD) (When RW is low (0), the data reading to the LCD)

SOFTWARE REQUIREMENTS PROGRAMMING LANGUAGES Embedded C , ALP (Assembly Language) COMPILERS: Keil 2.0/3.0uv DUMPING SOFT WARE: Using Micro controller flash Software we are dumping our HEX Code into Micro Controller

KEIL COMPILER WINDOW

BIBILOGRAPHY The 8051 Microcontroller and Embedded systems” by Muhammad Ali Mazidi and Janice Gillispie Mazidi , Pearson Education. ATMEL 89S52 Data Sheets. www.atmel.com www.beyondlogic.org www.wikipedia.org www.howstuffworks.com www.alldatasheets.com

THANK ‘Q’