58
SMS & NET OPERATED MONITORING AND CONTROL SYSTEM BY: MANSOUR ALRAMLAWI MAHMOUD ALALAWI MOHAMMED ALFEQAWI JALAL ALROUMI HAMDI JOUDEH SUPERVISOR: DR. HATEM ELAYDI

SMS & NET Operated Monitoring and Control system

  • Upload
    creda

  • View
    61

  • Download
    11

Embed Size (px)

DESCRIPTION

SMS & NET Operated Monitoring and Control system. By: Mansour Alramlawi Mahmoud Alalawi Mohammed Alfeqawi Jalal Alroumi Hamdi Joudeh Supervisor: Dr. Hatem Elaydi. Introduction. Rapid Growth in technology. Fields of Industry, Communications, Control, Internet technology ….. And more. - PowerPoint PPT Presentation

Citation preview

Page 1: SMS & NET Operated Monitoring and Control system

SMS & NET OPERATED MONITORING AND CONTROL SYSTEMBY:MANSOUR ALRAMLAWIMAHMOUD ALALAWIMOHAMMED ALFEQAWIJALAL ALROUMIHAMDI JOUDEH

SUPERVISOR: DR. HATEM ELAYDI

Page 2: SMS & NET Operated Monitoring and Control system

INTRODUCTION

Rapid Growth in technology.

Fields of Industry, Communications, Control, Internet technology ….. And more.

You can be anywhere anytime. You want to know Anything happening everywhere.

Page 3: SMS & NET Operated Monitoring and Control system

ONE OF THE BENEFITS

Space Applications

Remote Monitoring& Controlling

Home Applications

……………...

Industrial, Natural Resources, Agriculture and others.

Page 4: SMS & NET Operated Monitoring and Control system

OUR SYSTEM

Page 5: SMS & NET Operated Monitoring and Control system

FUNCTIONALITY

As a monitoring & control system for simple applications.

Page 6: SMS & NET Operated Monitoring and Control system

FUNCTIONALITY As part of a large DCS.

Page 7: SMS & NET Operated Monitoring and Control system

FEATURES

Title

Stand Alone System

Blocks Approach

SMS & Net

Operated

PIC MCU Based

Page 8: SMS & NET Operated Monitoring and Control system

SYSTEM BLOCK DIAGRAM

Saves time and effort. Easier to upgrade. Allows reuse of blocks.

SMS Block Ethernet BlockCentral Block USARTParallel

USAR

T

Remote Device 1

Remote Device 2

Wireless Controller

Wireless Block

System Block Diagram

Page 21: SMS & NET Operated Monitoring and Control system
Page 22: SMS & NET Operated Monitoring and Control system

NETWORK SUPPORT IN OUR SYSTEM

First time to support stand alone Ethernet. No software needed to run the system. No extra hardware to connect with PC. Flexibility. Very short start up time. Can be improved to connect to the internet.

Page 23: SMS & NET Operated Monitoring and Control system

ETHERNET MODULE ARCHITECTURE

Page 24: SMS & NET Operated Monitoring and Control system

PC NEEDS NIC AND PIC NEEDS ENC

Page 25: SMS & NET Operated Monitoring and Control system

ENC28J60 ADVANTAGES Supporting 10base_T 10 Mbps speed. Simpler interfacing with Microcontroller. connectable via SPI. Need only 5 pins to connect with PIC. Attractive price.

Page 26: SMS & NET Operated Monitoring and Control system

MICROCONTROLLER OF MODULE Pic18F452 is installed. Full support for SPI module. Sufficient ram space. support enough speed for its duty.

Page 27: SMS & NET Operated Monitoring and Control system

WEB PAGE PROGRAMMING WEB page is programmed as HTML code.

Html code is saved in MCU as characters array in PIC Memory.

The code Can be edited in the MCU to meet the coming request .

Page 28: SMS & NET Operated Monitoring and Control system

WEB PAGE INTERFACING

Page 29: SMS & NET Operated Monitoring and Control system

WEB PAGE INTERFACE

Page 30: SMS & NET Operated Monitoring and Control system

CONTROL PAGE

Page 31: SMS & NET Operated Monitoring and Control system

MONITORING PAGE

Page 32: SMS & NET Operated Monitoring and Control system

CONTROL OPERATION

Step 2 Step 3 Step 4Step 1

Sending control order

ON/OFF

Change the

state of the

output port

Modify the

HTML page

Return modified page

Page 33: SMS & NET Operated Monitoring and Control system

MONITORING OPERATION Refreshing the value of input.

Auto refresh in the web page.

Changing the unit color if input status is changed.

Page 34: SMS & NET Operated Monitoring and Control system

CONNECTING WITH INTERNETWhat we need ? Public IP address. Web-server with known IP. Reliable security.

Page 35: SMS & NET Operated Monitoring and Control system

Wireless Block

Page 36: SMS & NET Operated Monitoring and Control system

WHY WIRELESS?

1- Easy to deploy.2- Easy to distribute.3- No infrastructure required.

Page 37: SMS & NET Operated Monitoring and Control system

WIRELESS BLOCK

Page 38: SMS & NET Operated Monitoring and Control system

WIRELESS CONTROLLER

The encoder and decoder are used in interfacing the TX and RX to the MCU and in addressing different devices.

Page 39: SMS & NET Operated Monitoring and Control system

REMOTE DEVICE

Page 40: SMS & NET Operated Monitoring and Control system

ADDRESSING The Encoder allows address assignment. Each device has its own address.

Add. 00000011

Add. 00000000

Add. 00000001

Page 41: SMS & NET Operated Monitoring and Control system

INTERFERENCE Interference occurs since the channel is a half

duplex

Page 42: SMS & NET Operated Monitoring and Control system

SENDING CONTROL DATA

Control data

Page 43: SMS & NET Operated Monitoring and Control system

REQUESTING MONITORING DATA

Monitoring data

Page 44: SMS & NET Operated Monitoring and Control system
Page 45: SMS & NET Operated Monitoring and Control system

CENTRAL BLOCK

Page 46: SMS & NET Operated Monitoring and Control system

INTRODUCTION Task: - To get the other blocks working all together. - To organize the flow of data among blocks.

Features: - The heart of the system. - Acts like Master while the other PICs act like

slaves.

Page 47: SMS & NET Operated Monitoring and Control system

HARDWARE CONNECTION

Page 48: SMS & NET Operated Monitoring and Control system

WAREHOUSE APPROACH Main Concept:- Using the Central PIC as a warehouse.- Whenever a block has data to deliver or

needs data, it stores it in or takes it from the warehouse.

- Each block has its own functionality and its own manner in requesting data.

Page 49: SMS & NET Operated Monitoring and Control system

TYPES OF CONNECTION Two types of connection are used:1- Parallel Connection:To connect the Central PIC to the SMS PIC.

2- USART module:To connect the Central PIC to both, the Wireless

PIC and the Ethernet PIC.

Page 50: SMS & NET Operated Monitoring and Control system

BUSY LINE Other blocks may communicate with the

Central Block at the same time. Busy line is used to indicate that the Central

PIC is in the middle of a session with one of the PICs.

Page 51: SMS & NET Operated Monitoring and Control system

PARALLEL CONNECTION It consists of 10 lines, two way 8-pin data port

and two control lines.

Page 52: SMS & NET Operated Monitoring and Control system

USART OPERATION Wireless PIC & Ethernet PICs share the

Central PIC’s RX. Connecting them together causes

interference. AND gate is used for isolation.

Page 53: SMS & NET Operated Monitoring and Control system

USART OPERATION NUMBER The Central PIC receives data from both

Ethernet and Wireless PICs but can’t recognize from which one.

USART Operation Number is used which upon it the Central PIC determines the source of the data.

Page 54: SMS & NET Operated Monitoring and Control system

RESULTS The system was successfully designed and

implemented. The system was successfully operated using

SMS. It sent feedback SMS on the user number

indicating changes in Inputs. The system was successfully operated on a

Local Network by accessing its HTML page.

Page 55: SMS & NET Operated Monitoring and Control system

CONCLUSION Nothing such as PERFECTION. (No ideal

System). More work should be done. Block approach allows upgrading and

improvement. Many improvements crossed our mind.

Page 56: SMS & NET Operated Monitoring and Control system

FUTURE WORK Supporting dynamic IP addressing that allows

the system to adapt to different LANs without the need to pre-define the Network.

Connecting the system to the Internet and allowing wider range of monitoring and control.

Developing a mobile phone application making monitoring and control using SMS an easier task.

Page 57: SMS & NET Operated Monitoring and Control system

FUTURE WORK Implementing dynamic allocation of Remote

Devices allowing a larger number of Remote Devices to be installed easily.

Adding storage devices and creating data base for operation history.

Interfacing our system to other devices such as Programming Logic Controllers (PLCs), Soft Starters and other systems allowing more complex operations.

Page 58: SMS & NET Operated Monitoring and Control system

Click to edit company slogan .

www.themegallery.com