Index. B Backup requirements, 89 Black-box testing, 188 Booch Method, 101 Boundary testing, 190 Bridge, 132

Size: px
Start display at page:

Download "Index. B Backup requirements, 89 Black-box testing, 188 Booch Method, 101 Boundary testing, 190 Bridge, 132"

Transcription

1 Index A Abstract factory, Acceptance testing, 191 Accidental complexity, 125 Active and passive environments, 159 Activity diagrams, Adapter, 130 Afferent coupling, 124 Agile policies, principles, Agile vs. Scrum, 38 Android, 9 AOP. See Aspect-oriented programming (AOP) Apache Cordova, 8 Application architecture, 100 Application development clean test environment, 153 ClickOnce vs. Windows Installer, continuous delivery/integration, 154 Visual Studio Installer projects, 153 Architecture, 79 Arrange act assert, , 181 Aspect-oriented programming (AOP), 81 ASP.NET, 18 B Backup requirements, 89 Black-box testing, 188 Booch Method, 101 Boundary testing, 190 Bridge, 132 C Circuit breaker, Class diagrams, Code Clone, 4 Code coverage, Code reviewing adding comments, 71 architecture, 73 changes details, 69, 70 framework usage, 73 object-oriented design, 74 pattern usage, 74 propose solutions, 75 race conditions, 74 static code analysis, 73 style, 73 Team Explorer, 67 technical debt, 74 thread safety, 73 View Shelveset link, 69 CodeLens, 13 16, Cohesion, 124 Command patterns, 133 Command-Query Responsibility Segregation (CQRS) domain storage and read model, 87 logical design, 86 message-orientation, 88 workflow, 88 Command-Query Separation (CQS), 86 Community edition, 21 Component diagrams, Composable systems, 159 Composite reuse principle, Composite root, 128 Copy-modify-merge model, 52 Coupling, 124 CQ S. See Command-Query Separation (CQS) Cyclomatic complexity, 124 D Data-centric model, 139 Debugging, 7 8 Decorator, D efined processes, 29 Dependency inversion principle, Peter Ritchie 2016 P. Ritchie, Practical Microsoft Visual Studio 2015, DOI /

2 Deployment diagrams, Deployment pipeline, 167 Deployments, 166 Design, 80 Diagramming embedded within document, 113 embedded within web page, flowcharts, 101 high-level architecture diagrams, low-level design, testing, 102 types architectural, 103 behavioral, 103 directed graph, 103 working software, 102 Directed Graph bidirectional edges, 104 comment, 106 group, 105 node, 104 self reference, 104 Don t repeat yourself (DRY), 149 E Efferent coupling, 124 Enterprise architecture, Enterprise development build-per-environment, deployment strategies, 154 development environment, 156 experimental environment, 156 integration testing, 157 local environment, 156 Enterprise edition, 22 Environment flow, 165 Environments creation, Essential complexity, 125 Extensibility requirements, 89 F Façade, 135 Factory method, Flowcharts, 101 Future-proofing, Fuzz testing, 188 G Git, 9 11 clone, 55 code review process, 60 commit, 57 features, fork, 55 higher-level upstream configuration, 61 master, 58 origin, 58 process flow, pull, 58 push, 58 remote, 55 repo, 55 staging area, upstream, 55 working directory, 56 GitHub, H High Availability, cluster active-active clusters, 161 active-passive model, 162 N+1 model, 162 N+M model, 162 node failure, 163 N-to-1 model, 162 N-to-N model, 163 I, J, K Idioms, 123 Integrated development environment (IDE), 1 4, 7, 20, 24, 25 Integration testing, 157, IntelliSense, 1 IntelliTrace, 2 Interface-based programming, 146 Interface segregation principle, Inversion of control (IoC), 116, 132, 135, 145, 147 IoC container, 132 ios, 9 Iterative development, 30 Iterator, 136 L Layer diagrams, Layer pattern, Liskov substitution principle (LSP), 145 Locking binary files, 52 Lock-modify-unlock model, 51 Loosely-coupled design, 191 M Mediator, Memento, Menu items, 18

3 Message queue, 85 Metrics accidental complexity, 125 code coverage, cohesion, 124 coupling, 124 cyclomatic complexity, 124 essential complexity, 125 Microservices, 164 Microsoft Fakes, Migration paths, Mocking frameworks, 182 Model-view-controller (MVC), Model-view-presenter (MVP), Monitoring, 160 Monolithic application, N Negative testing, NET 4.6, 17.NET Core, 17 O Object-oriented design, 74 OmniSharp, 24 Open/closed principle (OCP), 145 Open source software (OSS), 62 Operability requirements, 89 P Patterns abstract factory, adapter, 130 bridge, 132 circuit breaker, command, 133 composite root, 128 constructor injection, decorator, dependency injection, 127 description, 126 empirical process, 126 façade, 135 factory method, IoC container, 132 iterator, 136 layers, mediator, memento, model classes, 140 data-centric, 139 embedded, 141 MVC, 139 MVP, 139 shared, 140 property injection, 128 retry, service locator, 143 singleton, 143 software languages, 126 static factory, view, 142 Patterns and Practices accessibility, 81 AOP, auditability, 81 availability, 84 CQS, 86 decorator pattern, message orientation, 85 scalable, 84 Performance requirements, 90 Postel s Law, 150 Principle of least astonishment, 150 Principle of least knowledge, Principle of least privilege, 95 Production, 158, 166 Professional edition, 22 Project management charter, 28 project sponsor, 29 triangle, vision, 28 Protected information, 95 Q Quality attributes availability, 160 performance, 161 reliability/robustness/resiliency, 161 scalability, 161 R Rational unified process (RUP), 101 Recoverability requirements, 90 Reliability requirements, Revisioncontrol. See Version control Robustness requirements, 92 S Scrum business owner, 35 daily scrum, 36 process, 34 product owner,

4 Scrum (cont.) sprint, 35 stakeholders, 35 Security, Sequence diagrams, Service locator, 143 Single responsibility principle (SRP), 144 Singleton, 143 Smoke testing, 167 Software delivery defined process, 29 domain experts, 31 empirical process, 29 epic, 37 estimates, 35 iterative development, 30 SDLC, 30 sprint retro, 38 sprint review, 37 Solution architecture, Sprint, 35 Sprint retro, 38 Sprint review, 37 Staging, 157 Static factory, Systems Development Lifecycle (SDLC), 30 T Team Foundation Version Control (TFVC), 51 features, 65 local workspace, 62, 64 renaming solution items, 64 solution-level files, 63 Test Driven Development (TDD), Testing, 4, 102 arrange act assert, given, when, then, , 182 integration, Microsoft Fakes, Moq, 189 acceptance testing, 191 black-box testing, 188 boundary testing, 190 fuzz testing, 188 loosely-coupled design, 191 negative testing, record, replay, TDD, white-box testing, products, 169 record, replay, unittesting (see (Unit testing) ) Test naming, , 181 Th ird-party tools Git, 9 11 GitHub, Xamarin, 9 Th read safety, 73 Traceability, 92 Transient diagrams, U UML diagrams activity diagrams, class diagrams, component diagrams, sequence diagrams, use case diagrams, Unified Modeling Language (UML), 101 Unit testing definition, 169 test doubles assert, Mock File System, 171 CSV parser class, 170 dummy, 174 fake, 174 IFileSystem interface, 170 mocking, 170 spy, 172 SpyStream implementation, Stream.Read, 172 stub, 172 Unity, 13 Universal Windows, 9 Use case diagrams, User acceptance testing, 158 User stories, 37 V Version control branching, 52, 53 branching strategy, 54 broken code, 75 commented-out Code, 75 copy-modify-merge model, 52 development isolation, 53 feature avoidance, 76 feature isolation, 53 hotfix isolation, 53 lock-modify-unlock model, 51 mainline, 52 trunk, 52 unit test, 76 version branches avoidance, 76 Visual Studio 2013, 2, 3, 17, 25,

5 Visual Studio 2015 editions community, 3, 21 comparison, debugging, 7 8 enterprise, 3 4, 22 installer, 5 6 live code analysis, 7 professional, 3, 22 resolution, 18 test professional, 4 Visual Studio 2013, 2 Visual Studio Code, 23 Visual Studio Express, 2 Visual Studio installer, 5 Visual Studio Team Foundation Server 2015 Express, 2 Visual Studio Team Services, 24 W Waterfall processes, 47, 49 White-box testing, Work items, Work items management CodeLens, epic creation, feature form creation, 43 linked work item form, 42 product backlog item, 44 Team Explorer, work item Settings, 44 X, Y, Z X amar in, 9 199

Survey Report Informatica PowerCenter Express. Right-Sized Data Integration for the Smaller Project

Survey Report Informatica PowerCenter Express. Right-Sized Data Integration for the Smaller Project Survey Report Informatica PowerCenter Express Right-Sized Data Integration for the Smaller Project 1 Introduction The business department, smaller organization, and independent developer have been severely

More information

COPYRIGHTED MATERIAL. Index

COPYRIGHTED MATERIAL. Index BINDEX 03/09/2012 11:6:56 Page 185 A Abdelshafi, Ibrahim, 102 103 Accountability, 159 Adaptation empiricism and, 17 formal opportunities for, 136 137 purpose of, 116 types of, 101 102 Adobe Premiere Pro,

More information

Contents INTRODUCTION...

Contents INTRODUCTION... INTRODUCTION... xiii CHAPTER 1. FROM THE SYSTEM TO THE SOFTWARE... 1 1.1. Introduction... 1 1.2. Command/control system... 2 1.3. System... 6 1.4. Software application... 8 1.4.1. What is software?...

More information

Using Asta Powerproject in a P6 World. Don McNatty, PSP July 22, 2015

Using Asta Powerproject in a P6 World. Don McNatty, PSP July 22, 2015 Using Asta Powerproject in a P6 World Don McNatty, PSP July 22, 2015 1 Thank you for joining today s technical webinar Mute all call in phones are automatically muted in order to preserve the quality of

More information

Index. sequencing, 21, 26 starting off, 22 using, 28 code sequence, 28 custom pallete, 28

Index. sequencing, 21, 26 starting off, 22 using, 28 code sequence, 28 custom pallete, 28 Index A, B Blocks, 21 builder dialog, 24 code, DelaySequence, 25 editing, 26 delay sequence, 26 in robot, 27 icon builder, 25 manage and share, 37 broken blocks, 39 custom palette, 37 folder selection,

More information

Lustre User Group Orlando Fl April Whamcloud Quality. Chris Gearing. Sr. Software Engineer Whamcloud, Inc Whamcloud, Inc.

Lustre User Group Orlando Fl April Whamcloud Quality. Chris Gearing. Sr. Software Engineer Whamcloud, Inc Whamcloud, Inc. Lustre User Group Orlando Fl April 2011 Whamcloud Quality Chris Gearing Sr. Software Engineer Whamcloud, Inc. Agenda Whamcloud Community Wide Quality Repeatable Landing Process Scalable Quality Community

More information

Frequently Asked Questions: EMC Captiva 7.5

Frequently Asked Questions: EMC Captiva 7.5 Frequently Asked Questions: EMC Captiva 7.5 Table of Contents What s New? Captiva Web Client Capture REST Services Migration/Upgrades Deprecated Modules Other Changes More Information What s New? Question:

More information

PRODUCT DESCRIPTIONS AND METRICS

PRODUCT DESCRIPTIONS AND METRICS PRODUCT DESCRIPTIONS AND METRICS Adobe PDM - AEM 5.6.1 Subscription OnPremise (2013v3) The Products and Services described in this PDM are subject to the applicable Sales Order, the terms of this PDM,

More information

University of Jordan School of Engineering Mechatronics Engineering Department. Fluid Power Engineering Lab

University of Jordan School of Engineering Mechatronics Engineering Department. Fluid Power Engineering Lab University of Jordan School of Engineering Mechatronics Engineering Department 0908464 09 The University of Jordan School of Engineering MECHATRONICS ENGINEERING DEPARTMENT EXPERIMENT N0. 1 Introduction

More information

DEV498: Pattern Implementation Workshop with IBM Rational Software Architect

DEV498: Pattern Implementation Workshop with IBM Rational Software Architect IBM Software Group DEV498: Pattern Implementation Workshop with IBM Rational Software Architect Module 16: Plug-ins and Pluglets 2006 IBM Corporation Plug-ins and Pluglets Objectives: Describe the following

More information

ABB MEASUREMENT & ANALYTICS. Predictive Emission Monitoring Systems The new approach for monitoring emissions from industry

ABB MEASUREMENT & ANALYTICS. Predictive Emission Monitoring Systems The new approach for monitoring emissions from industry ABB MEASUREMENT & ANALYTICS Predictive Emission Monitoring Systems The new approach for monitoring emissions from industry 2 P R E D I C T I V E E M I S S I O N M O N I T O R I N G S Y S T E M S M O N

More information

What s Cooking. Bernd Wiswedel KNIME KNIME.com AG. All Rights Reserved.

What s Cooking. Bernd Wiswedel KNIME KNIME.com AG. All Rights Reserved. What s Cooking Bernd Wiswedel KNIME 2017 KNIME.com AG. All Rights Reserved. Outline KNIME as an open (source) platform What s Cooking Speech Recognition H2O Integration Cloud Connectors & Offerings Guided

More information

PRODUCT DESCRIPTIONS AND METRICS

PRODUCT DESCRIPTIONS AND METRICS PRODUCT DESCRIPTIONS AND METRICS Adobe PDM - AEM Media OnDemand (2013v3) The Products and Services described in this PDM are subject to the applicable Sales Order, the terms of this PDM, the General Terms,

More information

RIMRES: A project summary

RIMRES: A project summary RIMRES: A project summary at ICRA 2013 -- Planetary Rovers Workshop presented by Thomas M Roehr, thomas.roehr@dfki.de DFKI Robotics Innovation Center Bremen Robert-Hooke Straße 5 28359 Bremen 1 Acknowledgements

More information

Index. Calculated field creation, 176 dialog box, functions (see Functions) operators, 177 addition, 178 comparison operators, 178

Index. Calculated field creation, 176 dialog box, functions (see Functions) operators, 177 addition, 178 comparison operators, 178 Index A Adobe Reader and PDF format, 211 Aggregation format options, 110 intricate view, 109 measures, 110 median, 109 nongeographic measures, 109 Area chart continuous, 67, 76 77 discrete, 67, 78 Axis

More information

CHEMICALS AND REFINING. ABB in chemicals and refining A proven approach for transforming your challenges into opportunities

CHEMICALS AND REFINING. ABB in chemicals and refining A proven approach for transforming your challenges into opportunities CHEMICALS AND REFINING ABB in chemicals and refining A proven approach for transforming your challenges into opportunities 2 ABB in Chemicals and Refining A proven approach for transforming your challenges

More information

10 GIT ANTI PATTERNS YOU SHOULD BE AWARE OF. Agile Software Craftsman & Co-Founder, Craftbase

10 GIT ANTI PATTERNS YOU SHOULD BE AWARE OF. Agile Software Craftsman & Co-Founder, Craftbase 10 GIT ANTI PATTERNS YOU SHOULD BE AWARE OF Lemi Orhan Ergin Agile Software Craftsman & Co-Founder, Craftbase LEMi ORHAN ERGiN agile software craftsman co-founder @ craftbase ex Sony, ebay, ACM, iyzico

More information

Fiorano ESB 2007 Oracle Enterprise Gateway Integration Guide

Fiorano ESB 2007 Oracle Enterprise Gateway Integration Guide An Oracle White Paper June 2011 Fiorano ESB 2007 Oracle Enterprise Gateway Integration Guide 1 / 25 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

PRODUCT DESCRIPTIONS AND METRICS

PRODUCT DESCRIPTIONS AND METRICS PRODUCT DESCRIPTIONS AND METRICS Adobe PDM - AEM 6.0: On-premise (2014v2) The Products and Services described in this Product Description and Metrics ( PDM ) document are subject to the applicable Sales

More information

PRODUCT DESCRIPTIONS AND METRICS

PRODUCT DESCRIPTIONS AND METRICS PRODUCT DESCRIPTIONS AND METRICS Adobe PDM - AEM 6.0: On-premise (2014v3) The Products and Services described in this Product Description and Metrics ( PDM ) document are subject to the applicable Sales

More information

ADF Patterns for Forms Modernization

ADF Patterns for Forms Modernization 2010-2011 NEOS, LLC ADF Patterns for Forms Modernization Rob Nocera, NEOS/Vgo Software NEOS/ Vgo Software, Inc. 2009-2012 Outline Introduction Need for Modernization Nature of the Changes Mapping Forms

More information

Ecodrive. Ricardo Jorge Gonçalves Ribas. Instituto Superior Técnico, Av. Prof. Doutor Aníbal Cavaco Silva Porto Salvo

Ecodrive. Ricardo Jorge Gonçalves Ribas. Instituto Superior Técnico, Av. Prof. Doutor Aníbal Cavaco Silva Porto Salvo Ecodrive Ricardo Jorge Gonçalves Ribas Instituto Superior Técnico, Av. Prof. Doutor Aníbal Cavaco Silva 2744-016 Porto Salvo ricardo.ribas@tecnico.ulisboa.pt Abstract Ecodriving has become increasingly

More information

Huf Group. Your Preferred Partner for Tire Pressure Monitoring Systems. IntelliSens App

Huf Group. Your Preferred Partner for Tire Pressure Monitoring Systems. IntelliSens App IntelliSens App For Android & ios devices Revision 2.0 17.10.2016 Overview Function flow... 3 HC1000... 4 First Steps... 5 How to Read a Sensor... 7 How to Program a Sensor... 10 Program a Single Universal

More information

BLUECAT ENTERPRISE DNS

BLUECAT ENTERPRISE DNS Data Sheet (China) DNS, DHCP and IP Address Management Solutions BLUECAT ENTERPRISE DNS BlueCat enables Enterprise DNS for the world s largest and most advanced organizations through innovative, software-centric

More information

One-Stop Service: Monitoring and Managing.

One-Stop Service: Monitoring and Managing. One-Stop Service: Monitoring and Managing. The highest quality from the market leader Solar-Log devices are the most accurate and reliable data loggers on the market. Offer your customers high-quality

More information

Measurement made easy. Predictive Emission Monitoring Systems The new approach for monitoring emissions from industry

Measurement made easy. Predictive Emission Monitoring Systems The new approach for monitoring emissions from industry Measurement made easy Predictive Emission Monitoring Systems The new approach for monitoring emissions from industry ABB s Predictive Emission Monitoring Systems (PEMS) Experts in emission monitoring ABB

More information

KNIME Server Workshop

KNIME Server Workshop KNIME Server Workshop KNIME.com AG 2017 KNIME.com AG. All Rights Reserved. Agenda KNIME Products Overview 11:30 11:45 KNIME Analytics Platform Collaboration Extensions Performance Extensions Productivity

More information

Industrial IT Solutions for the Networked Economy

Industrial IT Solutions for the Networked Economy Industrial IT Solutions for the Networked Economy Jouko Karvinen Executive Vice President ABB Automation Technology Products Zurich, Switzerland 1 Copyright 2000 ABB Ltd 2 Copyright 2000 ABB Ltd What Does

More information

Huf Group. Your Preferred Partner for Tire Pressure Monitoring Systems

Huf Group. Your Preferred Partner for Tire Pressure Monitoring Systems IntelliSens App Interactive Guide For Android & ios devices Revision 2.0 17.10.2016 Overview Function flow... 3 HC1000... 4 First Steps... 5 How to Read a Sensor... 7 How to Program a Sensor... 10 Program

More information

Discovery of Design Methodologies. Integration. Multi-disciplinary Design Problems

Discovery of Design Methodologies. Integration. Multi-disciplinary Design Problems Discovery of Design Methodologies for the Integration of Multi-disciplinary Design Problems Cirrus Shakeri Worcester Polytechnic Institute November 4, 1998 Worcester Polytechnic Institute Contents The

More information

SIMULIA Overview: Accelerating Innovation with Realistic Simulation

SIMULIA Overview: Accelerating Innovation with Realistic Simulation SIMULIA Overview: Accelerating Innovation with Realistic Simulation SIMULIA Overview Agenda SIMULIA Mission & Brand Position SIMULIA Product Portfolio Industry Examples Summary 2 SIMULIA Vision To Make.

More information

JMS Performance Comparison Performance Comparison for Publish Subscribe Messaging

JMS Performance Comparison Performance Comparison for Publish Subscribe Messaging JMS Performance Comparison Performance Comparison for Publish Subscribe Messaging Entire contents 2002 2011, Fiorano Software and Affiliates. All rights reserved. Reproduction of this document in any form

More information

Integrated System Models Graph Trace Analysis Distributed Engineering Workstation

Integrated System Models Graph Trace Analysis Distributed Engineering Workstation Integrated System Models Graph Trace Analysis Distributed Engineering Workstation Robert Broadwater dew@edd-us.com 1 Model Based Intelligence 2 Integrated System Models Merge many existing, models together,

More information

Installing Proactive Monitoring for PowerCenter Operations 2.0 HotFix 1 on Solaris

Installing Proactive Monitoring for PowerCenter Operations 2.0 HotFix 1 on Solaris Installing Proactive Monitoring for PowerCenter Operations 2.0 HotFix 1 on Solaris 2012-2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means

More information

Building Fast and Accurate Powertrain Models for System and Control Development

Building Fast and Accurate Powertrain Models for System and Control Development Building Fast and Accurate Powertrain Models for System and Control Development Prasanna Deshpande 2015 The MathWorks, Inc. 1 Challenges for the Powertrain Engineering Teams How to design and test vehicle

More information

TESLA VEHICLES PLUG-IN FOR HOMESEER VERSION 1.0.2

TESLA VEHICLES PLUG-IN FOR HOMESEER VERSION 1.0.2 TESLA VEHICLES PLUG-IN FOR HOMESEER VERSION 1.0.2 RELEASE DATE: 1/15/2019 CONTENTS Terms & Conditions... 2 Overview... 3 Installation... 3 System Requirements... 4 Power Management... 4 Configuration...

More information

MEDSolar Training Course Module 1 Microgrids with PV support

MEDSolar Training Course Module 1 Microgrids with PV support MEDSolar Training Course Module 1 Microgrids with PV support Concept of microgrid and smart microgrid. Profiles in generation/consumption sides. Hardware blocks of the microgrid. Connection to the mains

More information

Siemens PLM Software develops advanced testing methodologies to determine force distribution and visualize body deformation during vehicle handling.

Siemens PLM Software develops advanced testing methodologies to determine force distribution and visualize body deformation during vehicle handling. Automotive and transportation Product LMS LMS Engineering helps uncover the complex interaction between body flexibility and vehicle handling performance Business challenges Gain insight into the relationship

More information

AcuBMS Battery Management System for Rechargeable Lithium-Based Batteries ELECOMP Capstone Design Project

AcuBMS Battery Management System for Rechargeable Lithium-Based Batteries ELECOMP Capstone Design Project AcuBMS Battery Management System for Rechargeable Lithium-Based Batteries ELECOMP Capstone Design Project 2018-2019 Sponsoring Company: Acumentrics, Inc 10 Walpole Park South Walpole, MA 02081 1-617-935-7877

More information

Intelligent CAD system for the Hydraulic Manifold Blocks

Intelligent CAD system for the Hydraulic Manifold Blocks Advances in Intelligent Systems Research, volume th International Conference on Sensors, Mechatronics and Automation (ICSMA 0) Intelligent CAD system for the Hydraulic Manifold Blocks Jinwei Bai, Guang

More information

Model Based Design: Balancing Embedded Controls Development and System Simulation

Model Based Design: Balancing Embedded Controls Development and System Simulation All-Day Hybrid Power On the Job Model Based Design: Balancing Embedded Controls Development and System Simulation Presented by : Bill Mammen 1 Topics Odyne The Project System Model Summary 2 About Odyne

More information

Informatica Supported Upgrade Paths

Informatica Supported Upgrade Paths Informatica 9.6.1 Supported Upgrade Paths 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

Scaling industrial control technologies for food & beverage industry

Scaling industrial control technologies for food & beverage industry ISAB/F&B Symp/20160226/Slide No. 1 National Symposium on Automation & Digital Transformation of Food & Beverage Industry 26 th & 27 th February 2016 Scaling industrial control technologies for food & beverage

More information

index changing a variable s value, Chime My Block, clearing the screen. See Display block CoastBack program, 54 44

index changing a variable s value, Chime My Block, clearing the screen. See Display block CoastBack program, 54 44 index A absolute value, 103, 159 adding labels to a displayed value, 108 109 adding a Sequence Beam to a Loop of Switch block, 223 228 algorithm, defined, 86 ambient light, measuring, 63 analyzing data,

More information

White Paper: Pervasive Power: Integrated Energy Storage for POL Delivery

White Paper: Pervasive Power: Integrated Energy Storage for POL Delivery Pervasive Power: Integrated Energy Storage for POL Delivery Pervasive Power Overview This paper introduces several new concepts for micro-power electronic system design. These concepts are based on the

More information

Low and medium voltage service. Power Care Customer Support Agreements

Low and medium voltage service. Power Care Customer Support Agreements Low and medium voltage service Power Care Customer Support Agreements Power Care Power Care is the best, most convenient and guaranteed way of ensuring electrification system availability and reliability.

More information

Rhode Island Division of Public Utilities and Carriers & Office of Energy Resources. Power Sector Transformation

Rhode Island Division of Public Utilities and Carriers & Office of Energy Resources. Power Sector Transformation 1 Rhode Island Division of Public Utilities and Carriers & Office of Energy Resources Power Sector Transformation Notice of Inquiry into the Electric Utility Business Model and Request for Stakeholder

More information

United Power Flow Algorithm for Transmission-Distribution joint system with Distributed Generations

United Power Flow Algorithm for Transmission-Distribution joint system with Distributed Generations rd International Conference on Mechatronics and Industrial Informatics (ICMII 20) United Power Flow Algorithm for Transmission-Distribution joint system with Distributed Generations Yirong Su, a, Xingyue

More information

Systems. Intelligent. Power & Control. Würth Elektronik ICS. Solutions and technologies for:

Systems. Intelligent. Power & Control. Würth Elektronik ICS. Solutions and technologies for: Würth Elektronik ICS Solutions and technologies for: Intelligent Power management Signal transmission Control Display and input Plug connections Power & Control Systems Würth Elektronik ICS The Würth Group

More information

INVESTIGATION ONE: WHAT DOES A VOLTMETER DO? How Are Values of Circuit Variables Measured?

INVESTIGATION ONE: WHAT DOES A VOLTMETER DO? How Are Values of Circuit Variables Measured? How Are Values of Circuit Variables Measured? INTRODUCTION People who use electric circuits for practical purposes often need to measure quantitative values of electric pressure difference and flow rate

More information

Microsoft Robotics Studio

Microsoft Robotics Studio Prototyping Plant ControlSoftwarewith with Microsoft Robotics Studio Third International Workshop on Software Development and Integration in Robotics Alwin Hoffmann, Florian Nafz, Frank Ortmeier, Andreas

More information

Unigraphics NX 6 Tips and Recommended EcoCAR CAD Procedures

Unigraphics NX 6 Tips and Recommended EcoCAR CAD Procedures Page : 1 of 25 University of Victoria EcoCAR Team Unigraphics NX 6 Tips and Recommended EcoCAR CAD Procedures Daniel Prescott August 3, 2009 Page : 2 of 25 TABLE OF CONTENTS TABLE OF CONTENTS... 2 PREAMBLE...

More information

Lesson 1: Introduction to PowerCivil

Lesson 1: Introduction to PowerCivil 1 Lesson 1: Introduction to PowerCivil WELCOME! This document has been prepared to assist you in the exploration of and assimilation to the powerful civil design capabilities of Bentley PowerCivil. Each

More information

Electric Vehicle Cyber Research

Electric Vehicle Cyber Research Track 7 Vehicle Cyber Security Electric Vehicle Cyber Research Kenneth Rohde Idaho National Laboratory August 16, 2017 Tampa Convention Center Tampa, Florida INL/CON-17-42726 Background CAN Bus Security

More information

Agenda. Industrial software systems at ABB. Case Study 1: Robotics system. Case Study 2: Gauge system. Summary & outlook

Agenda. Industrial software systems at ABB. Case Study 1: Robotics system. Case Study 2: Gauge system. Summary & outlook ABB DECRC - 2 - ABB DECRC - 1 - SATURN 2008 Pittsburgh, PA, USA Identifying and Documenting Primary Concerns in Industrial Software Systems 30 April 2008 Roland Weiss Pia Stoll Industrial Software Systems

More information

INSTALLATION USER MANUAL

INSTALLATION USER MANUAL INSTALLATION & USER MANUAL DYNAMIC LOAD MANAGEMENT -PREMIUM- This document is copyrighted, 2016 by Circontrol, S.A. All rights are reserved. Circontrol, S.A. reserves the right to make improvements to

More information

Norzilah Bt Jaffar. Head, Regulatory Compliance & Technical Assurance (RCTA) Technical Data (TD) Malaysia Petroleum Management (MPM) PETRONAS

Norzilah Bt Jaffar. Head, Regulatory Compliance & Technical Assurance (RCTA) Technical Data (TD) Malaysia Petroleum Management (MPM) PETRONAS Norzilah Bt Jaffar Head, Regulatory Compliance & Technical Assurance (RCTA) Technical Data (TD) Malaysia Petroleum Management (MPM) PETRONAS 2014 PETROLIAM NASIONAL BERHAD (PETRONAS) All rights reserved.

More information

Index. The Author(s) 2018 N. Richter et al. (eds.), Entrepreneurial Innovation and Leadership,

Index. The Author(s) 2018 N. Richter et al. (eds.), Entrepreneurial Innovation and Leadership, 1 Index A Accelerator programs, vii, 21, 100 107, 118 Agile, v, vii, 89, 110 120 Airbnb, v, 3, 78 Amazon, v, 3, 88 Ambiguity, 17, 94 Analytical capacity, 60 62 B Bank, 6, 67, 68, 71 Belief system(s), 91

More information

Five Cool Things You Can Do With Powertrain Blockset The MathWorks, Inc. 1

Five Cool Things You Can Do With Powertrain Blockset The MathWorks, Inc. 1 Five Cool Things You Can Do With Powertrain Blockset Mike Sasena, PhD Automotive Product Manager 2017 The MathWorks, Inc. 1 FTP75 Simulation 2 Powertrain Blockset Value Proposition Perform fuel economy

More information

Software Design: RTSAD for Cruise Control

Software Design: RTSAD for Cruise Control Software Design: RTSAD for Control Minsoo Ryu Hanyang University msryu@hanyang.ac.kr Design Process 1. Decompose system into components Define the software architecture Identify components Control components

More information

Ampl2m. Kamil Herman Author of Ampl2m conversion tool. Who are you looking at

Ampl2m. Kamil Herman Author of Ampl2m conversion tool. Who are you looking at Who are you looking at Kamil Herman Author of conversion tool Senior automation engineer Working in Automation with ABB control systems since 1995 6 years in ABB Slovakia 2 year working for ABB Mannheim,

More information

MAX PLATFORM FOR AUTONOMOUS BEHAVIORS

MAX PLATFORM FOR AUTONOMOUS BEHAVIORS MAX PLATFORM FOR AUTONOMOUS BEHAVIORS DAVE HOFERT : PRI Copyright 2018 Perrone Robotics, Inc. All rights reserved. MAX is patented in the U.S. (9,195,233). MAX is patent pending internationally. AVTS is

More information

Copyright 2012 EMC Corporation. All rights reserved.

Copyright 2012 EMC Corporation. All rights reserved. 1 Transforming Storage: An EMC Overview Symmetrix storage systems Boštjan Zadnik Technology Consultant Bostjan.Zadnik@emc.com 2 Data Sources Are Expanding Source: 2011 IDC Digital Universe Study 3 Applications

More information

Control of Mobile Robots

Control of Mobile Robots Control of Mobile Robots Introduction Prof. Luca Bascetta (luca.bascetta@polimi.it) Politecnico di Milano Dipartimento di Elettronica, Informazione e Bioingegneria Applications of mobile autonomous robots

More information

Using ABAQUS in tire development process

Using ABAQUS in tire development process Using ABAQUS in tire development process Jani K. Ojala Nokian Tyres plc., R&D/Tire Construction Abstract: Development of a new product is relatively challenging task, especially in tire business area.

More information

Outline. Background Performed evaluations. General experiences Future work. ATAM Experiences. Architecture used in 3O3P project SA-AFL architecture

Outline. Background Performed evaluations. General experiences Future work. ATAM Experiences. Architecture used in 3O3P project SA-AFL architecture Xiaohong Jin Pia Stoll Mariana Olsson Corporate Research ABB ATAM Experiences ABB AB, Corporate Research - 1 3/29/2005 Outline Background Performed evaluations Architecture used in 3O3P project SA-AFL

More information

Design and evaluate vehicle architectures to reach the best trade-off between performance, range and comfort. Unrestricted.

Design and evaluate vehicle architectures to reach the best trade-off between performance, range and comfort. Unrestricted. Design and evaluate vehicle architectures to reach the best trade-off between performance, range and comfort. Unrestricted. Introduction Presenter Thomas Desbarats Business Development Simcenter System

More information

ANFIS CONTROL OF ENERGY CONTROL CENTER FOR DISTRIBUTED WIND AND SOLAR GENERATORS USING MULTI-AGENT SYSTEM

ANFIS CONTROL OF ENERGY CONTROL CENTER FOR DISTRIBUTED WIND AND SOLAR GENERATORS USING MULTI-AGENT SYSTEM ANFIS CONTROL OF ENERGY CONTROL CENTER FOR DISTRIBUTED WIND AND SOLAR GENERATORS USING MULTI-AGENT SYSTEM Mr.SK.SHAREEF 1, Mr.K.V.RAMANA REDDY 2, Mr.TNVLN KUMAR 3 1PG Scholar, M.Tech, Power Electronics,

More information

The Role of Infrastructure Connected to Cars & Autonomous Driving INFRAMIX PROJECT

The Role of Infrastructure Connected to Cars & Autonomous Driving INFRAMIX PROJECT The Role of Infrastructure Connected to Cars & Autonomous Driving INFRAMIX PROJECT 20-11-18 1 Index 01 Abertis Autopistas 02 Introduction 03 Road map AV 04 INFRAMIX project 05 Test site autopistas 06 Classification

More information

Flexible Public Transport Modelling for Large Urban Areas

Flexible Public Transport Modelling for Large Urban Areas Flexible Public Transport Modelling for Large Urban Areas Jeroen P.T. van der Gun, Rob van Nes, Bart van Arem 1 Introduction Public transport makes travel demand models complex PT enables many potential

More information

Moving to BlueCat Enterprise DNS

Moving to BlueCat Enterprise DNS An overview of organizations that have made the switch from VitalQIP A migration from VitalQIP to BlueCat is the smartest and safest choice DNS is central to every aspect of an IT infrastructure, and while

More information

Uponor TechCON TD 7.0. User manual Smart and easy planning of underfloor heating

Uponor TechCON TD 7.0. User manual Smart and easy planning of underfloor heating Uponor TechCON TD 7.0 User manual Smart and easy planning of underfloor heating Contents Project data and Floors...3 Project data...3 Floors...3 Rooms...4 Dialog box Rooms...4 Purpose of the room...4 Underfloor

More information

1. Historical background of I2C I2C from a hardware perspective Bus Architecture The Basic I2C Protocol...

1. Historical background of I2C I2C from a hardware perspective Bus Architecture The Basic I2C Protocol... Table of contents CONTENTS 1. Historical background of I2C... 16 2. I2C from a hardware perspective... 18 3. Bus Architecture... 22 3.1. Basic Terminology... 23 4. The Basic I2C Protocol... 24 4.1. Flowchart...

More information

Autodesk's VEX Robotics Curriculum. Unit 14: Accumulator Design

Autodesk's VEX Robotics Curriculum. Unit 14: Accumulator Design Autodesk's VEX Robotics Curriculum Unit 14: Accumulator Design 1 Overview In Unit 14: Accumulator Design, you learn about the use and design of accumulators. You design your own accumulator, report on

More information

Wallbox Commander. User Guide WBCM-UG-002-EN 1/11

Wallbox Commander. User Guide WBCM-UG-002-EN 1/11 Wallbox Commander User Guide 1/11 Welcome to Wallbox Congratulations on your purchase of the revolutionary electric vehicle charging system designed with cuttingedge technology to satisfy your daily needs.

More information

The MathWorks Crossover to Model-Based Design

The MathWorks Crossover to Model-Based Design The MathWorks Crossover to Model-Based Design The Ohio State University Kerem Koprubasi, Ph.D. Candidate Mechanical Engineering The 2008 Challenge X Competition Benefits of MathWorks Tools Model-based

More information

The Session.. Rosaria Silipo Phil Winters KNIME KNIME.com AG. All Right Reserved.

The Session.. Rosaria Silipo Phil Winters KNIME KNIME.com AG. All Right Reserved. The Session.. Rosaria Silipo Phil Winters KNIME 2016 KNIME.com AG. All Right Reserved. Past KNIME Summits: Merging Techniques, Data and MUSIC! 2016 KNIME.com AG. All Rights Reserved. 2 Analytics, Machine

More information

Release Enhancements GXP Xplorer GXP WebView

Release Enhancements GXP Xplorer GXP WebView Release Enhancements GXP Xplorer GXP WebView GXP InMotionTM v2.3.4 An unrivaled capacity for discovery, exploitation, and dissemination of mission critical geospatial and temporal data The v2.3.4 release

More information

Control System for a Diesel Generator and UPS

Control System for a Diesel Generator and UPS Control System for a Diesel Generator and UPS I. INTRODUCTION In recent years demand in the continuity of power supply in the local distributed areas is steadily increasing. Nowadays, more and more consumers

More information

Optimal System Solutions Enabled by Digital Pumps

Optimal System Solutions Enabled by Digital Pumps 1.2 Optimal System Solutions Enabled by Digital Pumps Luke Wadsley Sauer-Danfoss (US) Company Internal flow sharing capability; multiple services can be supplied by a single pump. The system controller

More information

Finite Element Based, FPGA-Implemented Electric Machine Model for Hardware-in-the-Loop (HIL) Simulation

Finite Element Based, FPGA-Implemented Electric Machine Model for Hardware-in-the-Loop (HIL) Simulation Finite Element Based, FPGA-Implemented Electric Machine Model for Hardware-in-the-Loop (HIL) Simulation Leveraging Simulation for Hybrid and Electric Powertrain Design in the Automotive, Presentation Agenda

More information

Chassis Profiles and Templates

Chassis Profiles and Templates About Cisco UCS Storage Servers, page 1 Chassis Profiles, page 2 Creating a Chassis Profile Template, page 7 Creating a Chassis Profile Instance from a Chassis Profile Template, page 8 Binding a Chassis

More information

Organized by Hosted by In collaboration with Supported by

Organized by Hosted by In collaboration with Supported by technische universität dortmund Communication Networks Institute Evaluation of OCPP and IEC 61850 for Smart 1, Claus AmtrupAndersen 2, Christian Wietfeld 1 1 Dortmund University of Technology, Communication

More information

Analysis of Geotechnical Problems with Abaqus. Abaqus 2018

Analysis of Geotechnical Problems with Abaqus. Abaqus 2018 Analysis of Geotechnical Problems with Abaqus Abaqus 2018 About this Course Course objectives Upon completion of this course you will be able to: An overview of modeling geotechnical problems Experimental

More information

ASAM ATX. Automotive Test Exchange Format. XML Schema Reference Guide. Base Standard. Part 2 of 2. Version Date:

ASAM ATX. Automotive Test Exchange Format. XML Schema Reference Guide. Base Standard. Part 2 of 2. Version Date: ASAM ATX Automotive Test Exchange Format Part 2 of 2 Version 1.0.0 Date: 2012-03-16 Base Standard by ASAM e.v., 2012 Disclaimer This document is the copyrighted property of ASAM e.v. Any use is limited

More information

Release Enhancements GXP Xplorer GXP WebView

Release Enhancements GXP Xplorer GXP WebView Release Enhancements GXP Xplorer GXP WebView GXP InMotionTM v2.3.3 An unrivaled capacity for discovery, visualization, and exploitation of mission-critical geospatial and temporal data The v2.3.3 release

More information

MeteorCalc SL. MeteorCalc SL is a CAD plugin for designing street lighting networks.

MeteorCalc SL. MeteorCalc SL is a CAD plugin for designing street lighting networks. MeteorCalc SL MeteorCalc SL is a CAD plugin for designing street lighting networks. The MeteorCalc SL software implements a full cycle of design works in the electrical networks of street lighting from

More information

Open Source Big Data Management for Connected Vehicles

Open Source Big Data Management for Connected Vehicles Open Source Big Data Management for Connected Vehicles May 11, 2017 Florian von Walter Manager, Solution Engineering DACH, Hortonworks GENIVI Alliance Michael Ger General Manager, Automotive, Hortonworks

More information

A conceptual solution for integration of EV charging with smart grids

A conceptual solution for integration of EV charging with smart grids International Journal of Smart Grid and Clean Energy A conceptual solution for integration of EV charging with smart grids Slobodan Lukovic *, Bojan Miladinovica Faculty of Informatics AlaRI, University

More information

Southern California Edison Rule 21 Storage Charging Interconnection Load Process Guide. Version 1.1

Southern California Edison Rule 21 Storage Charging Interconnection Load Process Guide. Version 1.1 Southern California Edison Rule 21 Storage Charging Interconnection Load Process Guide Version 1.1 October 21, 2016 1 Table of Contents: A. Application Processing Pages 3-4 B. Operational Modes Associated

More information

Symmetra PX 100 kw. Scalable from 10 kw to 100 kw Modular, scalable, high-efficiency power protection for data centers

Symmetra PX 100 kw. Scalable from 10 kw to 100 kw Modular, scalable, high-efficiency power protection for data centers Symmetra PX 100 kw Scalable from 10 kw to 100 kw Modular, scalable, high-efficiency power protection for data centers High-performance, right-sized, 3-phase power protection with high efficiency and availability

More information

The design and implementation of a simulation platform for the running of high-speed trains based on High Level Architecture

The design and implementation of a simulation platform for the running of high-speed trains based on High Level Architecture Computers in Railways XIV Special Contributions 79 The design and implementation of a simulation platform for the running of high-speed trains based on High Level Architecture X. Lin, Q. Y. Wang, Z. C.

More information

VEHICLE THEFT/SECURITY SYSTEMS

VEHICLE THEFT/SECURITY SYSTEMS WJ VEHICLE THEFT/SECURITY SYSTEMS 8Q - 1 VEHICLE THEFT/SECURITY SYSTEMS CONTENTS... 6 VEHICLE THEFT SECURITY SYSTEM... 1 VEHICLE THEFT SECURITY SYSTEM INDEX AND DOOR AJAR SWITCH... 3 DRIVER CYLINDER LOCK

More information

Open & Evolutive UAV Architecture

Open & Evolutive UAV Architecture Open & Evolutive UAV Architecture 13th June UAV 2002 CEFIF 16-juin-02 Diapositive N 1 / 000 Report Documentation Page Form Approved OMB No. 0704-0188 Public reporting burden for the collection of information

More information

Research on Bill of Engineering Quantity and Calculation Standard for Power Grid Marketing Project Bin ZHU 1, Yun HE 1 and Zhang-hua CAI 2

Research on Bill of Engineering Quantity and Calculation Standard for Power Grid Marketing Project Bin ZHU 1, Yun HE 1 and Zhang-hua CAI 2 2017 2nd International Conference on Information Technology and Management Engineering (ITME 2017) ISBN: 978-1-60595-415-8 Research on Bill of Engineering Quantity and Calculation Standard for Power Grid

More information

Jagdish Rachh, TSC EMEA, 4 th October UniSim Design New Refining Reactors Deep Dive

Jagdish Rachh, TSC EMEA, 4 th October UniSim Design New Refining Reactors Deep Dive Jagdish Rachh, TSC EMEA, 4 th October 2018 UniSim Design New Refining Reactors Deep Dive Agenda 1 UniSim Design for Refining Overview Capabilities for Refiners UniSim Refinery Reactors Deep Dive UOP &

More information

DYNA4 Open Simulation Framework with Flexible Support for Your Work Processes and Modular Simulation Model Library

DYNA4 Open Simulation Framework with Flexible Support for Your Work Processes and Modular Simulation Model Library Open Simulation Framework with Flexible Support for Your Work Processes and Modular Simulation Model Library DYNA4 Concept DYNA4 is an open and modular simulation framework for efficient working with simulation

More information

RDM Isolator. Product Information. Hans Juergen Buhr Cologne, June e:cue lighting control - An OSRAM Company

RDM Isolator. Product Information. Hans Juergen Buhr Cologne, June e:cue lighting control - An OSRAM Company RDM Isolator Product Information Hans Juergen Buhr Cologne, June 2010 e:cue lighting control - An OSRAM Company Agenda Introduction Features & Benefits Sales Guide RDM Isolator June 2010 2 HB e:cue lighting

More information

Using ERTMSFormalSpecs to model ERTMS braking curves

Using ERTMSFormalSpecs to model ERTMS braking curves Using ERTMSFormalSpecs to model ERTMS braking curves Laurent Ferier (laurent@ertmssolutions.com) ERTMS SOLUTIONS Brussels Svitlana Lukicheva (svitlana@ertmssolutions.com) ERTMS SOLUTIONS Brussels Stanislas

More information

The future grid. Engineering Dreams

The future grid. Engineering Dreams The future grid Engineering Dreams Do we need a new grid? NO The grid is an amazing achievement and it works exceptionally well It is recognized as the greatest engineering achievement of the 20 th century

More information