Setup of a multi-os platform based on the Xen hypervisor. An industral case study. Paolo Burgio

Size: px
Start display at page:

Download "Setup of a multi-os platform based on the Xen hypervisor. An industral case study. Paolo Burgio"

Transcription

1 Setup of a multi-os platform based on the Xen hypervisor An industral case study Paolo Burgio paolo.burgio@unimore.it Roberto Cavicchioli Ignacio Sanudo Olmedo Marco Solieri

2 Who are we? High-Performance Real-Time Lab Since 4 profs, 7(+1) post-docs, 4(+2) PhDs, 1 admin + undergrads University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

3 What we will see today An OPEN-NEXT use-case System and problem description Current system benchmarking / profiling Proposed solution & benchmarking Synthetic workloads Real application 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

4 System description

5 The case study Industrial automation system for packaging x86 host pc with Windows for HMI + ARM embedded PC for image processing in prod. line Goal: meet maximum comm. BW (100Mbps) under RT 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

6 Background What is a real-time computing system? Reacts within precise time constraints to events in the environment Deterministic behavior Windows determinism 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

7 Background Real-time classification Hard: missing a deadline is a total system failure. This case study Firm: infrequent deadline misses are tolerable, but may degrade the system's quality of service. The usefulness of a result is zero after its deadline. Soft: the usefulness of a result degrades after its deadline, thereby degrading the system's quality of service University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

8 The target machine CPU: 4 core Intel(R) Core(TM) i7-4770t 2.50GHz Windows 7 Soon, multi-os (Win + Linux) Memory: 32GB Network: x8 I350 Gigabit Network Connection 82574L Gigabit Network Connection Storage: [0:0:0:0] disk ATA Samsung SSD 850 2B6Q /dev/sda (128GB) [1:0:0:0] disk ATA Samsung SSD 850 2B6Q /dev/sdb (128GB) [2:0:0:0] disk ATA ST2000DM001-1ER1 CC25 /dev/sdc (1,8T) 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

9 System profiling

10 Synthetic benchmarks CPU Setup 1. High priority task that calculates a prime number 2. Two low priority tasks that calculate π Network Setup 1. High priority IPERF3 task (Network computation) 2. CPU prime95 interference (CPU computation) Current (production) system Mono-OS (Win) 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

11 Benchmark suites PRIME95 Computes prime number(s) FFT iperf3 Tool for active measurements of the maximum achievable bandwidth on IP networks It supports tuning of various parameters related to timing, buffers and protocols (TCP, UDP, SCTP with IPv4 and IPv6) For each test it reports the bandwidth, loss, and other parameters Three-clause BSD license 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

12 Execution Time (ms) CPU - A problem: OS power mgmt 1, , , CPU Low Latency test (Real-Time task) FASTER WITH INTERFERENCE??? 0, , , , Num test WindowsNonInterference WindowsInterference(U:70%) 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

13 Execution Time (ms) CPU Exec time unpredictability 250, , , CPU Low Latency test (Real-Time task) 200x variance! 100, , , Num test WindowsInterference(U:100%) 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

14 Bandwidth (Mbits/s) Network sensitiveness to CPU interference Iperf Windows NumTest WindowsPrimeInterference WindowsNative 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

15 February 20th, Report #1 Main issues reported Problem with the power management We can not guarantee real-time constraints using Windows CPU computation messes up the (independent) network computation! We must guarantee component isolation Spatial Timing 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

16 Proposed solution virtualization!

17 Multi-application: traditional approaches Application Application Operating system Operating system Determinism Performance...? 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

18 Proposed system configuration Xen Hypervisor New platform generation Mixed Linux/Win SSD1 SSD2 HDD St: 20GB St: 40GB 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

19 Measure the hypervisor overhead Goal: show the (non-)latencies introduced by the hypervisor: Windows Virtual Machine (VM) vs Windows Bare Metal (BM) Linux VM vs Linux BM Benchmark single-os vs multi-os interference Two tests CPU - intensive (FFT) Memory - intensive (R/W) University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

20 No interference (single-os)

21 Execution Time (ms) CPU - Xen overhead vs. BM (Win) FFT Windows FFT Length BEST_BM AVG_BM BEST_VM AVG_VM 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

22 Execution Time (ms) CPU - Xen overhead vs. BM (Linux) FFT Linux FFT Length BEST_BM WORST_BM AVG_BM BEST_VM WORST_VM AVG_VM 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

23 MB/s Mem - Xen overhead vs. BM (Win) Windows R/W MEM Rate Block Size (Kb/s) WritingBM ReadingBM WritingVM ReadingVM 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

24 MB/s Mem - Xen overhead vs. BM (Linux) Linux R/W MEM Rate Block Size (Kb/s) WritingBM ReadingBM WritingVM ReadingVM 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

25 Inter-OS interference

26 CPU - Test outline High priority task running in the Linux PREEMPT_RT partition that calculates a prime number Two low priority tasks that calculate a pi number running in the WINDOWS partition Btw few linux RT extensions 1. PREEMPT_RT patch (not mainline yet) 2. SCHED_DEADLINE is mainline 3. GRUB is (recently) mainline 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

27 Execution Time (ms) CPU - cross-os interference 0,05 0,045 0,04 0,035 0,03 0,025 0,02 0,015 0,01 0,005 0 PREEMPT_RT CPU Latency Test Less than 15% avg variance! Num test PREEMPT_RT WITHOUT INTERFERENCE PREEMPT_RT W/ INTERFERENCE 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

28 Execution Time (ms) Execution Time (ms) CPU - comparison Windows CPU Low Latency test PREEMPT_RT CPU Latency Test 250, ,05 0, , ,04 0, , ,03 0, , ,02 0,015 50, ,01 0,005 0, Titolo asse Num test WindowsInterference(U:100%) PREEMPT_RT WITHOUT INTERFERENCE PREEMPT_RT W/ INTERFERENCE 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

29 Network Test outline Latency (Roundtrip time) test Like a TCP version of "ping": roundtrip network communication PRIME95 as interfering 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

30 Bandwidth(Mb/s) Network OS interference Iperf VM PREEMPT_RT Num Test LinuxPRTNative LinuxPRTWithInterference 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

31 Bandwidth (Mbits/s) Bandwidth(Mb/s) Network - comparison Iperf Windows Iperf VM PREEMPT_RT NumTest Num Test WindowsPrimeInterference WindowsNative LinuxPRTNative LinuxPRTWithInterference 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

32 and what about the power manager?

33 Execution Time (ms) Power management 0,08 0,07 0,06 0,05 0,04 0,03 0,02 0,01 0 PREEMPT_RT CPU Task Num test Power saving LOW FREQUENCY HIGH FREQUENCY High-performance 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

34 Xen-based power mgmt Xen provides a simple way to configure the per-core frequency $ xenpm set-scaling-governor ondemand performance powersave 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

35 Take-away lessons Identified problems Power management still unresolved Mixed Linux/Xen power management, Win? Windows real-time (while Linux has RT- extensions) Work synergystically with Xen? CPU computation interference network computation on shared resource access Xen-level policies 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

36 Real application (OPEN-NEXT use-case)

37 Use-case application RT partition Read a file from SSD and send it multiple time over ETH/TCP-IP. We want to saturate the 1Gbps BW of each of the 8 ETH adapters (8 independent files) Non-RT partition Test 1 HMI-like (graphical) workload. Up to 90% CPU utilization + write on HDD Test 2 Also, transfer data from HDD to SSD, and sent to (dummy) printer Examples Tile 60x60 -> 10k x 10k pixel -> 25MB file per channel; 30 tiles/min minuto; Period: 255 s Tile 1800x3600 -> 29k x 57k pixel -> 384MB file per channel; 12 mt/min al minuto; Period: 1.4 s Very small image -> 200 KB per channel -> 1k images/min; Period: 0.06 s 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

38 Application scheme 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

39 Real-time OS-to-core mapping Partitioning OSs pinned to cores (Core 0 => Xen Dom0; Core 1 => Linux; Core 2,3 => Win) Scheduling OSs not pinned to cores: Xen performs allocation 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

40 Execution time (ms) Test 1 Partitioning approach Printing Test1 Orignal (Win) applicatoin Num test Xen Partitioning Non Interference Xen Partitioning Interference SACMI Non Interference SACMI Interference 99% Mixed RT-Linux + non- RT win 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

41 Execution time (ms) Test 1 Scheduled approach Scheduled Test1 Num test Xen Sched Non Interference Xen Sched Interference SACMI Non Interference SACMI Interference 99% 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

42 Execution time (ms) Test 2 - Partitioning 2500 Copying files Printing Test2 Copying files Copying files Copying files Num test Xen Partitioning2 SACMI University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

43 Execution time (ms) Test 2 - Scheduling 2500 Copying files Scheduled - Test2 Copying files Copying files Copying files Num test Xen Sched2 SACMI University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

44 .even more interference

45 Execution time(ms) Test 3 - Partitioning PRIME Partitioning Test3 Num test Xen Partitioning3 SACMI University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

46 Execution time(ms) Test 3 - Scheduled Scheduled Test3 Num test Xen Sched3 SACMI University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

47 Take-away lessons Xen hypervisor adds no overhead Can be effectively used to increase isolation/predictability for soft-rt systems Open-source, can be modified / further improved Windows uneffective in RT: Linux w/rt extensions provide quite good results Some tuning is beneficial No modifications (yet) to the source code Still, power management is an issue Platform-specific solutions? 2017 University of Modena and Reggio Emilia OPEN-NEXT dissemination event, October 18th,

48 Thank you! Paolo Burgio Roberto Cavicchioli Ignacio Sanudo Olmedo Marco Solieri

FLEXIBILITY FOR THE HIGH-END DATA CENTER. Copyright 2013 EMC Corporation. All rights reserved.

FLEXIBILITY FOR THE HIGH-END DATA CENTER. Copyright 2013 EMC Corporation. All rights reserved. FLEXIBILITY FOR THE HIGH-END DATA CENTER 1 The World s Most Trusted Storage Platform More Than 20 Years Running the World s Most Critical Applications 1988 1990 1994 2000 2003 2005 2009 2011 2012 New Symmetrix

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

Storage and Memory Hierarchy CS165

Storage and Memory Hierarchy CS165 Storage and Memory Hierarchy CS165 What is the memory hierarchy? L1

More information

Facilitating Data Set Transfers for International Researchers and Showcasing a perfsonar-based Traceroute Monitoring Tool

Facilitating Data Set Transfers for International Researchers and Showcasing a perfsonar-based Traceroute Monitoring Tool Facilitating Data Set Transfers for International Researchers and Showcasing a perfsonar-based Traceroute Monitoring Tool Simon Peter Green Technical Specialist SingAREN Introduction Institut Teknologi

More information

Multi Core Processing in VisionLab

Multi Core Processing in VisionLab Multi Core Processing in Multi Core CPU Processing in 25 August 2014 Copyright 2001 2014 by Van de Loosdrecht Machine Vision BV All rights reserved jaap@vdlmv.nl Overview Introduction Demonstration Automatic

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme STO1479BU vsan Beyond the Basics Sumit Lahiri Product Line Manager Eric Knauft Staff Engineer #VMworld #STO1479BU Disclaimer This presentation may contain product features that are currently under development.

More information

ARC-H: Adaptive replacement cache management for heterogeneous storage devices

ARC-H: Adaptive replacement cache management for heterogeneous storage devices Journal of Systems Architecture 58 (2012) ARC-H: Adaptive replacement cache management for heterogeneous storage devices Young-Jin Kim, Division of Electrical and Computer Engineering, Ajou University,

More information

INSTITUTO SUPERIOR TÉCNICO. Architectures for Embedded Computing

INSTITUTO SUPERIOR TÉCNICO. Architectures for Embedded Computing UNIVERSIDADE TÉCNICA DE LISBOA INSTITUTO SUPERIOR TÉCNICO Departamento de Engenharia Informática Architectures for Embedded Computing MEIC-A, MEIC-T, MERC Lecture Slides Version 3.0 - English Lecture 02

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

Состояние и перспективы развития интегрированной модульной авионики

Состояние и перспективы развития интегрированной модульной авионики Международная конференция Состояние и перспективы развития интегрированной модульной авионики MASIW: Model Based Toolset for IMA System Design and Integration Alexey Khoroshilov (ISPRAS) Москва, 29-30

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

High Performance Cache Replacement Using Re-Reference Interval Prediction (RRIP)

High Performance Cache Replacement Using Re-Reference Interval Prediction (RRIP) High Performance Cache Replacement Using Re-Reference Interval Prediction (RRIP) 1 T H E A C M I E E E I N T E R N A T I O N A L S Y M P O S I U M O N C O M P U T E R A R C H I T E C T U R E ( I S C A

More information

UKSM: Swift Memory Deduplication via Hierarchical and Adaptive Memory Region Distilling

UKSM: Swift Memory Deduplication via Hierarchical and Adaptive Memory Region Distilling UKSM: Swift Memory Deduplication via Hierarchical and Adaptive Memory Region Distilling Nai Xia* Chen Tian* Yan Luo + Hang Liu + Xiaoliang Wang* *: Nanjing University +: University of Massachusetts Lowell

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

SEDONA FRAMEWORK BEST OPPORTUNITY FOR OPEN CONTROL

SEDONA FRAMEWORK BEST OPPORTUNITY FOR OPEN CONTROL Next- Generation Hardware Technology SEDONA FRAMEWORK BEST OPPORTUNITY FOR OPEN CONTROL ZACH NETSOV PRODUCT SPECIALIST, CONTEMPORARY CONTROLS May 9, 2017 THE NEED FOR OPEN CONTROLLERS Open protocols such

More information

Sinfonia: a new paradigm for building scalable distributed systems

Sinfonia: a new paradigm for building scalable distributed systems CS848 Paper Presentation Sinfonia: a new paradigm for building scalable distributed systems Aguilera, Merchant, Shah, Veitch, Karamanolis SOSP 2007 Presented by Somayyeh Zangooei David R. Cheriton School

More information

Overview of Intelligent Power Controller Development for the Deep Space Gateway

Overview of Intelligent Power Controller Development for the Deep Space Gateway Overview of Intelligent Power Controller Development for the Deep Space Gateway Jeffrey Csank NASA Glenn Research Center Presented to Energy Tech 2017 Cleveland, Ohio Agenda Overview of NASA Vision Deep

More information

Test Infrastructure Design for Core-Based System-on-Chip Under Cycle-Accurate Thermal Constraints

Test Infrastructure Design for Core-Based System-on-Chip Under Cycle-Accurate Thermal Constraints Test Infrastructure Design for Core-Based System-on-Chip Under Cycle-Accurate Thermal Constraints Thomas Edison Yu, Tomokazu Yoneda, Krishnendu Chakrabarty and Hideo Fujiwara Nara Institute of Science

More information

SCA Based Implementation of STANAG 4285 in a Joint Effort under the NATO RTO/IST Panel

SCA Based Implementation of STANAG 4285 in a Joint Effort under the NATO RTO/IST Panel SCA Based Implementation of STANAG 4285 in a Joint Effort under the NATO RTO/IST Panel Sarvpreet Singh, Marc Adrat, Stefan Couturier, Markus Antweiler /F, Germany singh@fgan.de Martin Phisel, Steve Bernier

More information

InstaSPIN-MOTION Speed Controller

InstaSPIN-MOTION Speed Controller InstaSPIN-MOTION Speed Controller Introduction What is the SpinTAC Speed Controller? Advanced Speed Controller Replaces traditional PI speed controllers Active Disturbance Rejection Control (ADRC) ADRC

More information

Network Installation. July 2008 CONTENTS

Network Installation. July 2008 CONTENTS Network Installation CONTENTS General Software Hard Lock System Requirements Installation on Server Installation on Each Work Station Directory Structure July 2008 Require PowerCad-5 Ver 5.0.72.0 PowerCad-5

More information

Physical Layer Switch

Physical Layer Switch Technology White Paper Physical Layer Switch Simultaneous Processing and Recording of High-speed Sensor Data Introduction The Sensor Application Environment Surveillance and intelligence gathering applications

More information

2015 The MathWorks, Inc. 1

2015 The MathWorks, Inc. 1 2015 The MathWorks, Inc. 1 [Subtrack 2] Vehicle Dynamics Blockset 소개 김종헌부장 2015 The MathWorks, Inc. 2 Agenda What is Vehicle Dynamics Blockset? How can I use it? 3 Agenda What is Vehicle Dynamics Blockset?

More information

SPARC T4-4 Server with. Oracle Database 11g Release 2

SPARC T4-4 Server with. Oracle Database 11g Release 2 SPARC T4-4 Server with Oracle Database 11g Release 2 TPC-H Rev. 2.14.2 TPC-Pricing 1.6.0 Report Date: September 26, 2011 Total System Cost Composite Query per Hour Metric Price / Performance $925,525 USD

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

The Forecast: Global EV Charging Stations will rise by 2020

The Forecast: Global EV Charging Stations will rise by 2020 The Forecast: Global EV Charging Stations will rise by 2020 Abstract In today s world, advances in technology bring higher safety level and convenience to every aspect of life as well as economic growth.

More information

Non-volatile STT-RAM: A True Universal Memory

Non-volatile STT-RAM: A True Universal Memory Non-volatile STT-RAM: A True Universal Memory Farhad Tabrizi Grandis Inc., Milpitas, California August 13 th, 2009 Santa Clara, CA, USA, August 2009 1 Outline Grandis Corporation Overview Current Flash

More information

CP600 Communication Protocols

CP600 Communication Protocols 3ADR023066N0202 F854p_a_CP600_Communication_Protocols_Rev_D, 07/2015 (3ADR023066N0202) CP600 Communication Protocols CP600 Control Panels Contents Communication Protocols ABB Controllers: Drivers List

More information

How Much Power Does your Server Consume? Estimating Wall Socket Power Using RAPL Measurements

How Much Power Does your Server Consume? Estimating Wall Socket Power Using RAPL Measurements How Much Power Does your Server Consume? Estimating Wall Socket Power Using RAPL Measurements Kashif Nizam Khan Zhonghong Ou, Mikael Hirki, Jukka K. Nurminen, Tapio Niemi 1 Motivation The Large Hadron

More information

2.4G/5G ac Outdoor Access Point

2.4G/5G ac Outdoor Access Point Model: QL-PS344HV Data Sheet 2.4G/5G 802.11ac Outdoor Access Point Features IEEE 802.11ac compliant and backward compatible with 802.11abgn Atheros 533MHz Networking Processor 2.4G/5G concurrent radios,2.4g

More information

Design and Implementation of a Charging and Accounting Architecture for QoS-differentiated VPN Services to Mobile Users

Design and Implementation of a Charging and Accounting Architecture for QoS-differentiated VPN Services to Mobile Users Design and Implementation of a Charging and Accounting Architecture for QoS-differentiated VPN Services to Mobile Users Thanasis Papaioannou and George D. Stamoulis Athens University of Economics & Business

More information

Formation Flying Experiments on the Orion-Emerald Mission. Introduction

Formation Flying Experiments on the Orion-Emerald Mission. Introduction Formation Flying Experiments on the Orion-Emerald Mission Philip Ferguson Jonathan P. How Space Systems Lab Massachusetts Institute of Technology Present updated Orion mission operations Goals & timelines

More information

Enhancing Energy Efficiency of Database Applications Using SSDs

Enhancing Energy Efficiency of Database Applications Using SSDs Seminar Energy-Efficient Databases 29.06.2011 Enhancing Energy Efficiency of Database Applications Using SSDs Felix Martin Schuhknecht Motivation vs. Energy-Efficiency Seminar 29.06.2011 Felix Martin Schuhknecht

More information

NASA Glenn Research Center Intelligent Power System Control Development for Deep Space Exploration

NASA Glenn Research Center Intelligent Power System Control Development for Deep Space Exploration National Aeronautics and Space Administration NASA Glenn Research Center Intelligent Power System Control Development for Deep Space Exploration Anne M. McNelis NASA Glenn Research Center Presentation

More information

Modeling and Simulate Automotive Powertrain Systems

Modeling and Simulate Automotive Powertrain Systems Modeling and Simulate Automotive Powertrain Systems Maurizio Dalbard 2015 The MathWorks, Inc. 1 Model-Based Design Challenges It s hard to do good Model-Based Design without good models Insufficient expertise

More information

INTRODUCTION OF A HANDS-ON BATTERY AND SYSTEM ANALYZER. CONDUCTANCE PROFILING TM Where did the need come from?

INTRODUCTION OF A HANDS-ON BATTERY AND SYSTEM ANALYZER. CONDUCTANCE PROFILING TM Where did the need come from? TECHLOGY VS. VALUE CP Profiling Technology Connectivity Ease-of-use Image: CPX-900 INTRODUCTION OF A HANDS-ON BATTERY AND SYSTEM ANALYZER Why the CPX-900? The CPX, the Profiling TM Battery and System Analyzer,

More information

ABB June 19, Slide 1

ABB June 19, Slide 1 Dr Simon Round, Head of Technology Management, MATLAB Conference 2015, Bern Switzerland, 9 June 2015 A Decade of Efficiency Gains Leveraging modern development methods and the rising computational performance-price

More information

FUNCTIONAL SAFETY FOR AUTONOMOUS DRIVING

FUNCTIONAL SAFETY FOR AUTONOMOUS DRIVING FUNCTIONAL SAFETY FOR AUTONOMOUS DRIVING Dr. Justyna Zander, NVIDIA January 30, 2017 IS&T Int. Symposium on Electronic Imaging 2017; Autonomous Vehicles and Machines 2017; 29 January - 2 February, 2017

More information

Users are provided with the same installation file for both Workstation and Render node MadCard_WS.exe

Users are provided with the same installation file for both Workstation and Render node MadCard_WS.exe Installation System requirements:: 3ds Max versions: 2008, 2009, 2010, 2011, all 32 or 64 bit 3ds Max Design : all OS: Windows XP, Windows Vista, Windows 7, all 32 and 64 bit User must have local administrator

More information

ABB ROBOTICS, DECEMBER 2015 IRB 910SC. SCARA Overview

ABB ROBOTICS, DECEMBER 2015 IRB 910SC. SCARA Overview ABB ROBOTICS, DECEMBER 2015 IRB 910SC SCARA Overview IRB 910 SC Agenda 1. Differentiated value proposition 2. Overview and vision 3. Main features 4. Payload 5. Working range 6. Performance and accuracy

More information

System Level Design Review

System Level Design Review System Level Design Review HABIP High Altitude Balloon Instrumentation Platform P17104 & P17105 October 6, 2016 Team Members Team Communications Data Acquisition and Control Systems Team Member Major Team

More information

Dell EMC SCv ,000 Mailbox Exchange 2016 Resiliency Storage Solution using 10K drives

Dell EMC SCv ,000 Mailbox Exchange 2016 Resiliency Storage Solution using 10K drives Dell EMC SCv3020 14,000 Mailbox Exchange 2016 Resiliency Storage Solution using 10K drives Microsoft ESRP 4.0 Abstract This document describes the Dell EMC SCv3020 storage solution for Microsoft Exchange

More information

Using on-line power modeling for server power capping

Using on-line power modeling for server power capping IBM Research and University of Texas at Austin Using on-line power modeling for server power capping Madhu Saravana Sibi Govindan, Charles Lefurgy, and Ajay Dholakia Workshop on Energy-Efficient Design

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

Videosystem CAR-READER

Videosystem CAR-READER Monitoring, controlling and recording of vehicle access Monitoring The entries and exits to and from a company area are recorded from video cameras and displayed on a PC screen. The system allows depending

More information

Energy Efficient Content-Addressable Memory

Energy Efficient Content-Addressable Memory Energy Efficient Content-Addressable Memory Advanced Seminar Computer Engineering Institute of Computer Engineering Heidelberg University Fabian Finkeldey 26.01.2016 Fabian Finkeldey, Energy Efficient

More information

Scheduling. Purpose of scheduling. Scheduling. Scheduling. Concurrent & Distributed Systems Purpose of scheduling.

Scheduling. Purpose of scheduling. Scheduling. Scheduling. Concurrent & Distributed Systems Purpose of scheduling. 427 Concurrent & Distributed Systems 2017 6 Uwe R. Zimmer - The Australian National University 429 Motivation and definition of terms Purpose of scheduling 2017 Uwe R. Zimmer, The Australian National University

More information

DataCore Virtualization Appliance

DataCore Virtualization Appliance DataCore Virtualization Appliance Fujitsu-DataCore SVA November 2018 The Fujitsu Storage Virtualization Appliance (SVA) is a complete hardware solution for DataCore s SANsymphony SAN virtualization product.

More information

In-Place Associative Computing:

In-Place Associative Computing: In-Place Associative Computing: A New Concept in Processor Design 1 Page Abstract 3 What s Wrong with Existing Processors? 3 Introducing the Associative Processing Unit 5 The APU Edge 5 Overview of APU

More information

Lecture Secure, Trusted and Trustworthy Computing Trusted Execution Environments Intel SGX

Lecture Secure, Trusted and Trustworthy Computing Trusted Execution Environments Intel SGX 1 Lecture Secure, and Trustworthy Computing Execution Environments Intel Prof. Dr.-Ing. Ahmad-Reza Sadeghi System Security Lab Technische Universität Darmstadt (CASED) Germany Winter Term 2015/2016 Intel

More information

Hardware-in-the-loop test-bed of an Unmanned Aerial Vehicle using Orccad

Hardware-in-the-loop test-bed of an Unmanned Aerial Vehicle using Orccad Hardware-in-the-loop test-bed of an Unmanned Aerial Vehicle using Orccad Daniel Simon INRIA Grenoble Rhône-Alpes NeCS project-team CAR 2011 Control Architectures of Robots May 25 th, 2011, Montbonnot Hardware-in-the-loop

More information

Towards Next Generation Public Transport Systems: Overview and some Preliminary results

Towards Next Generation Public Transport Systems: Overview and some Preliminary results Francesco Viti, University of Luxembourg Marcin Seredynski, LIST & Volvo Bus Corporation Towards Next Generation Public Transport Systems: Overview and some Preliminary results June 16, 2017 ADAPT-IT Final

More information

Design Space Exploration for Complex Automotive Applications: An Engine Control System Case Study

Design Space Exploration for Complex Automotive Applications: An Engine Control System Case Study Design Space Exploration for Complex Automotive Applications: An Engine Control System Case Study Khalid Latif 1 Manuel Selva 1 Charles Effiong 1 Roman Ursu 1 Abdoulaye Gamatie 1 Gilles Sassatelli 1 Leonardo

More information

Lustre Performance over the Infiniband WAN. Jeremy Filizetti

Lustre Performance over the Infiniband WAN. Jeremy Filizetti Lustre Performance over the Infiniband WAN Jeremy Filizetti jfilizetti@sms-fed.com Lustre Usage How we use it In the data center, over a MAN and WAN Distributed data centers Interconnected at 10 or 2.5

More information

Lecture 14: Instruction Level Parallelism

Lecture 14: Instruction Level Parallelism Lecture 14: Instruction Level Parallelism Last time Pipelining in the real world Today Control hazards Other pipelines Take QUIZ 10 over P&H 4.10-15, before 11:59pm today Homework 5 due Thursday March

More information

Energy Storage and Other Energy Control Solutions

Energy Storage and Other Energy Control Solutions 20 OCTOBER 2017, INTERNATIONAL CONFERENCE CLEAN ENERGY FOR SMART CITY, RIGA Energy Storage and Other Energy Control Solutions Enerģijas uzkrāšanas iekārtas un citi enerģijas vadības risinājumi Tālivaldis

More information

Institute for Cyber Security. Authorization and Trust in the Cloud

Institute for Cyber Security. Authorization and Trust in the Cloud Institute for Cyber Security Authorization and Trust in the Cloud Prof. Ravi Sandhu Executive Director and Endowed Chair USECSW May 29, 2013 Joint work with Bo Tang and Qi Li ravi.sandhu@utsa.edu www.profsandhu.com

More information

Darragh Lawless. Primary Storage Presales Lead UK/I

Darragh Lawless. Primary Storage Presales Lead UK/I Darragh Lawless Primary Storage Presales Lead UK/I 1 2 2016 THE YEAR OF ALL FLASH FOR ALL EMC PRIMARY STORAGE 3 CAPACITY COST* DRIVEN BY ECONOMICS CROSS OVER POINT 2000 2002 2004 2006 2008 2010 2012 2014

More information

Design Considerations for Pressure Sensing Integration

Design Considerations for Pressure Sensing Integration Design Considerations for Pressure Sensing Integration Where required, a growing number of OEM s are opting to incorporate MEMS-based pressure sensing components into portable device and equipment designs,

More information

Communication Standards for Demand Response and Distributed Energy Resources

Communication Standards for Demand Response and Distributed Energy Resources Communication Standards for Demand Response and Distributed Energy Resources EPRI ICT Staff EPRI IntelliGrid Smart Grid Information Sharing Webcast November, 2014 Reference Diagram 2 Field Communication

More information

Prototypage rapide du contrôle d'un convertisseur de puissance DC-DC à haut rendement

Prototypage rapide du contrôle d'un convertisseur de puissance DC-DC à haut rendement Prototypage rapide du contrôle d'un convertisseur de puissance DC-DC à haut rendement Piotr Dworakowski, SuperGrid Institute 21/06/2016 Agenda Supergrid origins and SuperGrid Institute SAS Power converter

More information

The Airline Industry Delta Air Lines, Inc. Technical Operations Engine Maintenance Operations

The Airline Industry Delta Air Lines, Inc. Technical Operations Engine Maintenance Operations The Airline Industry Delta Air Lines, Inc. Technical Operations Engine Maintenance Operations A Case Study: The Change and Challenge in Engine Maintenance Gary Adams Matt Sparks Manager, Engine Repair

More information

Design and Experimental Study on Digital Speed Control System of a Diesel Generator

Design and Experimental Study on Digital Speed Control System of a Diesel Generator Research Journal of Applied Sciences, Engineering and Technology 6(14): 2584-2588, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: December 28, 2012 Accepted: February

More information

TOUCH PLS TOUCHSCREEN PLS A NEW HORIZON IN PROGRAMMABLE LIMIT SWITCHES

TOUCH PLS TOUCHSCREEN PLS A NEW HORIZON IN PROGRAMMABLE LIMIT SWITCHES TOUCH PLS TOUCHSCREEN PLS A NEW HORIZON IN PROGRAMMABLE LIMIT SWITCHES Touchscreen PLS and Graphical Operator Interface in One Unit Five Screen Sizes Available: 5" Color, 6" Monochrome, 8" Color, 9" Monochrome

More information

Price List Flexible Engine

Price List Flexible Engine Price List Flexible Engine 1. Definitions The definitions as per Flexible Engine Service Description shall apply with respect to this Price List. 2. Purpose of the document The purpose of the present Price

More information

GRID-enabling BEAMnrc & 1 st CLASS PARTICLE TRANSPORT

GRID-enabling BEAMnrc & 1 st CLASS PARTICLE TRANSPORT GRID-enabling BEAMnrc & 1 st CLASS PARTICLE TRANSPORT mary.chin@physics.org PW CHIN, DG LEWIS & J GIDDY In collaboration with RESEARCH THE VISION MONTE CARLO CLINIC MONTHS PER CASE THE VISION DAYS PER

More information

HCLOUD: RESOURCE-EFFICIENT PROVISIONING IN SHARED CLOUD SYSTEMS

HCLOUD: RESOURCE-EFFICIENT PROVISIONING IN SHARED CLOUD SYSTEMS HCLOUD: RESOURCE-EFFICIENT PROVISIONING IN SHARED CLOUD SYSTEMS Christina Delimitrou 1 and Christos Kozyrakis 2 1 Stanford/Cornell University, 2 Stanford University/EPFL http://mast.stanford.edu ASPLOS

More information

ECU32 SOFTWARE OPERATING MANUAL FOR FC1000 FUEL CONTROL UNITS

ECU32 SOFTWARE OPERATING MANUAL FOR FC1000 FUEL CONTROL UNITS ECU32 SOFTWARE OPERATING MANUAL FOR FC1000 FUEL CONTROL UNITS TABLE OF CONTENTS PAGE 1 TECHNICAL TERMS GLOSSARY: PAGE 2 GETTING STARTED: PAGE 3 HARDWARE INSTALATION: PAGE 3 PC REQUIREMENTS: PAGE 3 SOFTWARE

More information

Embedded Torque Estimator for Diesel Engine Control Application

Embedded Torque Estimator for Diesel Engine Control Application 2004-xx-xxxx Embedded Torque Estimator for Diesel Engine Control Application Peter J. Maloney The MathWorks, Inc. Copyright 2004 SAE International ABSTRACT To improve vehicle driveability in diesel powertrain

More information

Dual band 11ac Indoor Access Point Model: MMZ344

Dual band 11ac Indoor Access Point Model: MMZ344 Dual band 11ac Indoor Access Point Model: MMZ344 Revision:1.05 IL Date: 2015,03.,26 Features IEEE 802.11ac compliant and backward compatible with 802.11abgn Atheros 533MHz Networking Processor AR9344 2.4G/5G

More information

MODEL BASED DESIGN OF HYBRID AND ELECTRIC POWERTRAINS Sandeep Sovani, Ph.D. ANSYS Inc.

MODEL BASED DESIGN OF HYBRID AND ELECTRIC POWERTRAINS Sandeep Sovani, Ph.D. ANSYS Inc. MODEL BASED DESIGN OF HYBRID AND ELECTRIC POWERTRAINS Sandeep Sovani, Ph.D. ANSYS Inc. October 22, 2013 SAE 2013 Hybrid Powertrain Complexity And Maintainability Symposium Acknowledgements: Scott Stanton,

More information

CurveMaker HD v1.0 2Ki Programmable Ignition programming software

CurveMaker HD v1.0 2Ki Programmable Ignition programming software Contents CurveMaker HD v1.0 2Ki Programmable Ignition programming software Dynatek 164 S. Valencia St. Glendora, CA 91741 phone (626)963-1669 fax (626)963-7399 page 1) Installation 1 2) Overview 1 3) Programming

More information

Continuous Stribeck Curve Measurement Using Pin-on-Disk Tribometer

Continuous Stribeck Curve Measurement Using Pin-on-Disk Tribometer Continuous Stribeck Curve Measurement Using Pin-on-Disk Tribometer Prepared by Duanjie Li, PhD 6 Morgan, Ste156, Irvine CA 92618 P: 949.461.9292 F: 949.461.9232 nanovea.com Today's standard for tomorrow's

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

ATA Series (Patented)

ATA Series (Patented) ATA Series (Patented) Two Position Actuators Only 24 VDC supply No compressed air needed Very fast response Controllable holding force 49 Introduction to ATA actuator The ATA is a two position, direct

More information

Global EV Charging Stations will rise by 2020

Global EV Charging Stations will rise by 2020 Global EV Charging Stations will rise by 2020 Copyright 2015 Axiomtek Co., Ltd. All Rights Reserved In today s world, advances in technology bring higher safety levels and convenience to every aspect of

More information

EcoCar3-ADAS. Project Plan. Summary. Why is This Project Important?

EcoCar3-ADAS. Project Plan. Summary. Why is This Project Important? EcoCar3-ADAS Project Plan Summary Scott Smith This project is the Advanced Driver Assistance System (ADAS) of the 2015-2016 Senior Design for the EcoCar3. This will be an embedded system for the EcoCar3

More information

SPECIFICATIONS UPS Triple Output 13.6VDC/213W, 48VDC/153W, 48VDC/39W

SPECIFICATIONS UPS Triple Output 13.6VDC/213W, 48VDC/153W, 48VDC/39W Page 1 / 7 Full operation without need of battery Two independent 48Vdc outputs for switching and control Local monitoring with 8 LEDs Remote monitoring with 4 alarm relays Monitoring and configuration

More information

Wind Turbine Emulation Experiment

Wind Turbine Emulation Experiment Wind Turbine Emulation Experiment Aim: Study of static and dynamic characteristics of wind turbine (WT) by emulating the wind turbine behavior by means of a separately-excited DC motor using LabVIEW and

More information

C&E Development Group 5500 Campanile Dr, San Diego, CA 92182

C&E Development Group 5500 Campanile Dr, San Diego, CA 92182 C&E Development Group 5500 Campanile Dr, San Diego, CA 92182 OMUS the Autonomous Mini-Sumo Robot OMUS.sdsu.edu Engineers: Adrian Alonzo Burcin Caliskan Ryan Dill Nick Kelley Mohamed Nagibulla Sahathep

More information

ATTEND Analytical Tools To Evaluate Negotiation Difficulty

ATTEND Analytical Tools To Evaluate Negotiation Difficulty ATTEND Analytical Tools To Evaluate Negotiation Difficulty Computational Complexity Fest USC ISI - September 6, 2000 Key Ideas: Difficulty Warnings that Allow Negotiation Systems to Adapt Partition task

More information

Performance Characteristics of Hybrid MPI/OpenMP Implementations of NAS Parallel Benchmarks SP and BT on large-scale Multicore Clusters

Performance Characteristics of Hybrid MPI/OpenMP Implementations of NAS Parallel Benchmarks SP and BT on large-scale Multicore Clusters Performance Characteristics of Hybrid MPI/OpenMP Implementations of NAS Parallel Benchmarks SP and BT on large-scale Multicore Clusters Xingfu Wu and Valerie Taylor Department of Computer Science and Engineering,

More information

Proposal to establish a laboratory for combustion studies

Proposal to establish a laboratory for combustion studies Proposal to establish a laboratory for combustion studies Jayr de Amorim Filho Brazilian Bioethanol Science and Technology Laboratory SCRE Single Cylinder Research Engine Laboratory OUTLINE Requirements,

More information

Application of Serpent in EU FP7 project FREYA: Fast Reactor Experiments for hybrid Applications

Application of Serpent in EU FP7 project FREYA: Fast Reactor Experiments for hybrid Applications Application of Serpent in EU FP7 project FREYA: Fast Reactor Experiments for hybrid Applications E. Fridman Text optional: Institutsname Prof. Dr. Hans Mustermann www.fzd.de Mitglied der Leibniz-Gemeinschaft

More information

DRAFT (IMECE ) Hardware-In-the-Loop Simulation for Control Development in EHPV Applications

DRAFT (IMECE ) Hardware-In-the-Loop Simulation for Control Development in EHPV Applications DRAFT (IMECE2003-43729) Hardware-In-the-Loop Simulation for Control Development in EHPV Applications Sooyong Jung, Young J. Lee and Wayne J. Book Geroge W. Woodruff School of Mechanical Engineering Georgia

More information

Fixing the Hyperdrive: Maximizing Rendering Performance on NVIDIA GPUs

Fixing the Hyperdrive: Maximizing Rendering Performance on NVIDIA GPUs Fixing the Hyperdrive: Maximizing Rendering Performance on NVIDIA GPUs Louis Bavoil, Principal Engineer Booth #223 - South Hall www.nvidia.com/gdc Full-Screen Pixel Shader SM TEX L2 DRAM CROP SM = Streaming

More information

Electronic Park Brake, Service & Reset Tool. User Guide

Electronic Park Brake, Service & Reset Tool. User Guide 30662000 Electronic Park Brake, Service & Reset Tool User Guide Produced by the Manufacturer All rights reserved. This publication may not be reproduced, in full or in part, without the express written

More information

CS 152 Computer Architecture and Engineering

CS 152 Computer Architecture and Engineering CS 152 Computer Architecture and Engineering Lecture 23 Synchronization 2006-11-16 John Lazzaro (www.cs.berkeley.edu/~lazzaro) TAs: Udam Saini and Jue Sun www-inst.eecs.berkeley.edu/~cs152/ 1 Last Time:

More information

Performance Analysis with Vampir

Performance Analysis with Vampir Performance Analysis with Vampir Bert Wesarg Technische Universität Dresden Outline Part I: Welcome to the Vampir Tool Suite Mission Event trace visualization Vampir & VampirServer The Vampir displays

More information

Integration of EtherCAT in Advanced Test Systems Solutions and Challenges. Dr. Frank Schütte, Andreas Tenge, Dr. László Juhász dspace GmbH, Paderborn

Integration of EtherCAT in Advanced Test Systems Solutions and Challenges. Dr. Frank Schütte, Andreas Tenge, Dr. László Juhász dspace GmbH, Paderborn Integration of EtherCAT in Advanced Test Systems Solutions and Challenges Dr. Frank Schütte, Andreas Tenge, Dr. László Juhász dspace GmbH, Paderborn ETG 2013 Introduction Actual developments in the mobile

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

1. Definitions. 2. Purpose of the document. 3. Price grids

1. Definitions. 2. Purpose of the document. 3. Price grids 1. Definitions The definitions as per Flexible Engine Service Description shall apply with respect to this Price List. 2. Purpose of the document The purpose of the present Price List is to define the

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

Introduction to MStar HPGP Solution for EV Charging. Alex Chen

Introduction to MStar HPGP Solution for EV Charging. Alex Chen Introduction to MStar HPGP Solution for EV Charging Alex Chen 2018.04.12 Brief Introduction of MStar The History of MStar PLC Solutions About MStar HPGP Solution Few thoughts on the future of PLC for V2G

More information

Highlights of EU efforts for Smart Grids deployment and the way forward

Highlights of EU efforts for Smart Grids deployment and the way forward Highlights of EU efforts for Smart Grids deployment and the way forward Manuel Sánchez Jiménez, PhD Policy Officer European Commission DG ENERGY manuel.sanchez-jimenez@ec.europa.eu http://ec.europa.eu/energy/gas_electricity/smartgrids/smartgrids_en.htm

More information

Journal of Engineering Sciences and Innovation Volume 2, Issue 4 / 2017, pp

Journal of Engineering Sciences and Innovation Volume 2, Issue 4 / 2017, pp Journal of Engineering Sciences and Innovation Volume 2, Issue 4 / 2017, pp. 11-19 Technical Sciences Academy of Romania www.jesi.astr.ro A. Mechanics, Mechanical and Industrial Engineering, Mechatronics

More information

A Communication-centric Look at Automated Driving

A Communication-centric Look at Automated Driving A Communication-centric Look at Automated Driving Onur Altintas Toyota ITC Fellow Toyota InfoTechnology Center, USA, Inc. November 5, 2016 IEEE 5G Summit Seattle Views expressed in this talk do not necessarily

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

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

Truly Wireless Sensing Enabling a paradigm shift in process monitoring

Truly Wireless Sensing Enabling a paradigm shift in process monitoring Guru Sosale, Senior Scientist, ABB Forschungszentrum Deutschland, Hannover Messe, 25-04-2016 Truly Wireless Sensing Enabling a paradigm shift in process monitoring Slide 1 Background: Sensing in the Process

More information