SCADA – Data Processing Module

Slides:



Advertisements
Similar presentations
CSCI3170 Introduction to Database Systems
Advertisements

1 Constraints, Triggers and Active Databases Chapter 9.
System Construction and Implementation Objectives:
Team 5 Chemical Engineering Lab Scheduler Zach Frichtl Brent Ellwein Ryan Poplin Shawn Windler Chris Ciscsko Erik Halvorson Ben Linden.
Alarms and Events Processing Group No. 2 Project Guide: Prof. N.D.R.Sarma.
DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 8-1 COS 346 Day 17.
SQL Forms Engine Koifman Eran Egri Ozi Supervisor: Ilana David.
Alarms and Events - Processing and Logging Project Mentors Suneel Kumar Venugopal Vanga.
STOCKDOC Advanced Stock Management System
Prototype & Design Computer Inputs. How to Prototype & Design Computer Inputs Step 1: Review Input Requirements Step 2: Select the GUI Controls Step 3:
NMS1.0(c) Copyright Final Year Project Demonstration Dublin City University 29 th May 2003 Team Members : David ReadeTimothy Kelly
© URENIO Research Unit 2004 URENIO Online Benchmarking Application Thessaloniki 7 th of October 2004 Isidoros Passas BEng Computer System Engineering.
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 9.1.
Java Database Connectivity (JDBC) Introduction to JDBC JDBC is a simple API for connecting from Java applications to multiple databases. Lets you smoothly.
Chapter 4 Database Processing Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall 4-1.
Keywords Searching and Analysis System Member Student ID Role 刘亮 Liu Liang System Analyst 顾子俊 Gu Zijun Developer 杜菡菡 Du Hanhan
© 2006 Cisco Systems, Inc. All rights reserved.1 Connection 7.0 Serviceability Reports Todd Blaisdell.
CS499 Project #3 XML mySQL Test Generation Members Erica Wade Kevin Hardison Sameer Patwa Yi Lu.
Database Design And Implementation. Done so far… Started a design of your own data model In Software Engineering, recognised the processes that occur.
DOCUMENT CLUSTERING USING HIERARCHICAL ALGORITHM Submitted in partial fulfillment of requirement for the V Sem MCA Mini Project Under Visvesvaraya Technological.
VIGNAN'S NIRULA INSTITUTE OF TECHNOLOGY & SCIENCE FOR WOMEN TOOLS LINKS PRESENTED BY 1.P.NAVEENA09NN1A A.SOUJANYA09NN1A R.PRASANNA09NN1A1251.
IT APPLICATIONS TO ELECTRIC POWER PROJECT GUIDE : DR NDR SARMA GROUP - 10 PROJECT MEMBERS ABHISHEK DIXIT, ANUBHAV AGARWAL, E. GIRISH, SANDEEP CHANDNA.
UI Tags of Struts2. May 12, 2011 Struts 2.x Tags in detail:- The Struts 2.x tags can be classified under the following categories. i) UI Tags ii) Control.
PROJECT SECME Carthik A. Sharma Juan Carlos Vivanco Majid Khan Santhosh Kumar Grandai. Software Engineering Fall 2002.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 3 The Relational Data Model and Relational Database Constraints تنبيه.
The overview of Hotel Management System Currently at the Okinawa International hotel, routine procedures like; vacant room inquiry, reservation and cancellation.
Query Execution Chapter 15 Section 15.1 Presented by Khadke, Suvarna CS 257 (Section II) Id
DEVRY CIS 336 W EEK 6 G ROUP P ROJECT T ASK 4 Check this A+ tutorial guideline at
DEVRY CIS 336 W EEK 7 G ROUP P ROJECT T ASK 5 Check this A+ tutorial guideline at
MECH 373 Instrumentation and Measurements
SEO Link Building Engine For Web-Admins
Characteristic curve auto-generation in saber
Relational Database Schema Designer Using Bernstein’s Algorithm
Business System Development
SPMS ACCOMMODATION MODULE
INFORMATION RETRIEVAL AND KNOWLEDGE MANAGEMENT SYSTEM
School of Business Administration
ARK- Micro Blogging Website
VI-SEEM Data Discovery Service
Lecture # 13 (After 1st Exam)
FORMAL SYSTEM DEVELOPMENT METHODOLOGIES
Paul Jacobs The iSchool University of Maryland Thursday, Oct. 6, 2016
Translation of ER-diagram into Relational Schema
Unit Test Pattern.
Building an Integrable XBRL Portal Daniel Hamm German Central Bank
Lesson 1: Overview of Sequential Control and Data Acquisition
Generic image diffusion system
Structured Query Language
Divide Decimal Numbers by Whole Numbers
Accessing Your MySQL Database from the Web with PHP (Ch 11)
6. EGR Identification Service
Mexico 24 Hours Advance Manifest
Paul Jacobs The iSchool University of Maryland Thursday, Oct. 5, 2017
Algorithms, Part 3 of 3 Topics In-Class Project: The Box
Systems Construction and Implementation
Query Execution Presented by Jiten Oswal CS 257 Chapter 15
System Construction and Implementation
Systems Construction and Implementation
Database Design: Relational Model
E-Collaboration Supply Chain Interlock (ESI) The Collaboration Tool of your choice. SPEX presentation March, 2007.
Team 13 The Los Angeles Community Garden Inventory and Locator
Lecture 13 Teamwork Bryan Burlingame 1 May 2019.
Updating Databases With Open SQL
 .
Review of Week 3 Relation Transforming ERD into Relations
Clip & Convert to ASCII Program Kelly Knapp Spring 2010
Requirements “Content Guide”
Algorithms, Part 3 of 3 Topics In-Class Project: Tip Calculator
Updating Databases With Open SQL
CS 405G: Introduction to Database Systems
Presentation transcript:

SCADA – Data Processing Module E Ravi Teja 200001096 M Siva Suman 200001113 P Kiran 200001040 A Revanth 200001097 Ajay kumar Reddy 199901002

Agenda Review Work done till now Database Design Detailed Design ( DFD’s) Work Division Future Work

Review Digital to Engineering Conversion Zero Suppression Linear Non-Linear Piecewise Linear Zero Suppression Reasonability Check Limit Check

Work Done Finalized Database Design Created Database and populated with sample tuples Developed web interface for providing basic operations of the database like Insert Update Delete

Database Design Transducer Characteristics Digital and corresponding Engineering values Limit Specifications for Zero Suppression Reasonability checks Limit checks

Database Schema Digital To Engineering Zero suppression LitId Timestamp Digital Value Engineering Value Modified Zero suppression Reasonability check Limit check Characteristic function Type Minimum Maximum LitId Category

Database Schema(contd..) Transducer characteristics Linear Type A B Piecewise linear Type A B X 1 Y 2 Continuous Type An n

Initial System Design Characteristic Zero Converter function Category Converter Zero Suppression Engineering Value Digital Value Input Litid+DigVal Reasonability Check Database No Display Error Yes No Limit Check Display Output Yes

Detailed Design – DFDs – II 5. function Characteristic function Converter User 0. Submit event 2. LitId 6. EngVal 1. Input LitId+Digval Check 3. LitId 8. checked_value 4. function Database 7. Limits Converter DFD

1. insert(LitId, Timestamp, DigVal) AddNew DFD - II AddNew (Null checks) 0. LitId Timestamp DigVal User 1. insert(LitId, Timestamp, DigVal)

1. delete(LitId, Timestamp) Delete DFD – II Delete 0. LitId Timestamp User 1. delete(LitId, Timestamp)

1. Update(LitId, Timestamp, others..) Modify DFD – II Modify (Null checks) 0. LitId Timestamp Others.. User 1. Update(LitId, Timestamp, others..)

Work Division Database schema design Detailed design (All team members) Detailed design (Kiran and Ajay reddy) Web interface design and Query generation. (Revanth, Siva Suman and Ravi Teja)

Future Work Digital to Engineering Conversion Error checking mechanisms for Zero Suppression Reasonability checks Limit checks

Thank You Q & A