Mission Science. By Team 07

Size: px
Start display at page:

Download "Mission Science. By Team 07"

Transcription

1 Mission Science By Team 07

2 Team 07 Members Ashwini Ramesha : OCE Chen Li : Requirements Engineer Jiashuo Li : Prototyper Ritika Khurana : Project Manager Siddhesh Rumde : Life Cycle Planner Sowmya Sampath : Software Architect Yun Shao : Feasibility Analyst Farica Mascarenhas : IV & V 1

3 Strong and Weak points Strengths Peer review Collaborative, supportive Online tools Weaknesses Remote student availability Time constraints due to heavy course load Client communication 2

4 Overall Project Evaluation Identified new requirements Identified new risks Developed functional prototype for navigation programmability Started Construction Phase 3

5 Ashwini Ramesha OPERATIONAL CONCEPT DESCRIPTION

6 Current Workflow 5

7 Purpose, Vision & Proposed Workflow 6

8 Program irobot Elementary School Student Use GUI to build the instruction set Yes USC Undergraduate Student Control Program with GUI Interface irobot Teach Elementary school students to use the Control Program Business Workflow Detect conflicting instructions No Compile and load the executable to mind control stick of irobot Plug in mind control stick to irobot Executes the program Phase 7

9 Assumptions: -Elementary schools are willing to adopt irobot and Mission Science program -Elementary students like hands-on activities -Usability of irobot can be increased with drag-and-drop GUI -Developers can build program based on understanding irobot's instruction Developers Develop a user-friendly GUI Benefit Chain Diagram Client, Elementary School teachers, Potential maintainer Undergraduate students, Elementary school students Set up environment on elementary school's computers Use developed GUI in teaching Ensure compatibility of developed GUI on school's computers Simplify the control of irobot More efficient teaching Increase kids knowledge of complex irobot function and aspiration in STEM Easier to realize complex functions Increased familiarity with developed GUI Discover more complex functions gradually Provide training to teachers and undergraduate students Inspire elementary students to explore irobot Developers, Client, Elementary School teachers, Undergraduate students Undergraduate students, Elementary School teachers, Elementary school students Increased number of schools adopting irobots for kids Providing better chance of funding for Mission Science Legend: Contribution Initiative Outcome Stakeholder 8

10 System Boundary Diagram 9

11 Capability Goals OC-1 Navigation programmability: Fun-to-use interface to help elementary school children learn programming to control navigation of irobot. OC-2 Sensor programmability: Fun-to-use interface to help elementary school children learn programming to control navigation of irobot. OC-3 Loop and wait constructs: The interface shall allow drag & drop of programming constructs like if-then-else, for and while loops. OC-4 Sounds and light programmability: The interface shall allow drag & drop of musical notes and LED on/off instructions. OC-5 Demo mode programmability: The interface shall allow drag & drop of pre-programmed demo modes. 10

12 Levels of Service Goals LOS-1: Seamless interoperability between GUI and compiler. Win condition: The system shall generate instructions for irobot in C which is then later compiled for deployment on the microcontroller using the APIs of irobot. Measure: Number & severity of faults found in code generation & compilation modules. LOS-2: Detect and report ambiguous instructions in an understandable way. Win condition: The system shall detect and show logic errors (conflicting/inconsistent instructions) in a easy-to-understand way. Measure: Feedback from stakeholders like undergraduate students and elementary school teachers on the framed help & error messages. LOS-3: Reasonable frequency of reading sensor data. Win condition: The system shall enforce a tolerance limit of +/- 2 to 3% error in angle of turning. Measure: Manual testing and recording results for variety of sample inputs. LOS-4: Portability above Windows 7 Win condition: The system shall be a native windows 7 and above application. Measure: Regression test results on the windows versions above 7. 11

13 Organizational Goals OG-1: Generate more excitement toward STEM fields. OG-2: Widen the user sector for irobot. OG-3: Improved understanding in students about logic and control systems. OG-4: Decrease time needed to program irobot to execute complex instruction set. OG-5: Use of irobots to improve funding opportunities for Mission Science. 12

14 Constraints CO-1: Windows as an Operating System: The new system must be able to run on Windows 7/8/8.1 CO-2: Zero Monetary Budget: The selected NDI/NCS/COTS should be free or no monetary cost. CO-3: C# as a Development Language: Visual studio C# will be used as a development language for the Drag & Drop GUI interface. 13

15 Jiashuo Li PROTOTYPE

16 What we have prototyped Drag & Drop Operation which is the main capability of the system Easy for kids to program Instruction with parameters FORWARD Time Distance Workflow (Functioning) Create (Open) Compile & Load Run Translate Program to C Win AVR Integration Debugging Interface 15

17 4-Panel Interface Instruction Candidates Program Parameters: The parameters of each instruction Debugging Interface Load default program Show text source code More COLORS 16

18 Build and Load 17

19 Win AVR Integration 18

20 Risks, Problems and Mitigation Low sensor resolution -> Cannot rotate accurately Try using script command Find the sweet point for sensing Ineffective development tools Contact manufacturers Build Microcontroller simulation environment Kids may lost their interest Ask for what they want 19

21 Chen Li REQUIREMENTS

22 ESS (Most significant Requirements) Score Requirement Win Condition OC-1 (WC-3283) Use navigation drag and drop module to make the robot go forward, backward, turn left and right OC-2 (WC-3285) Use sensing drag and drop module to detect cliffs/edges, speed, direction, elapsed time and infrared ray OC-5 (WC-3283) Use built-in functions of the irobot to control its behavior/movement OC-3 (WC-3295) Drag and drop if-then-else and for/while loop in which instructions can be further dragged and dropped. 21

23 System Score Requirement Win Condition LOS-1 (WC-3299) The system shall generates instructions for irobot in C which is then later compiled for deployment on the microcontroller of irobot LOS-2 (WC-3297) The system shall detect and show logic errors (conflicting or inconsistent instructions) in an easy-to-read way LOS-3 (WC-3302) The system shall enforce a tolerance limit of +/- 3% on sensor programmability LOS-4 (WC-3298) The system shall be a native Window 7 and above application. 22

24 Implicit Requirements Prepare user guide Prepare troubleshooting guide 23

25 Sowmya Sampath ARCHITECTURE

26 Use Case diagram 25

27 Hardware Component Diagram 26

28 Software Component Diagram 27

29 Deployment Diagram 28

30 Design Class Diagram 29

31 Sequence Diagram 30

32 Siddhesh Rumde LIFE CYCLE PLAN

33 Overview Modified since FCR ARB Modules Estimation Plans for 577b Re-baseline Foundation Phase Iteration 1 Core Capability Iteration 2 Full Capability Transition Iteration 32

34 Prototype Module Name Navigation Sensor Detection Light and Sound Functionality Prototype SLOC Percentage Interface Design % Translator % Win AVR Integration % Instruction Meta-Data 0 0% Interface Design % Translator 0 0% Win AVR Integration % Instruction Meta-Data 0 0% Interface Design % Translator 0 0% Win AVR Integration % Instruction Meta-Data 0 0% SLOC REVL % % % 33

35 Modules Module Name Brief Description Navigation Module Provide navigation for the irobot to move in any direction % 0 2 Sensor Module Provide sensation of the external environment to the irobot % 0 3 Light & Music Module No. 1 SLO REV C L Enable the light and music % feature of the irobot. 34

36 Estimation Total SLOC estimated : 3953 lines Most Likely effort: PM 11.51/1.67=6.89 person 7 members in 577b 35

37 Skillset of New Members UI/UX Design C and C# Programming Good Analytical Skills Visual Studio 36

38 Re-baseline Foundation (Jan 12 - Feb 11) Re-baseline the project (Jan 13-Jan17) Requirement Requirement Engineer Prototype Prototyper Architecture Architect Plan for testing Tester Prepare Products for RDCR (Jan 23-Feb 5) 37

39 Construction Iteration 1 (Feb10 - Mar26) Duration: Feb 10 Mar 26 Modules: Navigation Sensor Light & Sound Capability: Navigation Sense-Navigate Play Sound Display LED Lights 38

40 Detailed Plan 39

41 Core Capability Drive-through CCD: an activity allows clients to try on must-have capabilities. Schedule: March 25 Preparation: Hardware & Software Dry Run Risk Management Usage Scenarios Feedback From Students 40

42 Construction Iteration 2 (Mar26 - Apr08) Duration: Mar 26 Apr 08 Modules: Export Capability: Enhance User Interface Integration testing and System testing Fix defect and prepare for release 41

43 Dates & Activities for Client Re-baseline Development Commitment Review: Feb 11 Core Capability Drive-through: March 25 Transition Readiness Review: Apr 8 Transition & Training: Apr 20 Operational Commitment Review: Apr 27 Client Evaluations: May 4 42

44 Yun Shao FEASIBILITY EVIDENCE

45 Business Case Cost analysis Personnel analysis Hardware and software analysis Benefit analysis ROI analysis 44

46 Development Period (12 weeks) Valuation and Foundations Phases: Time Invested (CS 577a, 12 weeks) Client: First meeting 2 Client: Win-win session 2 Undergraduate Students: Introduction to irobot 2 Client: Meeting via , phone, and other channels [1 hr/week * 12 weeks * 1 people] 12 Undergraduate Students: Meeting via , phone, and other channels [1 hr/week * 12 weeks * 2 people] Architecture Review Boards [1.5 hr * 2 times * 1 people] 24 3 Development and Operation Phases: Time Invested (CS 577b, 12 weeks) Client: Meeting via , phone, and other channels [1 hr/week * 12 weeks * 1 people] Undergraduate Students: Meeting via , phone, and other channels [1 hr/week * 12 weeks * 2 people] Maintainer: Meeting via , phone, and other channels [2 hr/week * 12 weeks * 2 people] 48 Architecture Review Boards and Core Capability Drive-through session [1.5 hrs * 2 times * 1 people] 3 Deployment of system in operation phase and training - Installation & Deployment [5 hr/week * 3 times * 3 people] - Training & Support [5 hrs * 2 times * 3 people] 75 Total

47 Hardware & Software Analysis Hardware irobot Platform computer Software Visual studio license Win AVR 46

48 Benefit Analysis More elementary school students interest in irobot and STEM 50% increase More funding for Mission Science 10% increase 47

49 ROI Analysis Year Cost Benefit Cumulative (Effort Cost Saved) 2014 $1500 $ $ Cumulative Benefit ROI $1500 $ $3000 $2000 $ $1500 $3000 $3500 $ $500 $3000 $4000 $

50 ROI Analysis ROI

51 Process Feasibility Evidence 30 % of 3 NDI/NC S features Adoption with customizing Based on our research, it cannot be ignored in our project. For example, we need to customize and use Win AVR in our project, which is the only tools to load C code to microcontroller of irobot to the best of our knowledge. Single NDI/NC S 3 Direct adoption Based on our knowledge, we take advantage of the compatibility of.net with Windows to develop our project, which is footstone of our project. Unique/ inflexible business process 3 In Prototyping Based on our research, there is some particular process we have to complete, such as transfer the graphic view to C code. 50

52 Technical Risk Analysis Risk Exposure Risks Risk Mitigations S(L) P(L) RE GUI may generate C code that cannot be compiled ) The line of C code causing the compilation error and corresponding instruction from GUI can be highlighted. 2) A message to contact the maintainers with the exact program tried and the error message faced. The GUI may fail to detect conflicting instructions, so that the irobot will run out of expectation, which decreases kids' interest ) Team needs to analyze the place where conflicts possibly happen for each function, and design a specific action to avoid unpredictable behaviors of irobot. 51

53 Technical Risk Analysis Risk Exposure Risks Risk Mitigations S(L) P(L) RE The COM port may change when microcontroller is connected to computer, but the COM port changing function may fail to identify the COM port and customize "makefile" correspondingly ) Maintainer is given an option to manually select the COM port from all available candidates. 2) Add troubleshooting instructions with snapshots of how to identify the correct COM port and change the "makefile". Due to various hardware environments on different computers, incompatibility issue may arise while using default "firmware version" in "makefile" which will cause COM port time-out ) Maintainer is given an option to manually select the version of firmware. 2) Add troubleshooting instructions of how to edit "makefile" to change the "firmware version". 52

54 Non Technical Risk Analysis Risk Exposure Risks Final GUI may fail to interest elementary school kids towards programming irobots. Risk Mitigations S(L) P(L) RE ) Make improvements based on the collection of feedback of kids who have tried our application. 53

55 NDI/NCS Analysis Connector None Legacy System Win AVR irobot 54

56 NDI/NCS Analysis Visual Studio 2013 Windows 8.1 WPF based on.net framework 4.5 irobot Open Interface Win AVR complier 55

57 Ritika Khurana QUALITY FOCAL POINT

58 Metrics Reporting Defect Reporting Metric Unavoidable Defect(s): Week 1/2: Unable to discuss with the undergraduate students and elementary school kids as yet due to unavailabity of the contact information. Avoidable Defect(s): Week 3/4: Slot booking for win win session 2 got delayed due to miscommunication among team members. Week 5/6: Prototype presentation uploaded later than expected. Week 5/6: Choosing wrong category of documents in Bugzilla. Week 7/8: The documents with the team were incomplete & insufficient. Week 7/8: ARB documentation and presentation were not satisfactory. Week 7/8: Inadequate time management. Week 9/10: Team failed to update Bugzilla last week on time. Week 11/12: Some concepts in documents were not understood in time. 57

59 Defect Metrics No. of defects No. of defects Week Week Week Week Week Week

60 Defect Analysis Effect of Defect Effect of Defect 59

61 Progress Report Week 1/2: Stude t tea lear t a o er ie of the urre t syste s orki g. Student team witnessed end-to-end working of a similar product developed in past A scribbler robot. Source code of the existing complex functionalities and other documentation related to irobot were asked from the client. Student team plans to meet up with the actual users of the product(undergraduate students) in the coming week. Student team learnt about the vision statement of the project and its long term goals. Week 3/4: Acquired the soft copies of the existing documentation of the irobot from client. Had a discussion with undergraduate students about their experiences working with current system and problems. Team has started familiarizing on Visual Studio and working on the prototyping. Team along with the client, updated functionality level requirements on Winbook. 60

62 Progress Report Week 5/6: Team combined the MMF on Winbook as suggested by the client. irobot given by the client for implementing and testing. Team has starting building the GUI on Visual Studio. Team prototyped GUI for the prototype presentation. Tea spe t ti e i k o i g the priorities of the MMF s. Team attended the win win session#2 and learnt to estimate to estimate MMFs. Week 7/8: Team prepared and delivered the ARB Presentation. Improved GUI prototype with graphical navigation errors. Client and professors feedback were integrated into Foundation Commitment Package. Team prepared the Foundation Commitment Package Documents. Week 9/10-11/12: Team delivered the Prototype Presentation. Improved GUI prototype with graphical interface for all buttons. Team successful in generating a C code from the instructions of GUI as a part of prototype. 61

63 Metrics Reporting Progress Indicator Progress Indicator Week Week Week Week Week Week

64 Effort Report Week 1/2: Getting extensive functional requirements and system level requirements in the form of user stories from client. Had a meeting with undergraduate students; the users who will be teaching the Elementary school students to use the irobot. Team managed to take the irobot Machine from the client. Risk Analysis for the project based on the understanding the team gains from PC-3 Assignment. Week 3/4: Prototype of the GUI completed. Acquired the irobot machine to get hands-on experience. Week 5/6: Developed the aesthetic look of GUI prototype required. Added functionality to the buttons and tried to compile the code using Win AVR. Presented ARB and acquired quality management strategies to be used for the project. Week 7/8-9/10-11/12: Generated actual C code and compiled using Win AVR. 63

65 Effort Analysis Percentage of effort Percentage of effort Week Week Week Week Week Week

66 Effect of Effort Effect of Effort (%) Effect of Effort (%) WeekWeekWeekWeekWeekWeek

67 Technical Debt Solved Technical Debts Team decided to use Visual Studio to design the GUI but did not know which compiler would be compatible with it to compile C code. Later decided to try WinAVR. Team decided to work on feasibility of Win AVR. For a while team also decided to use GTK for the compilation of the C code but that did not seem viable. Because of insufficient time, took help from the undergraduate students in understanding the hardware programming and debugging. Developers now have better understanding of the iro ot s operatio al logi. 66

68 Technical Debt Remaining Technical Debts Code of prototype is not modular. Team still not clear about how navigation and sensors work with each other, which may cause difficulties in the development at a later stage. 67

69 Test Cases ID TC-001 Title Navigation Controls Pre-Conditions Function calls in C Coding for forward & backward controls on User Interface Test-Step(s) Drag the navigation buttons, Compile the code, Load onto the microcontroller chip and Test on the irobot. Expected Results Movement of the irobot as expected. 68

70 Test Cases ID TC-002 Title Sensor Controls Pre-Conditions Function Calls in C Code to activate sensors like for cliff detection and obstacle detection on User Interface Test-Step(s) Drag the sensor buttons, Select the sensor check frequency, Compile the code, Load onto the microcontroller chip and Test on the irobot. Expected Results Pop Up window showing an obstacle detected in front. 69

71 Test Cases ID TC-003 Title Sounds and Lights Pre-Conditions Function Calls in C Coding for aggregating sounds and making songs using drag and drop functionality on User Interface Test-Step(s) Drag the sound and light buttons, Chose the sounds, Compile the code, Load onto the microcontroller chip and Test on the irobot. Expected Results Composition of the songs as expected. 70

72 Test Cases ID TC-004 Title Demo Modes Pre-Conditions Functional Testing Test-Step(s) Testing all the instructions related to demo modes. Expected Results Demo Modes working as expected. 71

73 Test Cases ID TC-005 Title Conflict Detection Pre-Conditions Navigation Functionality Test-Step(s) Providing the conflicting instructions in the drag and drop interface. Expected Results Pop Up showing conflicting instructions given. 72

74 Traceability Matrix OCD Win Condition SSAD Test Case OC1 WC-3283 ATF: Navigation Keys UCD: TC-001, TC-005 OC2 WC-3285 ATF: Sensor UCD: TC-002 OC3 WC-3291 ATF: Sounds/Light UCD: TC-003 OC4 WC-3296 ATF: Loop & Wait Constructs UCD: TC-004 OC5 WC-3305, WC-3304 ATF: Demo Modes UCD:2.1.1 TC

75 74

Operational Concept Description (OCD)

Operational Concept Description (OCD) Operational Concept Description (OCD) Mission Science irobot Team #07 Ashwini Ramesha OCE, Requirements Engineer Chen Li Requirements Engineer, Feasibility Analyst Farica Mascarenhas IV&V, Quality Analyst

More information

Security Management System - Configuring Video Analytics

Security Management System - Configuring Video Analytics Introduction This document describes the steps for configuring the Video Analytics (VA) module available in the Security Management System software. Security Management System video analytics module is

More information

A New Approach to ESB Migration Building a foundation for Digital Business

A New Approach to ESB Migration Building a foundation for Digital Business A New Approach to ESB Migration Building a foundation for Digital Business Summary Traditional business models are being threatened by the digital economy. Having the ability to do business digitally is

More information

Landscape Architecture Foundation. LAF 2017 Landscape Performance Education Grant

Landscape Architecture Foundation. LAF 2017 Landscape Performance Education Grant Landscape Architecture Foundation Fall 2017 Landscape Performance Education Grant Instructor Reflection for LARC 230: Site Systems I Materiality in Landscape Architecture (Fall 2017) Core course offered

More information

EQ-ROBO Programming : Cliff Check Robot

EQ-ROBO Programming : Cliff Check Robot EQ-ROBO Programming : Cliff Check Robot Program begin a Input port setting Output port setting LOOP starting point (Repeat the command) b Condition 1 Left b IR sensor : Detect the ground Right a IR sensor

More information

Introduction to Modular Programming. Copyright 2012 Rockwell Automation, Inc. All rights reserved.

Introduction to Modular Programming. Copyright 2012 Rockwell Automation, Inc. All rights reserved. Introduction to Modular Programming Rev 5058-CO900C Copyright 2012 Rockwell Automation, Inc. All rights reserved. 2 Agenda Why Modular Programming? Architecting Modular Code Machine Example Meeting Code

More information

Operation Manual Fighter ProVision Software. Version: 0.0 Revision: 1

Operation Manual Fighter ProVision Software. Version: 0.0 Revision: 1 Operation Manual Fighter ProVision Software Version: 0.0 Revision: 1 TABLE OF CONTENTS 1. Introduction 5 2. Software Installation 5 3. PC Users 6 3.1 Introduction 6 3.2 Default Code 6 3.3 Edit PC User

More information

Avigilon Control Center System Integration Guide

Avigilon Control Center System Integration Guide Avigilon Control Center System Integration Guide with Gallagher Command Centre INT-CARDAX-C-Rev3 Copyright 2013 Avigilon. All rights reserved. No copying, distribution, publication, modification, or incorporation

More information

Halton SAFE / 7.14 user guide and installation instructions

Halton SAFE / 7.14 user guide and installation instructions Halton SAFE / 7.14 user guide and installation instructions VERIFIED SOLUTIONS BY H A LTO N Enabling Wellbeing Table of contents 1 System description 3 2 User Accounts 4 3 Main menu 7 3.1 Main menu - Change

More information

Frequently asked questions: Intelligent Transmitter Series

Frequently asked questions: Intelligent Transmitter Series Frequently asked questions: Intelligent Transmitter Series The Wilcoxon family of Intelligent Transmitters, relay alarms, and communication modules can be used to implement low-cost online vibration monitoring

More information

DeltaV Operate. Product Data Sheet DeltaV Operate December 2006 Page 1. Introduction. Benefits

DeltaV Operate. Product Data Sheet DeltaV Operate December 2006 Page 1. Introduction. Benefits December 2006 Page 1 You can easily manage your process with. Powerful operator interface, optionally up to four monitors Alarms prioritized by user Secure, standard operating desktop Intuitive graphics

More information

Facility Commander Wnx

Facility Commander Wnx Facility Commander Wnx Integrated security management platform for Windows Seamless. Effective. Efficient. Integrate security applications on one versatile platform It s easy and efficient to seamlessly

More information

JOVY SYSTEMS RE User Manual Rev. 1.00

JOVY SYSTEMS RE User Manual Rev. 1.00 JOVY SYSTEMS RE-7550 User Manual Rev. 1.00 Index - Introduction... 3 - Copyrights and Liability disclaimer........ 3 - Specifications.. 4 - Safety/ Caution instructions....... 4 - RE-7550 hardware description......

More information

IE Code IE Competency Title Credit OAC Ref.

IE Code IE Competency Title Credit OAC Ref. Compulsory Workplace Competency Standards Level Four IE Code IE Competency Title Credit OAC Ref. IE119-4WC Design and draw electrical and electronic drawings including schematics, 4 F5 maintain documentation

More information

General Specifications

General Specifications General Specifications Model NTPC003 Exaquantum Alarm Master Database PROBLEM Poor alarm management is one of the leading causes of downtime and has contributed to some of the worst recorded industrial

More information

Network Hardware and wiring (quiz)...

Network Hardware and wiring (quiz)... 4120 Network/TSW (FA049) Course Agenda Day 1 Course Introduction (Presentation)... 8:00 am to 8:30 am Break Module 1 Installing and Configuring Network Software Applications 4120 New Network Programmer

More information

Welcome to MultiSight TM Vision Sensor Hands-On Lab

Welcome to MultiSight TM Vision Sensor Hands-On Lab Welcome to MultiSight TM Vision Sensor Hands-On Lab About This Hands-On Lab Welcome to the MultiSight TM Vision Sensor Hands-On Lab! This session provides you with an opportunity to explore the functionality

More information

Monitor Alarms and Events

Monitor Alarms and Events This chapter contains the following topics: What Are Alarms and Events?, page 1 How are Alarms and Events Created and Updated?, page 2 Find and View Alarms, page 3 Set Alarm and Event Management Preferences,

More information

Alarm System Example

Alarm System Example Alarm System Example ASD:Suite Copyright 2013 Verum Software Technologies B.V. ASD is licensed under EU Patent 1749264, Hong Kong Patent HK1104100 and US Patent 8370798 All rights are reserved. No part

More information

MASTER PLAN KICK-OFF Open House #1A, April 28, 2015

MASTER PLAN KICK-OFF Open House #1A, April 28, 2015 "The beginning is the most important part of the work." Plato, The Republic MASTER PLAN KICK-OFF Open House #1A, April 28, 2015 YOUR CAMPUS PLANNING TEAM Campus Planners Landscape Architects Urban Designers

More information

Oracle Retail Management System Release Notes Release Spanish. January 2008

Oracle Retail Management System Release Notes Release Spanish. January 2008 Oracle Retail Management System Release Notes Release 10.1.20 Spanish January 2008 Oracle Retail Management System Release Notes, Release 10.1.20 Spanish Copyright 2008, Oracle. All rights reserved. Primary

More information

Winston-Salem State University Campus Master Plan 2016 Update

Winston-Salem State University Campus Master Plan 2016 Update Winston-Salem State University Campus Master Plan 2016 Update Request for Qualifications Page 1 of 6 Overview Winston-Salem State University (WSSU) is requesting qualifications from planning firms specializing

More information

Universal modular MWD platform adapted for your needs

Universal modular MWD platform adapted for your needs Universal modular MWD platform adapted for your needs Axel provides innovative and affordable Measurement while drilling (MWD/LWD) products for oil and gas companies. The fastest solution on the market

More information

AQUATROL Zone Synchronizing Universal Injection/Mixing Boiler Reset Controls AQ252

AQUATROL Zone Synchronizing Universal Injection/Mixing Boiler Reset Controls AQ252 AQUATROL Zone Synchronizing Universal Injection/Mixing Boiler Reset Controls AQ252 USER OPERATION AND MAINTENANCE WARNING Risk of electrical shock. Can cause severe injury, property damage or death. Only

More information

Different types of Fire Alarm System

Different types of Fire Alarm System Different types of Fire Alarm System Conventional Fire System Generally comes with Zones. Each zone can have max 20 detectors. Addressable Fire Alarm System This comes in loops. Different manufacturer

More information

IndigoVision. GAI-Tronics Integration Module. Administrator's Guide

IndigoVision. GAI-Tronics Integration Module. Administrator's Guide IndigoVision GAI-Tronics Integration Module Administrator's Guide GAI-Tronics Integration Module THIS MANUAL WAS CREATED ON 10 APRIL 2013. DOCUMENT ID: IU-IM-MAN019-1 Legal Considerations LAWS THAT CAN

More information

Graduate-Level Course List

Graduate-Level Course List CRPLAN 5001 - Introduction to GIS (4) Introduction to the basic principles of geographic information systems and their use in spatial analysis and information management. Prereq: Sr or Grad standing. Not

More information

/ / White Paper. Focusing on user experience

/ / White Paper. Focusing on user experience / / Tyco Fire Protection Products is a leading manufacturer of fire detection, suppression and protection solutions. Here, it examines how to ensure effective use of fire detector control panel technology

More information

DATA SHEET BENEFITS CURRENT CHALLENGES SSM INFOTECH S X-FORCE AMS - THE IDEAL SOLUTION

DATA SHEET BENEFITS CURRENT CHALLENGES SSM INFOTECH S X-FORCE AMS - THE IDEAL SOLUTION DATA SHEET BENEFITS Alarm Printers, Report Printer Replacement Better Operator Attention Alarm Rationalization Remote Viewing of Alarms Unlimited Archiving of Alarms\Event Messages Alarm Consolidation

More information

Systems. Visit us at

Systems. Visit us at Systems And especially: SPE Module Visit us at www.lctech.de! Systems General e Description Highlights Modules Structure and Availability FREESTYLE TM BASIC FREESTYLE TM SPE 2 FREESTYLE General Description

More information

ADIPEC 2013 Technical Conference Manuscript

ADIPEC 2013 Technical Conference Manuscript ADIPEC 2013 Technical Conference Manuscript Name: Heidi Fuglum Company: ABB AS Job title: Deployment Manager Address: Ole Deviksvei, Oslo, Norway Phone number: +47 91 36 98 70 Email: Heidi.Fuglum@no.abb.com

More information

Open Source Home Security System

Open Source Home Security System Open Source Home Security System Final Report ECE 410: Senior Project By: Allen Chu March 28, 2012 Project Advisor: Dr. John Ventura, PE Table of Contents Title 1 Table of Contents 2 1. Abstract 3 2. Customer

More information

Monitoring Software for NPBC-V3M-1 User Manual

Monitoring Software for NPBC-V3M-1 User Manual Monitoring Software for NPBC-V3M-1 User Manual User Manual ver 1.5 page 1 of 14 Contents: 1. Introduction... 3 2. Requirements... 3 3. Installing the software... 4 4. Connecting the devices... 4 5. Updating

More information

Approximations of Landscape

Approximations of Landscape Approximations of Landscape Geodesign. Approximations of a catchphrase 1. Geodesign Approaches and a typologies 2. Spatial Scenario Design Models for Geodesign 3. Collaboration as a challenge 4. Conclusions

More information

EQ-ROBO Programming : Line tracer with 3 IR sensors

EQ-ROBO Programming : Line tracer with 3 IR sensors EQ-ROBO Programming : Line tracer with 3 IR sensors Program begin Input port setting c b Output port setting Set the servo motor to the 150 degree The line tracer with 3 IR sensors runs following the black

More information

ENERGY LIGHT USER S GUIDE ENERGY LIGHT USER S GUIDE

ENERGY LIGHT USER S GUIDE ENERGY LIGHT USER S GUIDE ENERGY LIGHT USER S GUIDE Release January 2001 CONTENTS 1.0 GENERAL CHARACTERISTICS... 4 1.1 MAIN CHARACTERIS TICS... 4 2.0 USER INTERFACE (CODE C5121230)... 5 2.1 DISPLAY... 5 2.2 MEANING OF THE LEDS...

More information

RC802/ B 8E1 Modular Fiber-Optic Multiplexer (Rev. M) User Manual

RC802/ B 8E1 Modular Fiber-Optic Multiplexer (Rev. M) User Manual RC802/804-240B 8E1 Modular Fiber-Optic Multiplexer (Rev. M) User Manual Raisecom Technology Co., Ltd. (04/2005) 1. Cautions Please read the following notices carefully before installing and using the device,

More information

THX-DL Data Logger USER & INSTALLATION MANUAL V

THX-DL Data Logger USER & INSTALLATION MANUAL V THX-DL Data Logger USER & INSTALLATION MANUAL V1.2012 www.thermomax-refrigeration.com Contents PRESENTATION Summary of Features 2 INSTALLATION Safety Precautions 4 THX Unit 4 Sensors 4 Alarm Relay 4 Power

More information

Figure 1. Proper Method of Holding the ToolStick. Figure 2. Improper Method of Holding the ToolStick

Figure 1. Proper Method of Holding the ToolStick. Figure 2. Improper Method of Holding the ToolStick TOOLSTICK C8051F330 DAUGHTER CARD USER S GUIDE 1. Handling Recommendations To enable development, the ToolStick Base Adapter and daughter cards are distributed without any protective plastics. To prevent

More information

by Honeywell WINMAG THE ULTIMATE VIGILON TEXT AND GRAPHICS SOFTWARE

by Honeywell WINMAG THE ULTIMATE VIGILON TEXT AND GRAPHICS SOFTWARE WINMAG THE ULTIMATE VIGILON TEXT AND GRAPHICS SOFTWARE by Honeywell WINMAG, The Ultimate Vigilon Text And Graphics Software WINMAG offers the best possible integrated visual data and management solution

More information

Oracle Retail Management System Release Notes Release November 2007

Oracle Retail Management System Release Notes Release November 2007 Oracle Retail Management System Release Notes Release 11.0.13 November 2007 Oracle Retail Management System Release Notes, Release 11.0.13 Copyright 2007, Oracle. All rights reserved. Primary Author: Rich

More information

Monitor Alarms and Events

Monitor Alarms and Events What Are Alarms and Events?, page 1 How are Alarms and Events Created and Updated?, page 2 Which Events Are Supported?, page 5 Set Alarm and Event Management Preferences, page 5 Interpret Event and Alarm

More information

Historic Asset Management A Decision Support Process for Balanced Consideration of Mission Utility, Historic Value, and Facility Condition

Historic Asset Management A Decision Support Process for Balanced Consideration of Mission Utility, Historic Value, and Facility Condition Historic Asset Management A Decision Support Process for Balanced Consideration of Mission Utility, Historic Value, and Facility Condition Joe Lockerd; Cardno TEC Kurt Schweigert; Cardno TEC Adriane Fowler

More information

Practical Distributed Control Systems (DCS) for Engineers & Technicians. Contents

Practical Distributed Control Systems (DCS) for Engineers & Technicians. Contents Practical Distributed Control Systems (DCS) for Engineers & Technicians Contents Chapter 1 Introduction to Computer Based Control Systems 1 1.1 Introduction to computer based measurement and control systems

More information

Patriot Systems Limited

Patriot Systems Limited COPYRIGHT 1997 - The Patriot Systems Ltd. Patriot Alarm Monitoring Automation Package is licensed for use on one computer, by the original person, or company, or organization whose name is registered with

More information

Reducing Arc Flash Risks with Electrical Maintenance Safety Devices - Part 2

Reducing Arc Flash Risks with Electrical Maintenance Safety Devices - Part 2 Reducing Arc Flash Risks with Electrical Maintenance Safety Devices - Part 2 By: Martin Robinson, CEO of IRISS Group and Level III Thermographer Abstract Every year thousands electrical workers are injured

More information

Passive infrared ceiling sensor

Passive infrared ceiling sensor Passive infrared ceiling sensor 88 Description Control and command device, powered by the SCS BUS, with two different sensors, the combination of which enables managing the light level inside the room,

More information

Simplex Panel Interface Guide

Simplex Panel Interface Guide Simplex Panel Interface Guide February 2016 SATEON Software Integrations Simplex Panel Interface Guide Issue 1.0, released February 2016 Disclaimer Copyright 2016, Grosvenor Technology. All rights reserved.

More information

ONYXWORKS AND FIRSTVISION. Version 4

ONYXWORKS AND FIRSTVISION. Version 4 ONYXWORKS AND FIRSTVISION Version 4 Version 4: Next Generation CONNECTED SOLUTIONS ONYXWorks FirstVision 2 ONYXWORKS Version 4 New to ONYXWorks v4.30 Look Ahead Test Monitoring Configuration Tool Display

More information

United Electric Controls One Series Safety Transmitter Safety Manual

United Electric Controls One Series Safety Transmitter Safety Manual United Electric Controls One Series Safety Transmitter Safety Manual OneST-SM-02 1 INTRODUCTION This Safety Manual provides information necessary to design, install, verify and maintain a Safety Instrumented

More information

Tempered Water Logic Control OPERATION l TROUBLE SHOOTING

Tempered Water Logic Control OPERATION l TROUBLE SHOOTING Tempered Water Logic Control OPERATION l TROUBLE SHOOTING English For MPE Multiple Chiller Units Control Panel TEMPERED WATER SYSTEMS L-2199 Rev. 20080223 Revision: L-2199 20101104 *** IMPORTANT NOTICE

More information

The Process of Design. Jason M. Keith Fuel Cells and Alternative Fuels Enterprise Michigan Technological University Houghton, MI 49931

The Process of Design. Jason M. Keith Fuel Cells and Alternative Fuels Enterprise Michigan Technological University Houghton, MI 49931 The Process of Design Jason M. Keith Fuel Cells and Alternative Fuels Enterprise Michigan Technological University Houghton, MI 49931 Rationale for this Presentation Design is usually taught discipline-specific

More information

Samsung SDS BMS Ver.2.0. Technical Specification

Samsung SDS BMS Ver.2.0. Technical Specification Samsung SDS BMS Ver.2.0 Technical Specification Technical Specifications All rights and title, including all intellectual property rights to Samsung SDS BMS" is retained by Samsung SDS Co, Ltd. ("SDS"),

More information

Avigilon Control Center System Integration Guide

Avigilon Control Center System Integration Guide Avigilon Control Center System Integration Guide with Gallagher Command Centre INT-CARDAX-C-Rev2 Copyright 2011 Avigilon. All rights reserved. No copying, distribution, publication, modification, or incorporation

More information

Niagara4 Technical Certification Program Student Guide DAY 1 DAY 2

Niagara4 Technical Certification Program Student Guide DAY 1 DAY 2 Niagara4 Technical Certification Program Student Guide DAY 1 Welcome Course Introduction Platforms & Stations Niagara4 Fundamentals Simple Logic: Hot Water Pump Control (Thermostatic) Simple Logic: Hot

More information

DESIGN OF A CONTROL SYSTEM TO OPTIMIZE POWER CONSUMPTION IN AIR CONDITIONERS TO SATISFY HUMAN THERMAL COMFORT

DESIGN OF A CONTROL SYSTEM TO OPTIMIZE POWER CONSUMPTION IN AIR CONDITIONERS TO SATISFY HUMAN THERMAL COMFORT DESIGN OF A CONTROL SYSTEM TO OPTIMIZE POWER CONSUMPTION IN AIR CONDITIONERS TO SATISFY HUMAN THERMAL COMFORT S. Nidershan 1, W.A.D.D.K.Wickramarachchi 1, B.G.D.H.Bopitiya 1 and H. Krishnarajah 1 1 Department

More information

TPOne-B. Electronic Programmable Room Thermostat. Installation Guide. Danfoss Heating

TPOne-B. Electronic Programmable Room Thermostat. Installation Guide. Danfoss Heating TPOne-B Electronic Programmable Room Thermostat Danfoss Heating Installation Guide TPOne is an intelligent programmable heating control made easy. TPOne includes features which are designed to save energy.

More information

PRO-WATCH NOTIFIER SECONDARY FIRE INTERFACE ARCHITECT AND ENGINEERING SPECIFICATION

PRO-WATCH NOTIFIER SECONDARY FIRE INTERFACE ARCHITECT AND ENGINEERING SPECIFICATION Section 00000 SECURITY PRO-WATCH NOTIFIER SECONDARY FIRE INTERFACE ARCHITECT AND ENGINEERING SPECIFICATION PART 1 GENERAL A. The intent of this document is to specify the minimum criteria for the design,

More information

Position Description

Position Description Position Description Position Description Report Run Date Dec 6 2011 2:31PM Position Number: 02013464 Dept: UNIVERSITY ARBORETUM - 030087 Position: GATEways Horticulturist Approved Payroll Title Code:

More information

MATLAB & Simulink for Cyber Physical Systems

MATLAB & Simulink for Cyber Physical Systems MATLAB & Simulink for Cyber Physical Systems Sumit Tandon Senior Customer Success Manager, MathWorks 2017 The MathWorks, Inc. 1 Agenda Intro to MATLAB and Simulink What, where, who, how, quick demos Intro

More information

AC2000 Security Hub Security and Event Management System

AC2000 Security Hub Security and Event Management System AC2000 Security Hub Security and Event Management System Features that make a difference: Centralised central alarm management application for Access Control, Video, Fire, Intruder and Building Management

More information

Downtown Whitby Action Plan

Downtown Whitby Action Plan Downtown Whitby Action Plan Final Report October 2016 Table of Contents Introduction 1 Public Consultation 2 Walkability 3 Downtown Whitby Walkability Map 4 Vision 5 Goal & Objectives 6 Objective 1 7 Objective

More information

NECA S System Approach to Electrical Safety for NFPA 70E

NECA S System Approach to Electrical Safety for NFPA 70E NECA S System Approach to Electrical Safety for NFPA 70E NECA s Systems Approach to NFPA 70E Easy to understand NFPA 70E employer requirements, Provides Supervisors with key on the job information, De

More information

presentations the week of the final exams. Anyone who misses the appointment will receive a grade of zero.

presentations the week of the final exams. Anyone who misses the appointment will receive a grade of zero. CS 116 Section 4 PROJECT Spring 2016 Grade: Up to 12 points. Rules: To be worked on individually. Must be presented to the instructor in person in order to be graded. Similar projects will both receive

More information

Pro-Watch Facility Manager

Pro-Watch Facility Manager Connected Building Platform Pro-Watch Facility Manager Alarm management system Alarm management system with new design. is a PC based management system, a technology specifically designed to meet high

More information

Research on the Monitor and Control System of Granary Temperature and Humidity Based on ARM

Research on the Monitor and Control System of Granary Temperature and Humidity Based on ARM Research on the Monitor and Control System of Granary Temperature and Humidity Based on ARM Liu Yang 1, Xinrong Cheng 2, Zhijie Jiang 3, and Zhijun Ren 1 1 Engineering College, China Agricultural University,

More information

Design and Evaluation of a Wildfire Sprinkler

Design and Evaluation of a Wildfire Sprinkler Design and Evaluation of a Wildfire Sprinkler September 2017 Roy Campbell Technical report no. 53 Wildfire Operational Research Group http://wildfire.fpinnovations.ca/ fpinnovations.ca FPInnovations is

More information

Engineering Specification

Engineering Specification Engineering Specification Page 1 of 8 Contents PURPOSE AND SCOPE...3 VERSION HISTORY...3 GENERAL...4 DESCRIPTION OF WORK... 4 VIDEO SMOKE DETECTION CENTRAL EQUIPMENT...5 CENTRAL CONTROL UNIT... 5 SYSTEM

More information

Design of Multi-Sensors Cooperation Control System for Intelligent Building

Design of Multi-Sensors Cooperation Control System for Intelligent Building Energy and Power Engineering, 2017, 9, 495-502 http://www.scirp.org/journal/epe ISSN Online: 1947-3818 ISSN Print: 1949-243X Design of Multi-Sensors Cooperation Control System for Intelligent Building

More information

FACULTY OF ENGINEERING LAB SHEET OPTICAL COMMUNICATION SYSTEMS EOP4066 TRIMESTER 1 (2013/2014)

FACULTY OF ENGINEERING LAB SHEET OPTICAL COMMUNICATION SYSTEMS EOP4066 TRIMESTER 1 (2013/2014) FACULTY OF ENGINEERING LAB SHEET OPTICAL COMMUNICATION SYSTEMS EOP4066 TRIMESTER 1 (2013/2014) OC1 FIBER LINK CHARACTERIZATION WITH OTDR *Note: On-the-spot evaluation may be carried out during or at the

More information

Session Four Functional safety: the next edition of IEC Mirek Generowicz Engineering Manager, I&E Systems Pty Ltd

Session Four Functional safety: the next edition of IEC Mirek Generowicz Engineering Manager, I&E Systems Pty Ltd Abstract Session Four Functional safety: the next edition of IEC 61511 Mirek Generowicz Engineering Manager, I&E Systems Pty Ltd The functional safety standard IEC 61511 provides a framework for managing

More information

C. The system shall be capable of turning luminaires on/off (where supported by the luminaire) as well as full range dimming.

C. The system shall be capable of turning luminaires on/off (where supported by the luminaire) as well as full range dimming. SECTION 260943 SPECIFICATIONS - Wireless Network Lighting Controls. PART 1 - GENERAL 1.1 RELATED DOCUMENTS 1.2 SUMMARY AND KEY SYSTEM DIFFERENTIATORS A. The lighting control system specified herein shall

More information

Interior Architecture Studio IV

Interior Architecture Studio IV UCLA EXTENSION CALIFORNIA STATE POLYTECHNIC UNIVERSITY, POMONA Interior Architecture Studio IV X 471.19 Instructor Shuji Kurokawa Margaret Bach Course #: X471.19 6 Units Syllabus Dates: Thursdays, 3:45

More information

Figure 1. Proper Method of Holding the ToolStick. Figure 2. Improper Method of Holding the ToolStick

Figure 1. Proper Method of Holding the ToolStick. Figure 2. Improper Method of Holding the ToolStick TOOLSTICK C8051F381 DAUGHTER CARD USER S GUIDE 1. Handling Recommendations To enable development, the ToolStick Base Adapter and daughter cards are distributed without any protective plastics. To prevent

More information

Energy Efficiency in the Home

Energy Efficiency in the Home U.S. DEPARTMENT OF ENERGY Energy Efficiency & Renewable Energy ENERGY EDUCATION AND WORKFORCE DEVELOPMENT Energy Efficiency in the Home Grades: 5-8 Topic: Energy Efficiency and Conservation Author: Wyatt

More information

Electronic Pellet Burner Controller NPBC-V3-1

Electronic Pellet Burner Controller NPBC-V3-1 Electronic Pellet Burner Controller NPBC-V3- SOFTWARE VERSION 3.2/3. page of 3 CHANGES IN THE TECHNICAL AND USER GUIDE OR IN THE SOFTWARE VERSION Technical and User Guide's version Changes Page 2.8. The

More information

FINAL FORT WAINWRIGHT NORTH POST DISTRICT AREA DEVELOPMENT PLAN FEBRUARY 2015

FINAL FORT WAINWRIGHT NORTH POST DISTRICT AREA DEVELOPMENT PLAN FEBRUARY 2015 FINAL FORT WAINWRIGHT NORTH POST DISTRICT AREA DEVELOPMENT PLAN FEBRUARY 2015 Fort Wainwright North Post District Area Development Plan Prepared By: Michael Baker Jr., Inc. AECOM Joint Venture Under Contract

More information

Transparent Film Heater from Fullchance

Transparent Film Heater from Fullchance Transparent Film Heater from Fullchance AN0103 Application Note Abstract There are numerous applications which require heater functionality with clear optical transparency and possibility to be applied

More information

Ensuring the Health of Tomorrow s Fiber LANs Part II OTDR Trace Analysis Become an Expert Troubleshooter with Advanced OTDR Trace Analysis

Ensuring the Health of Tomorrow s Fiber LANs Part II OTDR Trace Analysis Become an Expert Troubleshooter with Advanced OTDR Trace Analysis Ensuring the Health of Tomorrow s Fiber LANs Part II OTDR Trace Analysis Become an Expert Troubleshooter with Advanced OTDR Trace Analysis Experience designing cable and network testers has enabled a breakthrough

More information

CONTROL PANEL INTERFACE ACTIVATE THE GENERATOR DISPLAY INTERFACE MENUS. Control Panel USING THE AUTO/OFF/MANUAL SWITCH

CONTROL PANEL INTERFACE ACTIVATE THE GENERATOR DISPLAY INTERFACE MENUS. Control Panel USING THE AUTO/OFF/MANUAL SWITCH CONTROL PANEL INTERFACE USING THE AUTO/OFF/MANUAL SWITCH With the switch set to AUTO, the engine may crank and start at any time without warning. Such automatic starting occurs when utility power source

More information

LAB REPORT SUBMISSION COVER PAGE ETN4106 OPTOELECTRONICS AND OPTICAL COMMUNICATIONS

LAB REPORT SUBMISSION COVER PAGE ETN4106 OPTOELECTRONICS AND OPTICAL COMMUNICATIONS 1/10 FACULTY OF ENGINEERING LAB REPORT SUBMISSION COVER PAGE ETN4106 OPTOELECTRONICS AND OPTICAL COMMUNICATIONS TRIMESTER 3, SESSION 2016/2017 Student Name: Student ID: Degree Major (please circle): EE

More information

INTERIOR DECORATING. Develop your creativity and artistic flare in residential a. commercial decorating

INTERIOR DECORATING. Develop your creativity and artistic flare in residential a. commercial decorating SCHOOL OF MEDIA AND DESIGN INTERIOR DECORATING INTERIOR DECORATING PROGRAM AND PORTFOLIO INFORMATION 50' 111 4 " 6'-11 1 2 " 2'-3 1 2 " 7'-10 1 8 " 12'-11" 19'-0 3 4 " 7" 2'-7 1 4 " 6'-4" ENTRANCE 9 5

More information

LSM Quadrant Source and Measure Unit for LED Production Tests. Two Global Leaders. One Complete Solution.

LSM Quadrant Source and Measure Unit for LED Production Tests. Two Global Leaders. One Complete Solution. LSM 350 4-Quadrant Source and Measure Unit for LED Production Tests Two Global Leaders. One Complete Solution. Our story Two Global Leaders. One Complete Solution. Konica Minolta Sensing Americas provides

More information

Feb Centrally Managed Access Control Opportunities

Feb Centrally Managed Access Control Opportunities Feb 2010 Centrally Managed Access Control Opportunities Agenda Market Opportunity WIN-PAK Pro Central Station System Benefits End User Case Study Revenue Models Typical Users CS S/W Integration Key Issues

More information

ALARM MANAGER. 1. About the Alarm Manager... 4

ALARM MANAGER. 1. About the Alarm Manager... 4 1. About the Alarm Manager... 4 2. Overview of the Alarm Manager... 5 2.1 Alarms and groups... 5 2.2 Display of alarms... 5 2.3 Triggers... 5 2.3.1 Alarms not yet triggered... 6 2.3.2 Alarm triggered,

More information

TEMPLATE FOR CMaP PROJECT

TEMPLATE FOR CMaP PROJECT TEMPLATE FOR CMaP PROJECT Each participant who participated in the CMaP workshop signed an agreement to conduct a CMaP project and write up. This template is provided to you as a guide for the CMaP project

More information

FIRE AND LIFE SAFETY EDUCATOR II NFPA 1035, Chapter 5, 2015 Edition

FIRE AND LIFE SAFETY EDUCATOR II NFPA 1035, Chapter 5, 2015 Edition Official Skill Sheets for Practical Skills Evaluation Ontario, Canada NFPA 1035, Chapter 5, 2015 Edition National Fire Protection Association Standard for Fire and Life Safety Educator Professional Qualifications

More information

Autodesk Robot Structural Analysis Robot API New Features

Autodesk Robot Structural Analysis Robot API New Features Autodesk Robot Structural Analysis 2016 Robot API New Features Robot API New Features 2016 ii Table of Contents RobotOM space 1 Robot Object Model 1 Data Server 2 Structure components 2 Load cases 2 Bars

More information

Summary of Action Strategies

Summary of Action Strategies Strategic Action Plan 6 Summary of Action Strategies Action Strategy Categories: 1. Organization and Management 2. Implementation 3. Marketing and Promotion This chapter summarizes all of the action strategies

More information

DAP III Zone Master User s Guide

DAP III Zone Master User s Guide DAP III Zone Master User s Guide Data Aire, Inc. 230 West BlueRidge Avenue Orange, California 92865 Document Number 600-000-788 March 2010 Revision 1.0 Document # 600-000-788 1 Overview The Data Aire DAP

More information

Operating, Installation and Service Manual W3400H, CLC 41 Clarus Control

Operating, Installation and Service Manual W3400H, CLC 41 Clarus Control Operating, Installation and Service Manual W3400H, CLC 41 Clarus Control 438 9202-01 05.26 Washer extractor, drum volume 400 litres 3 Contents Machine operation... 7 General description... 7 Automatic

More information

Patriot Systems Limited

Patriot Systems Limited COPYRIGHT 1997 - The Patriot Systems Ltd. Patriot Alarm Monitoring Automation Package is licensed for use on one computer, by the original person, or company, or organisation whose name is registered with

More information

Using BIM model for Fire Emergency Evacuation Plan

Using BIM model for Fire Emergency Evacuation Plan Using BIM model for Fire Emergency Evacuation Plan Adam Stančík 1,, Roman Macháček 2, and Jiří Horák 1 1 Brno University of Technology, Institute of Computer Aided Engineering and Computer Science, 602

More information

CELLTROL II BIOREACTOR CONTROL SYSTEM OPERATIONS MANUAL

CELLTROL II BIOREACTOR CONTROL SYSTEM OPERATIONS MANUAL Operation Manual Celltrol II Bioreactor Control System Page 1 of 33 Table of Contents 1) Introduction... 3 1.1) Scope of Document... 3 1.2) Control System Overview... 3 1.3) Introduction to Celltrol II...

More information

Published in March 2005 by the. Ministry for the Environment. PO Box , Wellington, New Zealand ISBN: X.

Published in March 2005 by the. Ministry for the Environment. PO Box , Wellington, New Zealand ISBN: X. Action Pack Published in March 2005 by the Ministry for the Environment Manatū Mō Te Taiao PO Box 10-362, Wellington, New Zealand ISBN: 0-478-18994-X ME number: 580 This document is available on the Ministry

More information

Functional Safety of Machinery Presented by Greg Richards Manufacturing in America 02/22-23/2017

Functional Safety of Machinery Presented by Greg Richards Manufacturing in America 02/22-23/2017 Functional Safety of Machinery Presented by Greg Richards Manufacturing in America 02/22-23/2017 AGENDA Definition of Safety? Machinery Safety Standards Comparison of ISO 13849-1 and IEC 62061 Safety-related

More information

The Design of Temperature Control System for Vegetable Greenhouse

The Design of Temperature Control System for Vegetable Greenhouse The Design of Temperature Control System for Vegetable Greenhouse Chao Tang Electronics and Information Engineering, Changchun University of science and technology, Jilin Changchun 300, China Abstract

More information

Insert Photo Here Bos Howard Johns Manville

Insert Photo Here Bos Howard Johns Manville What can TWO GUYS AND A TRUCK" do with PlantPAx? Insert Photo Here Bos Howard Johns Manville Rockwell Automation Process Solutions User Group (PSUG) November 14-15, 2011 Chicago, IL McCormick Place West

More information

Combi Steamer Read this manual before using. Convotherm 4 easytouch. Operating Instructions USA Original, ENG. Your meal. Our mission.

Combi Steamer Read this manual before using. Convotherm 4 easytouch. Operating Instructions USA Original, ENG. Your meal. Our mission. Combi Steamer Read this manual before using Convotherm 4 easytouch Operating Instructions USA Original, ENG Your meal. Our mission. Table of Contents Table of Contents 1 General Information 5 1.1 Customer

More information

Sustain.Ability. Adrian Fielding Integrated Safety & Security Honeywell Users Group EMEA

Sustain.Ability. Adrian Fielding Integrated Safety & Security Honeywell Users Group EMEA Sustain.Ability. Adrian Fielding Integrated Safety & Security 2012 Honeywell Users Group EMEA 1 Safety Moment DALE EARNHARDT Sr. 1951-2001 76 NASCAR Wins in 677 Races Refused to wear his HANS (Head and

More information