Detailed Design Report

Size: px
Start display at page:

Download "Detailed Design Report"

Transcription

1 Detailed Design Report Chapter 9 Control System MAX IV Facility

2 CHAPTER 9.0. CONTROL SYSTEM 1(9) 9. Control System 9.1. Introduction Requirements Design Guidelines Architecture Hardware Connectivity Field Bus Computer Network Software Programming Languages Software Repository and Deployment Databases Operating System... 9

3 Detailed Design Report Chapter 9 Control System 9.1. Introduction MAX IV Facility

4 CHAPTER 9.0. CONTROL SYSTEM 2(9) 9.1. Introduction The Machine Control System encompasses the end user interfaces and all that is necessary to control the hardware devices and consequently the physical parameters of the system. The Control system should require little or no in-house development of new, cutting edge, solutions. Instead, most of the hardware and control software has already been implemented at other institutes and the trend in open nature and willingness to share means that solutions can easily be imported without the need to re-implement them. In some instances, little or no adaptation will be needed to arrive at a working solution. The work associated with deployment of the MAX IV Control System will mostly involve adaptation of existing technology Requirements The requirements engineering process has to be flexible enough to meet the complexity challenges in a modern control system. During the development process, an open, light weight process needs to be applied due to the prototypical nature of a new light source facility, where requirements partially emerge. Despite the difficulty of foreseeing all the requirements, the success of out-sourcing projects of sub-systems heavily depends on requirements specification quality. The requirements engineering process for the MAX IV Control System shall be oriented on the following issues: ease of use, in particular for persons who are not related to control system development suitability for interdisciplinary communication prioritisation of features and qualities in order to enable enough resources for the projects managers validation to ensure the actual user value of a system, its features etc traceability of requirements over time The capture of the requirements will be different depending on the type of project. The simplest version being a text file with a use case description or in the Control Systems group a professional requirements tool to track all requirements.

5 Detailed Design Report Chapter 9 Control System 9.2. The Design MAX IV Facility

6 CHAPTER 9.0. CONTROL SYSTEM 3(9) 9.2. The Design Guidelines There are a number of design guidelines in the design of the Control System to make it cost and resource efficient, besides avoiding to re-invent the wheel as mentioned in the introduction, Standardisation of hardware and software systems The effort to standardise systems results in a reduced number of system types which need to be developed and maintained by the support staff. This reduces the resources needed for development and maintenance or put in another way, given fixed resources, raises the level of the achievable goals. Develop modular solutions The MAX IV facility has a long lifetime and during these years there will be new advances in technology. Developing modular, independent hardware and software systems will make it easier to upgrade to new technologies by being able to upgrade the system in modular parts. Use open source solutions The building of an accelerator control system will involve connecting many, individual, smaller systems. Using an open source solution facilitates the integration since the source code is available to make adaptations where needed. Open source also reduces cost by avoiding license fees. This also favours collaboration with other institutes which might be less inclined to start a collaboration involving a proprietary product, not chosen by them, which requires an economic investment. Enable users (accelerator staff) to configure and operate the systems themselves With suitable tools, the accelerator staff will be able to perform many tasks themselves which otherwise would have to be performed by the control system staff. Besides relieving the control system staff, this means that the work can be done more efficiently by the application experts.

7 CHAPTER 9.0. CONTROL SYSTEM 4(9) Architecture The architecture of the control system is shown in Figure 1. The integration layer for will be TANGO ( used at research facilities such as ESRF, Soleil, ALBA, LMJ and FRM 2. Systems which require fast and/or real time control will be implemented at the electronics level and the integrative layer will connect for configuration or data acquisition (e.g. archiving of process variables). A local node, such as a Linux PC, will be used to connect to these systems instead of connecting directly from the integrative layer. This ensures that a potential network problem does not disturb the dedicated system. This solution with extra shielding should be used for the most critical devices (RF systems, accelerator protection systems). In the TANGO layer, libraries or drivers should be used to connect to hardware. The use of libraries opens up more possibilities to share and collaborate with other facilities even if they do not use TANGO. A number of services such as archiving and alarms will always be connected to the integrative layer. These are already developed within the TANGO community and should be used at MAX IV. At the top layer we find client applications in the form of graphical user interfaces, scripting and macro frameworks and bindings to data processing software. An example of the latter is the connection to Elegant made at Elettra and another the MAT-lab middle layer which makes it possible to use accelerator physics applications such as the Accelerator toolkit.

8 CHAPTER 9.0. CONTROL SYSTEM 5(9) Figure 1: Architecture of the MAX IV Control System.

9 Detailed Design Report Chapter 9 Control System 9.3. Hardware MAX IV Facility

10 CHAPTER 9.0. CONTROL SYSTEM 6(9) 9.3. Hardware The hardware divides into the following categories, each of which is subject to the design guidelines previously mentioned: Computers and Peripherals these are either control end stations with no direct hardware interfaced, or rack mounted machines with electronics connected to the bus. They may include the display and any other peripherals needed to perform the task for which they are intended. Data Acquisition and Control Electronics for controlling motion or digital/analogue I/O devices. Monitoring sensors and Power drivers for amplifying signals, requires the joint expertise of scientists and engineering groups. All electronics and computers should fit in 19'' cabinets. This provides a uniform, cost effective, environment where all equipment is cooled and protected.

11 Detailed Design Report Chapter 9 Control System 9.4. Connectivity MAX IV Facility

12 CHAPTER 9.0. CONTROL SYSTEM 7(9) 9.4. Connectivity Field Bus The will be a number of different field buses in the MAX IV Control System. Each will require a certain amount of development effort and therefore this number should be kept as low as possible. The preferred field bus will be Ethernet and failing that, other bus types can be accepted after discussion with the Control Systems group. All hardware must have a well documented protocol regardless of field bus Computer Network The computer network (referred to as network) is the facility wide communication channel for the complete control system and will be designed for robustness and speed. The design will contain a redundant, high speed, backbone running though the MAX IV facility. Besides performance, the network needs to be secure and prevent unauthorised access. It is highly desirable to be able to monitor the performance and status of the network equipment. This will facilitate preemptive maintenance of the system and also help when trouble shooting the control system. Key parameter from the network monitoring will be stored in the TANGO database.

13 Detailed Design Report Chapter 9 Control System 9.5. Software MAX IV Facility

14 CHAPTER 9.0. CONTROL SYSTEM 8(9) 9.5. Software Programming Languages The programming languages used in the control system is governed by the TANGO framework. This includes C/C++, Java and Python and although it is not limited to this it will be enough to solve most of high and low level tasks. In addition, we will provide bindings to other high level applications like Igor Pro and MAT-lab if required by the accelerator staff Software Repository and Deployment There will be a central software repository for all source code used in the control system. It will track dependencies between different software and use versioning to track changes. Build routines will be a part of the deployment workflow and there will be a binary repository of stable releases Databases All devices within the TANGO layer are stored in a MySQL database. It contains the addresses for the devices and its configuration parameters. The database can be populated manually, but most of the entries of new devices will be done automatically using scripting. There are a number of solutions available to perform this task within the TANGO community. The TANGO archiving system will be used to store all process variables into a separate database. Ideally, this should also include information from the infrastructure like room temperature and compressed air pressure.

15 CHAPTER 9.0. CONTROL SYSTEM 9(9) Operating System Our preferred platform will be GNU/Linux in the Control System. This provides a low cost with high availability and good remote management. There are many flavors of GNU/Linux and we will try to minimise the number used at MAX IV. It is not always possible to have only one operating system because some applications require a different platform. This will have to be managed and given no other option this will be accepted in the control system.

BUSMASTER An Open Source Tool

BUSMASTER An Open Source Tool BUSMASTER An Open Source Tool Dr. Tobias Lorenz, ETAS GmbH Presented by Dr. Andrew Borg In August, ETAS and Robert Bosch Engineering and Business Solutions (RBEI) jointly published BUSMASTER, a free open

More information

PXIE Control System Status. Jim Patrick 07 April 2015

PXIE Control System Status. Jim Patrick 07 April 2015 PXIE Control System Status Jim Patrick 07 April 2015 Control System Scope High level subsystem control and monitoring: Power Supplies LCW Cryogenics Instrumentation RF Motion Control Machine Protection

More information

REAL-TIME STREAMING ANALYTICS DATA IN, ACTION OUT

REAL-TIME STREAMING ANALYTICS DATA IN, ACTION OUT REAL-TIME STREAMING ANALYTICS DATA IN, ACTION OUT SPOT THE ODD ONE BEFORE IT IS OUT flexaware.net Streaming analytics: from data to action Do you need actionable insights from various data streams fast?

More information

October 21 November 5 November 14 December 12. Washington DC Boston Chicago San Jose. ni.com

October 21 November 5 November 14 December 12. Washington DC Boston Chicago San Jose. ni.com October 21 November 5 November 14 December 12 Washington DC Boston Chicago San Jose 1 Evaluating Software Tools and Architectures to Design Test Systems A Sample Modular Software Architecture

More information

A UNIVERSAL MACHINE FOR THE INDUSTRIAL INTERNET OF THINGS. MultiConnect Conduit

A UNIVERSAL MACHINE FOR THE INDUSTRIAL INTERNET OF THINGS. MultiConnect Conduit A UNIVERSAL MACHINE FOR THE INDUSTRIAL INTERNET OF THINGS MultiConnect Conduit 1 A Universal Machine for the Industrial Internet of Things The term Universal Machine, introduced in 1936 by the mathematician

More information

Open Core Engineering Freedom and efficiency redefined

Open Core Engineering Freedom and efficiency redefined Open Core Engineering Freedom and efficiency redefined Meet new software engineering challenges with new opportunities Progressively shorter product life cycles are increasing the demand for highly productive,

More information

TANGO Device Servers in Libera instruments

TANGO Device Servers in Libera instruments TANGO Device Servers in Libera instruments Elvis Janežič, May, 2015 Content of the talk Libera instruments by platform Libera BASE: connectivity, interfaces, benefits TANGO Device Server by I-Tech: Configuration,

More information

WHAT IS SCADA? A. Daneels, CERN, Geneva, Switzerland W.Salter, CERN, Geneva, Switzerland. Abstract 2 ARCHITECTURE. 2.1 Hardware Architecture

WHAT IS SCADA? A. Daneels, CERN, Geneva, Switzerland W.Salter, CERN, Geneva, Switzerland. Abstract 2 ARCHITECTURE. 2.1 Hardware Architecture International International Conference Conference Accelerator on Accelerator and Large and Experimental Large Experimental Physics Control Physics Systems, Control 1999, Systems Trieste, Italy WHAT IS

More information

A Real Time, Object Oriented Fieldbus Management System

A Real Time, Object Oriented Fieldbus Management System A Real Time, Object Oriented Fieldbus Management System Mr. Ole Cramer Nielsen Managing Director PROCES-DATA Supervisor International P-NET User Organisation Navervej 8 8600 Silkeborg Denmark [email protected]

More information

Sentinel Products Wi-Fi Based Sensor Solutions

Sentinel Products Wi-Fi Based Sensor Solutions Sentinel Products Wi-Fi Based Sensor Solutions Comparison of Software models Aginova offers the most efficient system for our sensors in your environment. The product line varies from a simple network

More information

SAN Conceptual and Design Basics

SAN Conceptual and Design Basics TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer

More information

Guideline for stresstest Page 1 of 6. Stress test

Guideline for stresstest Page 1 of 6. Stress test Guideline for stresstest Page 1 of 6 Stress test Objective: Show unacceptable problems with high parallel load. Crash, wrong processing, slow processing. Test Procedure: Run test cases with maximum number

More information

Technical Training Module ( 30 Days)

Technical Training Module ( 30 Days) Annexure - I Technical Training Module ( 30 Days) Section 1 : Programmable Logic Controller (PLC) 1. Introduction to Programmable Logic Controller - A Brief History, Need and advantages of PLC, PLC configuration,

More information

NGSS. Evolutionary Safeguards Surveillance. Nuclear measurement solutions for safety and security. NUCLEAR MEASUREMENTS BUSINESS UNIT OF AREVA NAS

NGSS. Evolutionary Safeguards Surveillance. Nuclear measurement solutions for safety and security. NUCLEAR MEASUREMENTS BUSINESS UNIT OF AREVA NAS Nuclear measurement solutions for safety and security. NAS DCM-C5 Camera NAS Reader UPS NGSS Evolutionary Safeguards Surveillance NUCLEAR MEASUREMENTS BUSINESS UNIT OF AREVA NGSS The NGSS is a modular,

More information

Agenda. Tango meeting : Krakow

Agenda. Tango meeting : Krakow Agenda Which databases for which data? Some reminders on services required on top of these databases Some reminders on project organization A few figures on operational usage of these databases at SOLEIL

More information

OVERVIEW. CEP Cluster Server is Ideal For: First-time users who want to make applications highly available

OVERVIEW. CEP Cluster Server is Ideal For: First-time users who want to make applications highly available Phone: (603)883-7979 [email protected] Cepoint Cluster Server CEP Cluster Server turnkey system. ENTERPRISE HIGH AVAILABILITY, High performance and very reliable Super Computing Solution for heterogeneous

More information

Using MCC GPIB Products with LabVIEW

Using MCC GPIB Products with LabVIEW Using Products with LabVIEW * This application note applies to PCI-GPIB-1M, PCI-GPIB-300K, PCM-GPIB, as well as to ISA- and PC104- boards How NI Compatibility Works National Instruments (NI) provides the

More information

EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH CERN ACCELERATORS AND TECHNOLOGY SECTOR A REMOTE TRACING FACILITY FOR DISTRIBUTED SYSTEMS

EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH CERN ACCELERATORS AND TECHNOLOGY SECTOR A REMOTE TRACING FACILITY FOR DISTRIBUTED SYSTEMS EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH CERN ACCELERATORS AND TECHNOLOGY SECTOR CERN-ATS-2011-200 A REMOTE TRACING FACILITY FOR DISTRIBUTED SYSTEMS F. Ehm, A. Dworak, CERN, Geneva, Switzerland Abstract

More information

IFS-8000 V2.0 INFORMATION FUSION SYSTEM

IFS-8000 V2.0 INFORMATION FUSION SYSTEM IFS-8000 V2.0 INFORMATION FUSION SYSTEM IFS-8000 V2.0 Overview IFS-8000 v2.0 is a flexible, scalable and modular IT system to support the processes of aggregation of information from intercepts to intelligence

More information

Reliable Security Solutions

Reliable Security Solutions Reliable Security Solutions Challenger10 The proven solution for access control, intrusion detection and video integration. An integrated security solution for your most challenging environments The Tecom

More information

White paper The future role of ethernet and the trend to decentralised control solutions

White paper The future role of ethernet and the trend to decentralised control solutions White paper The future role of ethernet and the trend to decentralised control solutions The driving force behind progress in Industrial automation in the last 10 years has without doubt been the networking

More information

Solution for private cloud computing

Solution for private cloud computing The CC1 system Solution for private cloud computing 1 Outline What is CC1? Features Technical details Use cases By scientist By HEP experiment System requirements and installation How to get it? 2 What

More information

SYMMETRY PRODUCT OVERVIEW

SYMMETRY PRODUCT OVERVIEW ACCESS CONTROL The Symmetry Security Management Systems provides powerful integrated solutions for organizations requiring Access Control and Integrated Security. Solutions are available for organizations

More information

SYMMETRY. DATASHEET ACCESS CONTROL Product Overview

SYMMETRY. DATASHEET ACCESS CONTROL Product Overview DATASHEET ACCESS CONTROL Product Overview SYMMETRY The AMAG Technology range of Security Management Systems provides powerful integrated solutions for organizations requiring Access Control and Integrated

More information

The virtualization of SAP environments to accommodate standardization and easier management is gaining momentum in data centers.

The virtualization of SAP environments to accommodate standardization and easier management is gaining momentum in data centers. White Paper Virtualized SAP: Optimize Performance with Cisco Data Center Virtual Machine Fabric Extender and Red Hat Enterprise Linux and Kernel-Based Virtual Machine What You Will Learn The virtualization

More information

The BSN Hardware and Software Platform: Enabling Easy Development of Body Sensor Network Applications

The BSN Hardware and Software Platform: Enabling Easy Development of Body Sensor Network Applications The BSN Hardware and Software Platform: Enabling Easy Development of Body Sensor Network Applications Joshua Ellul [email protected] Overview Brief introduction to Body Sensor Networks BSN Hardware

More information

FOXBORO. I/A Series SOFTWARE Product Specifications. I/A Series Intelligent SCADA SCADA Platform PSS 21S-2M1 B3 OVERVIEW

FOXBORO. I/A Series SOFTWARE Product Specifications. I/A Series Intelligent SCADA SCADA Platform PSS 21S-2M1 B3 OVERVIEW I/A Series SOFTWARE Product Specifications Logo I/A Series Intelligent SCADA SCADA Platform PSS 21S-2M1 B3 The I/A Series Intelligent SCADA Platform takes the traditional SCADA Master Station to a new

More information

IOTIVITY AND EMBEDDED LINUX SUPPORT. Kishen Maloor Intel Open Source Technology Center

IOTIVITY AND EMBEDDED LINUX SUPPORT. Kishen Maloor Intel Open Source Technology Center IOTIVITY AND EMBEDDED LINUX SUPPORT Kishen Maloor Intel Open Source Technology Center Outline Brief introduction to IoTivity Software development challenges in embedded Yocto Project and how it addresses

More information

Application of Android OS as Real-time Control Platform**

Application of Android OS as Real-time Control Platform** AUTOMATYKA/ AUTOMATICS 2013 Vol. 17 No. 2 http://dx.doi.org/10.7494/automat.2013.17.2.197 Krzysztof Ko³ek* Application of Android OS as Real-time Control Platform** 1. Introduction An android operating

More information

PROFIBUS/PROFINET System design

PROFIBUS/PROFINET System design PROFIBUS/PROFINET System design Andy Verwer Technical Officer for PROFIBUS UK Verwer Training & Consultancy Ltd Gold distributor PROFIBUS PROFIBUS is by a large margin the most widely used fieldbus technology.

More information

Hewlett Packard - NBU partnership : SAN (Storage Area Network) или какво стои зад облаците

Hewlett Packard - NBU partnership : SAN (Storage Area Network) или какво стои зад облаците Hewlett Packard - NBU partnership : SAN (Storage Area Network) или какво стои зад облаците Why SAN? Business demands have created the following challenges for storage solutions: Highly available and easily

More information

EMX-2500 DATA SHEET FEATURES GIGABIT ETHERNET REMOTE CONTROLLER FOR PXI EXPRESS MAINFRAMES SYSTEM LEVEL FUNCTIONALITY

EMX-2500 DATA SHEET FEATURES GIGABIT ETHERNET REMOTE CONTROLLER FOR PXI EXPRESS MAINFRAMES SYSTEM LEVEL FUNCTIONALITY DATA SHEET EMX-2500 GIGABIT ETHERNET REMOTE CONTROLLER FOR PXI EXPRESS MAINFRAMES FEATURES SYSTEM LEVEL FUNCTIONALITY Industry s first gigabit Ethernet Remote controller for PXI express mainframes Up to

More information

Rapid Application Development for Machine Vision A New Approach

Rapid Application Development for Machine Vision A New Approach Rapid Application Development for Machine Vision A New Approach Introduction Converging technologies, such as the PCI-bus and Intel MMX, have created so much bandwidth and computing power that automation

More information

High rate and Switched WiFi. WiFi 802.11 QoS, Security 2G. WiFi 802.11a/b/g. PAN LAN Cellular MAN

High rate and Switched WiFi. WiFi 802.11 QoS, Security 2G. WiFi 802.11a/b/g. PAN LAN Cellular MAN Security Issues and Quality of Service in Real Time Wireless PLC/SCADA Process Control Systems Dr. Halit Eren & Dincer Hatipoglu Curtin University of Technology (Perth Australia) 2/27/2008 1 PRESENTATION

More information

Source code provided vs Open Source vs Free software Open Source comprises:

Source code provided vs Open Source vs Free software Open Source comprises: Source code provided vs Open Source vs Free software Open Source comprises: Access to the source code for the project A license characteristically with: Rights The right to redistribute Source code provided

More information

Early Warning Fire Detection and Integrated Security Solution. System Overview

Early Warning Fire Detection and Integrated Security Solution. System Overview Early Warning Fire Detection and Integrated Security Solution System Overview The FirePosse Early Warning Fire Detection and Integrated Security System from Firebreak Canada Corp. represents a major advance

More information

How much do you pay for your PKI solution?

How much do you pay for your PKI solution? Information Paper Understand the total cost of your PKI How much do you pay for your PKI? A closer look into the real costs associated with building and running your own Public Key Infrastructure and 3SKey.

More information

An Integrator s Guide to MicroTCA Part III System management software

An Integrator s Guide to MicroTCA Part III System management software An Integrator s Guide to MicroTCA Part III System management software By Peter Marek, Advantech In the previous article of this series we explained the basic processes of the start up of a Field Replaceable

More information

Control System, general approach, integration with TANGO, and some User Interfaces

Control System, general approach, integration with TANGO, and some User Interfaces Control System, general approach, integration with TANGO, and some User Interfaces Guifré Cuní on behalf of the Controls Group GC - ELI-TANGO Workshop - 24-25 Feb 2015 - Art Hotel, Szeged 1 Synchrotron

More information

LLRF. Digital RF Stabilization System

LLRF. Digital RF Stabilization System LLRF Digital RF Stabilization System Many instruments. Many people. Working together. Stability means knowing your machine has innovative solutions. For users, stability means a machine achieving its full

More information

Uni Vault. An Introduction to Uni Systems Hybrid Cloud Data Protection as a Service. White Paper Solution Brief

Uni Vault. An Introduction to Uni Systems Hybrid Cloud Data Protection as a Service. White Paper Solution Brief Uni Vault An Introduction to Uni Systems Hybrid Cloud Data Protection as a Service White Paper Solution Brief Contents The Challenges of Traditional Backup... 3 The Uni Systems Data Protection as a Service

More information

RECORDS MANAGEMENT RECORDS MANAGEMENT SERVICES. Cost-Effective, Legally Defensible Records Management

RECORDS MANAGEMENT RECORDS MANAGEMENT SERVICES. Cost-Effective, Legally Defensible Records Management RECORDS MANAGEMENT RECORDS MANAGEMENT SERVICES Cost-Effective, Legally Defensible Records Management Does This Sound Familiar? A data breach could send our share price tumbling. I need to minimise our

More information

Invest in your business with Ubuntu Advantage.

Invest in your business with Ubuntu Advantage. Invest in your business with Ubuntu Advantage. Expert advice. Specialist tools. Dedicated support. Introducing Ubuntu Advantage Contents 02 Introducing Ubuntu Advantage 03 Ubuntu Advantage 04 - Landscape

More information

Software Configuration Management for Embedded Systems Developers

Software Configuration Management for Embedded Systems Developers Software Configuration Management for Embedded Systems Developers Overview Embedded systems developers face complex versions of the problems that confront most software developers. Choosing a robust SCM

More information

Five Essential Components for Highly Reliable Data Centers

Five Essential Components for Highly Reliable Data Centers GE Intelligent Platforms Five Essential Components for Highly Reliable Data Centers Ensuring continuous operations with an integrated, holistic technology strategy that provides high availability, increased

More information

Migrating Control System Servers to Virtual Machines

Migrating Control System Servers to Virtual Machines Migrating Control System Servers to Virtual Machines Decisions and experiences at the Canadian Light Source in 2008-2009 Glen Wright ICALEPCS 2009 What is a Virtual Machine? A Virtual Machine (VM) is a

More information

Cisco ROSA Video Service Manager (VSM) Version 05.03

Cisco ROSA Video Service Manager (VSM) Version 05.03 Data Sheet Cisco ROSA Video Service Manager (VSM) Version 05.03 The Cisco ROSA Video Service Management (VSM) system provides service providers with a complete, powerful solution for the management of

More information

Maintaining HMI and SCADA Systems Through Computer Virtualization

Maintaining HMI and SCADA Systems Through Computer Virtualization Maintaining HMI and SCADA Systems Through Computer Virtualization Jon Reeser Systems Engineer PROFI-VISION Automation 1150 Glenlivet Drive Allentown, PA 18106 [email protected] Thomas Jankowski

More information

SAP Managed Services SAP MANAGED SERVICES. Maximizing Performance and Value, Minimizing Risk and Cost

SAP Managed Services SAP MANAGED SERVICES. Maximizing Performance and Value, Minimizing Risk and Cost SAP Managed Services SAP MANAGED SERVICES Maximizing Performance and Value, Minimizing Risk and Cost WE RE FOCUSED ON YOUR GOALS Increase productivity with fewer resources. Optimize IT systems while cutting

More information

Accelerating your engineering workflow. Engineering solutions for industry

Accelerating your engineering workflow. Engineering solutions for industry Accelerating your engineering workflow Engineering solutions for industry PlantStruxure TM is a collaborative system that allows industrial and infrastructure companies meet their automation needs and

More information

Developing reliable Multi-Core Embedded-Systems with NI Linux Real-Time

Developing reliable Multi-Core Embedded-Systems with NI Linux Real-Time Developing reliable Multi-Core Embedded-Systems with NI Linux Real-Time Oliver Bruder National Instruments Switzerland oliver.bruder@ Embedded Product Design Surveys 66% Product designs complete over budget

More information

Distributed Realtime Systems Framework for Sustainable Industry 4.0 applications

Distributed Realtime Systems Framework for Sustainable Industry 4.0 applications Distributed Realtime Systems Framework for Sustainable Industry 4.0 applications 1 / 28 Agenda Use case example Deterministic realtime systems Almost deterministic distributed realtime systems Distributed

More information

Combined Cycle Control Overview

Combined Cycle Control Overview Combined Cycle Control Overview Introduction The Combined Cycle (CC) solution provides for the control and monitoring of a typical CC power plant in a cost effective, preengineered package. Basic Architecture

More information

Global Shared Support Service:

Global Shared Support Service: Global Shared Support Service: Leveraging expertise, sharing costs andderiving value Chandra Shekar Kakal Shared service in any field comes with an implicit assumption of reduced cost and improved efficiency.

More information

Tandberg Data AccuVault RDX

Tandberg Data AccuVault RDX Tandberg Data AccuVault RDX Binary Testing conducts an independent evaluation and performance test of Tandberg Data s latest small business backup appliance. Data backup is essential to their survival

More information

VIRTUALIZING THE EDGE

VIRTUALIZING THE EDGE VIRTUALIZING THE EDGE NFV adoption to transform telecommunications infrastructure Karthik Kailasam Director, Integrated Modular Solutions September 2015 Key Messages The transformation of telecom networks

More information

ABB Technology Days Fall 2013 System 800xA Server and Client Virtualization. ABB Inc 3BSE074389 en. October 29, 2013 Slide 1

ABB Technology Days Fall 2013 System 800xA Server and Client Virtualization. ABB Inc 3BSE074389 en. October 29, 2013 Slide 1 ABB Technology Days Fall 2013 System 800xA Server and Client ization October 29, 2013 Slide 1 System 800xA ization Customers specify it Customers harmonize with IT Training environments Lower cost of ownership

More information

Be ready for emergencies

Be ready for emergencies The pascom alarm server automatically forwards any danger alarms or technical emergencies to the responsible assistance team. pascom alarm server Be ready for emergencies We simplify your processes...

More information

Impact of OPC UA and Information Modeling on Monitoring Solutions. Ron DeSerranno, Founder / CEO [email protected] www.scada.

Impact of OPC UA and Information Modeling on Monitoring Solutions. Ron DeSerranno, Founder / CEO rdeserranno@b-scada.com www.scada. Impact of OPC UA and Information Modeling on Monitoring Solutions Ron DeSerranno, Founder / CEO [email protected] www.scada.com Definitions HMI Human Machine Interface SCADA Supervisory Control and

More information

PRAGMA ENGINEERING Srl. Next-Generation ATS (Sistemi ATE di Nuova Generazione)

PRAGMA ENGINEERING Srl. Next-Generation ATS (Sistemi ATE di Nuova Generazione) Rome 30/05/2007 PRAGMA ENGINEERING Srl Next-Generation ATS (Sistemi ATE di Nuova Generazione) Rome 30/05/2007 Mission & Vision Pragma Engineering supplies design and development services, manufacturing

More information

Real-time Video Monitoring Increases the Efficiency of SCADA Process Management

Real-time Video Monitoring Increases the Efficiency of SCADA Process Management Harry Hsiao, Moxa Product Manager ([email protected]) Traditional SCADA (Supervisory Control and Data Acquisition) systems have been an important part of automation control systems for many years, and

More information

System integration oriented data center. planning. In terms of ATEN's eco Sensors DCIM solution

System integration oriented data center. planning. In terms of ATEN's eco Sensors DCIM solution System integration oriented data center planning In terms of ATEN's eco Sensors DCIM solution 1. Introduction The reliability of an enterprise data center servicing either external or internal clients

More information

Efficiency Considerations of PERL and Python in Distributed Processing

Efficiency Considerations of PERL and Python in Distributed Processing Efficiency Considerations of PERL and Python in Distributed Processing Roger Eggen (presenter) Computer and Information Sciences University of North Florida Jacksonville, FL 32224 [email protected] 904.620.1326

More information

S-series SQ Controller

S-series SQ Controller DeltaV Distributed Control System Product Data Sheet December 2015 S-series SQ Controller Scalable controllers Quick assembly Easy-to-use Field proven architecture Designed for Electonic Marshalling Advanced

More information

Network Enabled Battery Health Monitoring System

Network Enabled Battery Health Monitoring System Network Enabled Battery Health Monitoring System Research Team: Fan Yang Zhengyang Liu Supervisor: Advisor: Hanlei Zhang (PhD Student) Wencong Su (PhD Student) Dr. Mo-Yuen Chow Presentation Outline Project

More information

Fire Detection System. for Wind Power Plant

Fire Detection System. for Wind Power Plant Wind power plants, along with their numerous components, represent a huge investment and having to restore a wind power plant may therefore be a financial disaster for the owners, operators and insurance

More information

Desktop Virtualization Technologies and Implementation

Desktop Virtualization Technologies and Implementation ISSN : 2250-3021 Desktop Virtualization Technologies and Implementation Pranit Patil 1, Shakti Shekar 2 1 ( Mumbai, India) 2 (Mumbai, India) ABSTRACT Desktop virtualization is new desktop delivery method

More information

NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER

NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER Understanding what a PAC is starts from the understanding of PLC. A PLC is a Programmable Logic while

More information

Quick Reference Guide: Server Hosting

Quick Reference Guide: Server Hosting : Server Hosting TABLE OF CONTENTS GENERAL INFORMATION...2 CO-LOCATED SERVER HOSTING...3 DEDICATED SERVER HOSTING...3 MANAGED SERVER HOSTING...4 FREQUENTLY ASKED QUESTIONS...4 1. Will I have root/admin

More information

OpenClovis Product Presentation

OpenClovis Product Presentation OpenClovis Product Presentation 2014 Corporate Background! Founded in 2002! Open Source business model! Profitable since 2008! $40M invested on products! Product Release 6.0 is mature and shipping! SAF

More information

Relay2 Enterprise Cloud Controller Datasheet

Relay2 Enterprise Cloud Controller Datasheet Relay2 Enterprise Cloud WLAN Network Controller Provides the power of enterprise network services without the complexities and cost of traditional hardware- based Wi- Fi controllers The Relay2 Enterprise

More information

Analytic Modeling in Python

Analytic Modeling in Python Analytic Modeling in Python Why Choose Python for Analytic Modeling A White Paper by Visual Numerics August 2009 www.vni.com Analytic Modeling in Python Why Choose Python for Analytic Modeling by Visual

More information

Microsoft Private Cloud Fast Track

Microsoft Private Cloud Fast Track Microsoft Private Cloud Fast Track Microsoft Private Cloud Fast Track is a reference architecture designed to help build private clouds by combining Microsoft software with Nutanix technology to decrease

More information

Guest Room Controls & Monitoring System. Integrated Solution for Hotels Southern Countries. www.lonix.com

Guest Room Controls & Monitoring System. Integrated Solution for Hotels Southern Countries. www.lonix.com Guest Room Controls & Monitoring System Integrated Solution for Hotels Southern Countries www.lonix.com GUEST ROOM CONTROLS & MONITORING SYSTEM INDEX 1 GENERAL... 3 1.1 SYSTEM INTEGRATION... 3 1.2 USER

More information

OpEx Advantages + Asset Optimization

OpEx Advantages + Asset Optimization OpEx Advantages + Asset Optimization Francois Ichtertz / Dominik Brand Manager FOUNDATION Fieldbus Endress+Hauser Process Solutions AG. Panos Giannakoulias Certified FF Systems Manager Endress+Hauser II

More information

zen Platform technical white paper

zen Platform technical white paper zen Platform technical white paper The zen Platform as Strategic Business Platform The increasing use of application servers as standard paradigm for the development of business critical applications meant

More information

Work Process Management

Work Process Management GE Intelligent Platforms Work Process Management Achieving Operational Excellence through Consistent and Repeatable Plant Operations With Work Process Management, organizations can drive the right actions

More information

Stateless Compute Cluster

Stateless Compute Cluster 5th Black Forest Grid Workshop 23rd April 2009 Stateless Compute Cluster Fast Deployment and Switching of Cluster Computing Nodes for easier Administration and better Fulfilment of Different Demands Dirk

More information

DATA CENTER PHYSICAL INFRASTRUCTURE

DATA CENTER PHYSICAL INFRASTRUCTURE Is your datacenter running with maximum performance? Datacenter managers have been challenged to maintain or increase availability, maximize efficiency, and optimize the use of existing capacity. However,

More information

TMA Management Suite. For EAD and TDM products. ABOUT OneAccess. Value-Adding Software Licenses TMA

TMA Management Suite. For EAD and TDM products. ABOUT OneAccess. Value-Adding Software Licenses TMA For EAD and TDM products Value-Adding Software Licenses ABOUT OneAccess OneAccess designs and develops a range of world-class multiservice routers for over 125 global service provider customers including

More information

ABB North America. Substation Automation Systems Innovative solutions for reliable and optimized power delivery

ABB North America. Substation Automation Systems Innovative solutions for reliable and optimized power delivery ABB North America Substation Automation Systems Innovative solutions for reliable and optimized power delivery Substation Automation Systems Advanced substation automation, protection and control solutions

More information

Intacore Managed IT Services

Intacore Managed IT Services Intacore Managed IT Services Reduced downtime through Proactive Managed IT Services 2 SOLUTIONS TO SUIT BUSINESSES OF ALL SHAPES AND SIZES Intacore s managed IT services prides itself on building excellent

More information

System and Storage Virtualization For ios (AS/400) Environment

System and Storage Virtualization For ios (AS/400) Environment Date: March 10, 2011 System and Storage Virtualization For ios (AS/400) Environment How to take advantage of today s cost-saving technologies for legacy applications Copyright 2010 INFINITE Corporation.

More information

Simplifying Big Data Deployments in Cloud Environments with Mellanox Interconnects and QualiSystems Orchestration Solutions

Simplifying Big Data Deployments in Cloud Environments with Mellanox Interconnects and QualiSystems Orchestration Solutions Simplifying Big Data Deployments in Cloud Environments with Mellanox Interconnects and QualiSystems Orchestration Solutions 64% of organizations were investing or planning to invest on Big Data technology

More information

In: Proceedings of RECPAD 2002-12th Portuguese Conference on Pattern Recognition June 27th- 28th, 2002 Aveiro, Portugal

In: Proceedings of RECPAD 2002-12th Portuguese Conference on Pattern Recognition June 27th- 28th, 2002 Aveiro, Portugal Paper Title: Generic Framework for Video Analysis Authors: Luís Filipe Tavares INESC Porto [email protected] Luís Teixeira INESC Porto, Universidade Católica Portuguesa [email protected] Luís Corte-Real

More information