The IT700 PIM only supports up to network layer, all other above layers must be executed by other processor. Therefore in the PLC control network two types.

Slides:



Advertisements
Similar presentations
Portable media player RD –A 谢国佳.
Advertisements

Hardware Lesson 3 Inside your computer.
Developing an AVR Microcontroller System
A Model for Infusing Engineering and Programming Concepts in Introduction to Computer Courses at Community Colleges. Intro to Robotics and Programming.
Basic Computer Vocabulary
FIRST COURSE Essential Computer Concepts. New Perspectives on Microsoft Office 2007: Windows XP Edition 2 Objectives Compare the types of computers Describe.
Embedded Solutions for EPICS Based Control Systems Miroslaw Dach Goran Marinkovic Paul Scherrer Institut Switzerland.
Essential Introduction to Computers. What is a Computer? An electronic device, operating under the control of instructions stored in its own memory, that.
Design & Developed by: EATL
PWM ON SAMSUNG's S3C2410X. Building Embedded LINUX SYSTEM Outline SAMSUNG's S3C2410X components CLOCK & POWER MANAGEMENT PWM TIMER I/O PORTS Finally Project.
Preliminary Design Review Jan 31, 2006 Brianna Bethel Robert Havlik Jessica Lowry Alex Silva.
ECE 480: Team 3 Pre-Proposal Rituraj Behera – Presentation Prep Samuel Flynn – Team Manager Da Ke - Webmaster Sungsoo Kim – Lab Coordinator Eric Myers.
Introduction to the Raspberry Pi ® Saman Amighi 10/2013 ® Raspberry Pi Foundation.
Mathieu Stephan, EPFL. Why? Create a complete product Remotely control your music player Get information about the tracks being played Get calls / listen.
Building an Application Server for Home Network based on Android Platform Yi-hsien Liao Supervised by : Dr. Chao-huang Wei Department of Electrical Engineering.
Tejas D Kulkarni Abhisheyk Gaur Himanshu Raghav Ankur Mishra.
Camera Interfacing using ARM7
LabVIEW Embedded Module for ARM Microcontrollers
Mobile Handset Hardware Architecture
Department of Electronic & Electrical Engineering Embedded system Aims: Introduction to: Hardware. Software Ideas for projects ? Robotics/Control/Sensors.
Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic device.
© Oxford University Press España S. A., 2012 Unit 2 Hardware and software.
Handheld Devices (portable but still explicit usage) Laptops Personal Digital Assistants (Palm, PocketPC) TabletPC Smart Phones.
Operating Systems Operating System
Know the Computer Multimedia tools. Computer essentials.
1.  Project Goals.  Project System Overview.  System Architecture.  Data Flow.  System Inputs.  System Outputs.  Rates.  Real Time Performance.
An Overview of Using Computers
Software GCSE COMPUTING.
Lecture 2 “Structure of computer” Informatics. Computer is  general purpose device that can be programmed to carry out a set of arithmetic or logical.
Chapter 1 1.  The computer system consists of: 1. Hardware: Physical Components, like the system unit,monitor,keyboard, mouse, camera, printer … etc.
What is system software and what are its parts? Programs that control operation of computer Two parts are operating systems utility programs.
VirtualBox What you need to know to build a Virtual Machine.
What’s iTeach Educational Purposes Only Connect to Internet Upload/ Download files Stream/Play Video and Audio (Lectures) Reading Textual Documents Browse.
Click here to download this powerpoint template : Colorful Networks Free Powerpoint TemplateColorful Networks Free Powerpoint Template For more : Powerpoint.
NICOLE AND LAVONTIS COMPUTER APPLICATIONS. USB Flash Drive A USB flash drive,sometimes called s pen drive or thumb drive,is a flash memory storage device.
Multimedia and Computers Introduction to Computers.
© 2006 Pearson Education Chapter 1: Computer Systems.
Getting To Know Computers COMPUTER BASICS. WHAT IS A COMPUTER? A computer is an electronic device that manipulates information, or “data.” It has the.
System Software Design Review.  MCU: NXP LPC2378 ARM7 32-bit  512 KB Flash, 8KB EEPROM and SRAM  Bus Frequency: 20 MHz  Approximate Memory requirements:
1 Lecture 1: Computer System Structures We go over the aspects of computer architecture relevant to OS design  overview  input and output (I/O) organization.
Lecture 7: Overview Microprocessors / microcontrollers.
ChibiOS/RT Demo A free embedded RTOS
Week1: Introduction to Computer Networks. Copyright © 2012 Cengage Learning. All rights reserved.2 Objectives 2 Describe basic computer components and.
Department of Electronic & Electrical Engineering Introduction to microcontrollers A microcontroller is a small computer on a single integrated circuit.
Team 6. Guitar Audio Amplifier Audio Codec DSP Wireless Adapter Motor Array PC LCD Display LED Arrays Pushbutton or RPG Input Device
Farhin Al Masud What is Raspberry PI? o Low cost, credit card sized computer o SOC (System on a chip) o Founded by Raspberry PI foundation.
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
CEng3361/18 CENG 336 INT. TO EMBEDDED SYSTEMS DEVELOPMENT Spring 2007 Recitation 01.
Programming with Java. Chapter 1 Focuses on: –components of a computer –how those components interact –how computers store and manipulate information.
IMAGE COMPRESSION AND DECOMPRESSION USING ARM9 SYSTEM Under the guidance of Mrs. B. SATYA SRI DEVI,M.Tech, Assistant Professor By V. KUSUMA KUMARI Roll.
1 © 2016 Samsung Electronics America - Confidential Introducing MagicInfo Lite I 4.0.
2D-Graphic Accelerator
BUILDING AND IMPLEMENT A EMBEDDED WEB SERVER BASE ON TCP/IP STACK WITH A SoC PLATFORM Professor : CHI-JO WANG Name : Bui Quang Hoa (M982b211)
Padmarao Begari April 2nd, 2017
Handheld User Interface Unit for Saliva Analysis Device
Popular Microcontrollers and their Selection by Lachit Dutta
Operating System Review
Microcontrollers & GPIO
HTTP Server Protocol Module :
Introducing MagicInfo Lite I 4.1
الوحدة الأولى مفاهيم تقنية المعلومات و الاتصالات
AVR32 UC3 EVK1100 Control Panel Tutorial
Invent the future of small intelligent devices here.
Operating System Review
Computers (Hardware and Software)
Invent the future of small intelligent devices here.
Wireless Embedded Systems
Introduction to Single Board Computer
Computing Essentials Module 1.
Computing Essentials Module 1.
Presentation transcript:

The IT700 PIM only supports up to network layer, all other above layers must be executed by other processor. Therefore in the PLC control network two types of controller were implemented in this work.

The first one is an embedded main controller with powerful microprocessor used for human operation.

Main PLC Controller

The other is device controller with simple and low cost microprocessor used for control or monitoring home appliances.

Device PLC Controller

The main PLC controller is equipment with a touch screen LCD display and is realized using a Mini2440 single-board computer from FriendlyARM

Mini2440 single-board computer GPIO Ports LCD Interface

This board is based on the Samsung S3C2440 microprocessor, which features as follow: 16/32-bit RISC ARM920T core, includes the following components:

Separate 16 KB instruction 16 KB data cache MMU to handle virtual memory management LCD controller and touch screen interface NAND flash boot loader UART, DMA Timers with PWM, RTC

10-bit ADC Camera interface AC97 audio codec interface SPI, IIC-BUS, IIS-BUS, USB host/device SD card interface.

The board runs under Linux or WinCE.NET 5.0 OS is supported by Microsoft’s Visual Studio 2008 on window machine. An Internet web page was developed also for remote user to access the PLC home network.