Fast Orbit Feedback (FOFB) at Diamond

Size: px
Start display at page:

Download "Fast Orbit Feedback (FOFB) at Diamond"

Transcription

1 Fast Orbit Feedback (FOFB) at Diamond Guenther Rehm, Head of Diagnostics Group 29/06/2007 FOFB at Diamond 1

2 Ground, Girder and Beam Motion 29/06/2007 FOFB at Diamond 2

3 Fast Feedback Design Philosophy Low latency: Ensures high bandwidth for feedback, good suppression Major contribution to latency should be unavoidable group delays of filters Robust: FOFB has to perform with components failed Try to avoid single point of failure Accessible for maintenance / development: Have only what is necessary inside the FPGA Implement feedback algorithm on PowerPC boards Truly global: No slow orbit feedback to run in parallel RF frequency correction also to be calculated 29/06/2007 FOFB at Diamond 3

4 Measurement Resolution Type Application Rate BW RMS X RMS Y Slow Acq. Slow orbit feedback, response matrix measurement 10 Hz 4 Hz 45 nm 45 nm Fast Acq. Fast orbit feedback 10 khz 2 khz 140 nm 190 nm Turn-by-turn Tune measurement, betatron amplitude and phase 534 khz 267 khz 1.5 µm 3 µm All values are typical for RMS of samples in lab tests 29/06/2007 FOFB at Diamond 4

5 FOFB Overview Libera EBPM produces FA data S/s (2 khz 3dB bandwidth) RocketIO on Libera sends and forwards data at 2.12 Gbit/s using in house developed Communication Controller Communication is broadcast, no routing information PMC card with RocketIO receives data and transfers via DMA to CPU memory Dedicated CPU board (1GHz PowerPC MVME5500) performs matrix multiplication and feedback controller Resulting corrector PS values are written through VME into PS controller 29/06/2007 FOFB at Diamond 5

6 Fast Orbit Feedback Controls Network Event Network PS VME crate Diagnostics VME crate Processor PSU IF PSU IF FB Processor PMC Rocket IO Processor Event Rx PSU 1 PSU Corrector PSUs Cell -n Cell -m ebpm ebpm ebpm ebpm ebpm ebpm ebpm Cell +n Cell +m 29/06/2007 FOFB at Diamond 6

7 FOFB Installation (one of 24 cells) Corrector power supplies Power supply VME crate Diagnostics rack 29/06/2007 FOFB at Diamond 7

8 FOFB connections SC/MC/Trigger/PM fan out Galvanic SFP connections Multi mode fibre to PS rack Single mode fibre to other CIAs 29/06/2007 FOFB at Diamond 8

9 PMC interface to FOFB network 29/06/2007 FOFB at Diamond 9

10 Global Connections of FOFB 29/06/2007 FOFB at Diamond 10

11 FOFB Latencies / Bandwidth Group delay of FIR: 148 µs Group delay of 2 IIR: <71 µs Distribution of data around ring: 50 µs DMA transfer to CPU: 49 µs Conversion integer to float : 5 µs Matrix multiplication 2*7*168: 4 µs PID controller: 1 µs Write into PS controller: 3 µs Total: <331 µs Magnet/chamber estimated to have 500 Hz BW Bandwidth of PS controller currently limits loop (set to 100Hz, but programmable) calculated measured 29/06/2007 FOFB at Diamond 11

12 FOFB Performance 60mA Suppression of beam motion 29/06/2007 FOFB at Diamond 12

13 FOFB Suppression 29/06/2007 FOFB at Diamond 13

14 FOFB Performance on XBPM 29/06/2007 FOFB at Diamond 14

15 FOFB vs SOFB Orbit RMS 10um SOFB not fast enough to correct distortions introduced by ID movement, RMS orbit sometimes > 5um 1um 100nm With FOFB on RMS orbit stays <50nm 10nm 29/06/2007 FOFB at Diamond 15

16 Integrated position noise 125mA, 2/3 fill, lab test 29/06/2007 FOFB at Diamond 16

17 Libera Tuning Libera is a complex system with many clocks interacting Clocks and ratios can be adjusted or routed from different sources Some things can be done purely in software (e.g. FIR and IIR filters in FA data processing), others require FPGA changes (e.g. sync switching with external MC) Instrumentation Technologies take experience and solutions from Diamond on board, if slowly 29/06/2007 FOFB at Diamond 17

18 FIR filter improvement FA Nyquist frequency FA sampling frequency 29/06/2007 FOFB at Diamond 18

19 Total filter response (FIR+IIRs) 29/06/2007 FOFB at Diamond 19

20 Switch Delay Optimisation 29/06/2007 FOFB at Diamond 20

21 BCD and? on XBPMs 29/06/2007 FOFB at Diamond 21

22 BCD with real beam Measured on 48 primary EBPMs 29/06/2007 FOFB at Diamond 22

23 BCD with phase shift of one input Measured on one BPM in the lab (46 (35 db attenuation) 29/06/2007 FOFB at Diamond 23

24 Cable Length Differences the only two EBPMs with cable lengths equal to within 20 mm 29/06/2007 FOFB at Diamond 24

25 Synchronisation of FA data All Liberas have to produce FA data synchronously As FA is decimated from sample clock, all sample clocks need to be same frequency and decimation needs to be aligned Sample clocks are locked to externally supplied revolution clock using software daemon (lmtd) Synchronisation is achieved by announcing through control interface and supply a single start trigger on trigger input. Same method is used to start output (and time frame counter) of FA data on fast network synchronously 29/06/2007 FOFB at Diamond 25

26 Python Synchronisation Script commands to all 24 event receivers commands to all 168 EBPMs 29/06/2007 FOFB at Diamond 26

27 Starting and Stopping FOFB Calculations run distributed on 24 CPUs Synchronous starting / stopping is essential as otherwise correction is applied on part of correctors for some time All feedback CPUs communicate status (stopped, ready, running) through fast network When all are ready, feedback starts on next cycle When any is stopped, all stop on next cycle Stopping can be caused by: command out of limits for total corrector current out of limits for corrector current step (around 2 s average) out of limits for beam position 29/06/2007 FOFB at Diamond 27

28 Calculating a Pseudo Inverse Response Matrix In principle, Diamond has 168 EBPMs and 168 correctors each plane, so decoupled response matrices are 168x168 Square matrices could be directly inverted However, system should also work with fewer EBPMs or correctors Use singular value decomposition for pseudo inversion Orbit motion can then be transformed into mode space 29/06/2007 FOFB at Diamond 28

29 Response Matrix Eigen Values Condition number /06/2007 FOFB at Diamond 29

30 Orbit Motion in Mode Space 29/06/2007 FOFB at Diamond 30

31 Inversion and Conditioning Invert and Tikhonov Limit Inversion at regularization mode 72 X mode 48 Y σ n = σ σ 2 +1 n n 29/06/2007 FOFB at Diamond 31

32 Summary Libera integrates well into a FOFB system Communication Controller performs reliably and without additional hardware Feedback calculations on CPU have been relatively easy to commission Effective suppression of orbit motion demonstrated Running in user mode since 22 July 29/06/2007 FOFB at Diamond 32

33 Acknowledgements Diagnostics: Alun Morgan, Graham Cook Controls: Michael Abbott, Isa Uzun, James Rowland, Mark Heron Accelerator Physics: Ian Martin, Riccardo Bartolini External: Stephen Duncan (OU), Andrej Terebilo (SLAC), Leo Breuss (SCS) 29/06/2007 FOFB at Diamond 33

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

Real-Time Modelica Simulation on a Suse Linux Enterprise Real Time PC

Real-Time Modelica Simulation on a Suse Linux Enterprise Real Time PC Real-Time Modelica Simulation on a Suse Linux Enterprise Real Time PC Arno Ebner Martin Ganchev Helmut Oberguggenberger Franz Pirker Arsenal Research Giefinggasse 2 1210 Vienna Austria arno.ebner@arsenal.ac.at

More information

Welcome to ABB machinery drives training. This training module will introduce you to the ACS850-04, the ABB machinery drive module.

Welcome to ABB machinery drives training. This training module will introduce you to the ACS850-04, the ABB machinery drive module. Welcome to ABB machinery drives training. This training module will introduce you to the ACS850-04, the ABB machinery drive module. 1 Upon the completion of this module, you will be able to describe the

More information

ABB uses an OPAL-RT real time simulator to validate controls of medium voltage power converters

ABB uses an OPAL-RT real time simulator to validate controls of medium voltage power converters ABB uses an OPAL-RT real time simulator to validate controls of medium voltage power converters ABB is a leader in power and automation technologies that enable utility and industry customers to improve

More information

Flexible Waveform Generation Accomplishes Safe Braking

Flexible Waveform Generation Accomplishes Safe Braking Flexible Waveform Generation Accomplishes Safe Braking Just as the antilock braking sytem (ABS) has become a critical safety feature in automotive vehicles, it perhaps is even more important in railway

More information

HARDWIRE VS. WIRELESS FAILSAFE CONTROL SYSTEM. The answer is No.

HARDWIRE VS. WIRELESS FAILSAFE CONTROL SYSTEM. The answer is No. HARDWIRE VS. WIRELESS FAILSAFE CONTROL SYSTEM In today s industrial automation world, the debate continues Is wire more reliable then wireless? The answer is No. In any industrial control environment,

More information

Unidrive M600 High performance drive for induction and sensorless permanent magnet motors

Unidrive M600 High performance drive for induction and sensorless permanent magnet motors Unidrive M600 High performance drive for induction and sensorless permanent magnet motors 0.75 kw - 2.8 MW Heavy Duty (1.0 hp - 4,200 hp) 200 V 400 V 575 V 690 V Unidrive M600 features Easy click-in keypad

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

Inverted Pendulum Control: an Overview

Inverted Pendulum Control: an Overview Inverted Pendulum Control: an Overview K. Perev Key Words: Cart pendulum system; inverted pendulum; swing up control; local stabilization. Abstract. This paper considers the problem of inverted pendulum

More information

Major Upgrade Activity of the PLS in PAL: PLS-II

Major Upgrade Activity of the PLS in PAL: PLS-II Major Upgrade Activity of the PLS in PAL: PLS-II S. H. Nam on behalf of the PAL staff Pohang Accelerator Laboratory (PAL) POSTECH May 7, 2009 Particle Accelerator Conference 2009 Vancouver, British Columbia,

More information

1291BL Series Technical Specification Single Axis Position and Rate Table System

1291BL Series Technical Specification Single Axis Position and Rate Table System Datasheet 1291BL Series Technical Specification Single Axis Position and Rate Table System DESCRIPTION The Model 1291BL Single Axis Position and Rate Table System is designed to provide precise position,

More information

1291BL Series Technical Specification Single-Axis Rate and Positioning Table System

1291BL Series Technical Specification Single-Axis Rate and Positioning Table System Datasheet 1291BL Series Technical Specification Single-Axis Rate and Positioning Table System DESCRIPTION The Model 1291BL Single Axis Positioning and Rate Table System is designed to provide precise position,

More information

Allan Juul Larsen, MDT LEO9 Prime Serv Piraeus MAN Diesel & Turbo Allan Juul Larsen Examining HCU Events

Allan Juul Larsen, MDT LEO9 Prime Serv Piraeus MAN Diesel & Turbo Allan Juul Larsen Examining HCU Events Examining HCU Events HCU events from a-z Allan Juul Larsen, MDT LEO9 Prime Serv Piraeus 2017-09 < 1 > Content to cover Basics What is a HCU event (data stored and saved in case of fault, thus including

More information

D Series: UPS UPTO - 300KVA - Three / Three Phase

D Series: UPS UPTO - 300KVA - Three / Three Phase D Series: UPS UPTO - 300KVA - Three / Three Phase All in one D Series UPS High Power UPS Systems, Now in India Properties : Standard Properties 1GBT rectifier inverter technology Input power factor correction

More information

SINAMICS SM150. 4/2 Overview. 4/2 Benefits. 4/2 Design. 4/6 Function. 4/8 Selection and ordering data. 4/8 Options

SINAMICS SM150. 4/2 Overview. 4/2 Benefits. 4/2 Design. 4/6 Function. 4/8 Selection and ordering data. 4/8 Options /2 Overview /2 Benefits /2 Design /6 Function /8 Selection and ordering data /8 Options Technical data /1 General technical data /15 Control properties /15 Ambient conditions /16 Installation conditions

More information

EECS 461 Final Project: Adaptive Cruise Control

EECS 461 Final Project: Adaptive Cruise Control EECS 461 Final Project: Adaptive Cruise Control 1 Overview Many automobiles manufactured today include a cruise control feature that commands the car to travel at a desired speed set by the driver. In

More information

1.1 Block Diagram of Drive Components of Electric Drive & their functions. Power Processor / Modulator. Control. Unit

1.1 Block Diagram of Drive Components of Electric Drive & their functions. Power Processor / Modulator. Control. Unit Introduction Motion control is required in large number of industrial and domestic applications like transportations, rolling mills, textile machines, fans, paper machines, pumps, washing machines, robots

More information

An High Voltage CMOS Voltage Regulator for automotive alternators with programmable functionalities and full reverse polarity capability

An High Voltage CMOS Voltage Regulator for automotive alternators with programmable functionalities and full reverse polarity capability L. Fanucci, G. Pasetti University of Pisa P. D Abramo, R. Serventi, F. Tinfena Austriamicrosystems P. Tisserand, P. Chassard, L. Labiste - Valeo An High Voltage CMOS Voltage Regulator for automotive alternators

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

Compatibility of STPA with GM System Safety Engineering Process. Padma Sundaram Dave Hartfelder

Compatibility of STPA with GM System Safety Engineering Process. Padma Sundaram Dave Hartfelder Compatibility of STPA with GM System Safety Engineering Process Padma Sundaram Dave Hartfelder Table of Contents Introduction GM System Safety Engineering Process Overview Experience with STPA Evaluation

More information

SINAMICS GM150 IGCT version

SINAMICS GM150 IGCT version /2 Overview /2 Benefits /2 Design /6 Function /8 Selection and ordering data /8 Options Technical data /14 General technical data /15 Control properties /15 Ambient conditions /16 Installation conditions

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

Model INT July 2010

Model INT July 2010 / STM-1 Multiplexer / Demultiplexer Model T-9691 26 July 2010 Intronics, Incorporated 2020 Lafayette Boulevard Fredericksburg, Va 22401 (540) 898-4518 (Voice) (540) 898-3603 (Fax) http://www.intrnx.com

More information

MSD: Case Studies D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N

MSD: Case Studies D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N MSD: Case Studies D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N 2 0 1 4 Outline Elements and design of mechatronic systems have been described in previous sections

More information

USER INSTRUCTION FOR PROGRAMMING INVERTER FUJI FRENIC LIFT

USER INSTRUCTION FOR PROGRAMMING INVERTER FUJI FRENIC LIFT Quadri di Manovra per Ascensori Lifts Control Panels PELAZZA PEPPINO S.r.l. 20063 CERNUSCO SUL NAVIGLIO (MI) ITALY Via Ponchielli, 6/8 Tel. 02/92.31.694 Fax 02/92.42.706 Tel. 02/92.42.706 Web Site: www.pelazza.com

More information

MAS601 Design, Modeling & Simulation

MAS601 Design, Modeling & Simulation MAS601 Design, Modelling and Simulation of Mechatronic Systems, Semester 2, 2017. Page: 1 MAS601 Design, Modeling & Simulation Hardware-In-the-Loop Simulation Bond Graph 20-Sim Siemens PLC ET200S G. Hovland

More information

Active Isolation System AIS

Active Isolation System AIS Active Isolation System AIS Active electronic-pneumatic vibration insulation system with powerful real-time control for the highest demands on effective insulation, deflection and constant level. n Active

More information

EPS/ELA-Series User Manual EPS/ELA 250W

EPS/ELA-Series User Manual EPS/ELA 250W EPS/ELA-Series User Manual EPS/ELA 250W EPS Stromversorgung GmbH Tel: +49 (0)821 570451 0 Index 3 Page: 1 Table of contents: Page 1. Features of ELA-Series... 3 1.1 Basic Functions... 3 1.2 Options...

More information

URM-00 TRAINING MODULE FOR INDUSTRIAL ELECTRIC MOTORS FOR MAIN DRIVE AND CONTROL CIRCUITS EDUCATIONAL KIT TO STUDY MOTORS CONTROL AND PROTECTION

URM-00 TRAINING MODULE FOR INDUSTRIAL ELECTRIC MOTORS FOR MAIN DRIVE AND CONTROL CIRCUITS EDUCATIONAL KIT TO STUDY MOTORS CONTROL AND PROTECTION URM-01/PP Stepper motor URM-02/CC DC motor (2-quadrant) URM-03/CA AC three-phase motor URM-04/BL Brushless motor URM-05/4Q DC motor (4-quadrant) URM-06/PS Speed and position DC motor URM-SMC Multifunzional

More information

Linac Girder R&D. C. Boffo E. Borissov H. Carter. Fermilab, Technical Division RF Technology and Development Group

Linac Girder R&D. C. Boffo E. Borissov H. Carter. Fermilab, Technical Division RF Technology and Development Group C. Boffo E. Borissov H. Carter Fermilab, Technical Division RF Technology and Development Group F. Le Pimpec A. Seryi C. Adolphsen SLAC T. Khabiboulline FNAL C. Boffo Slide 1/27 OUTLINE Strongbacks for

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

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

UNITROL 6800 excitation systems Proven performance solutions

UNITROL 6800 excitation systems Proven performance solutions UNITROL 6800 excitation systems Proven performance solutions Setting the standard ABB is the world leading volume supplier of UNITROL automatic voltage regulators (AVR) and static excitation systems (SES)

More information

Topics on Compilers. Introduction to CGRA

Topics on Compilers. Introduction to CGRA 4541.775 Topics on Compilers Introduction to CGRA Spring 2011 Reconfigurable Architectures reconfigurable hardware (reconfigware) implement specific hardware structures dynamically and on demand high performance

More information

Powertrain Control Software A Modular (or à la carte) Approach. Powertrain Control Software, A Modular Approach Marco Fracchia, Vocis Ltd

Powertrain Control Software A Modular (or à la carte) Approach. Powertrain Control Software, A Modular Approach Marco Fracchia, Vocis Ltd Powertrain Control Software A Modular (or à la carte) Approach Vocis Specialists in: Transmission and Driveline Control System Engineering; software, hydraulic & electrical actuation systems Vehicle integration

More information

SECTION A DYNAMICS. Attempt any two questions from this section

SECTION A DYNAMICS. Attempt any two questions from this section SECTION A DYNAMICS Question 1 (a) What is the difference between a forced vibration and a free or natural vibration? [2 marks] (b) Describe an experiment to measure the effects of an out of balance rotating

More information

UPS Wizard User s Manual

UPS Wizard User s Manual 1. The communication cable M2502: This is a special designed cable for the communication of UPS with your PC; only connecting with the correct cable, the PC can detect the UPS. 2. The main window of the

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

ISA Intimidator. July 6-8, Coronado Springs Resort Walt Disney World, Florida

ISA Intimidator. July 6-8, Coronado Springs Resort Walt Disney World, Florida ISA Intimidator 10 th Annual Intelligent Ground Vehicle Competition July 6-8, 2002- Coronado Springs Resort Walt Disney World, Florida Faculty Advisor Contact Roy Pruett Bluefield State College 304-327-4037

More information

Power Safety. Protect 8. Industrial UPS. Protect 8.31 Single Phase output 10 kva 120 kva. Protect 8.33 Three Phase output 10 kva 120 kva

Power Safety. Protect 8. Industrial UPS. Protect 8.31 Single Phase output 10 kva 120 kva. Protect 8.33 Three Phase output 10 kva 120 kva Power Safety Protect 8. Industrial UPS Protect 8.31 Single Phase output 10 kva 120 kva Protect 8.33 Three Phase output 10 kva 120 kva 400 V AC input 220 V DC The Building Block UPS Engineering is our Business

More information

SMD10 SMD11 SMD15 SMD30

SMD10 SMD11 SMD15 SMD30 SMD10 SMD11 SMD15 SMD30 Step Motor Drivers User Manual JVL Industri Elektronik A/S - January 1992 LB0009-02GB Revision 11th Feb 98 Contents 1.1 Introduction 2 1.2 Overview of Driver Models 3 1.3 Front

More information

MANUAL TROUBLESHOOTING. ECM Motor. ECM / ECM-DX Series. v100 Issue Date: 08/15/ Price Industries Limited. All rights reserved.

MANUAL TROUBLESHOOTING. ECM Motor. ECM / ECM-DX Series. v100 Issue Date: 08/15/ Price Industries Limited. All rights reserved. MANUAL ECM Motor ECM / ECM-DX Series v100 Issue Date: 08/15/17 2017 Price Industries Limited. All rights reserved. ECM MOTOR TABLE OF CONTENTS ECM Motor Background...1 ECM Motor Power and Control Connectors...2

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

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

Transmitted by the expert from the European Commission (EC) Informal Document No. GRRF (62nd GRRF, September 2007, agenda item 3(i))

Transmitted by the expert from the European Commission (EC) Informal Document No. GRRF (62nd GRRF, September 2007, agenda item 3(i)) Transmitted by the expert from the European Commission (EC) Informal Document No. GRRF-62-31 (62nd GRRF, 25-28 September 2007, agenda item 3(i)) Introduction of Brake Assist Systems to Regulation No. 13-H

More information

Twin Line. Motion control

Twin Line. Motion control Twin Line Catalogue June Motion control This document provided by Barr-Thorp Electric Co., Inc. 8-473-913 Contents Twin Line motion control Twin Line range b Presentation...page b Associations of SER brushless

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

Unidrive M700 Class leading performance with onboard real-time Ethernet

Unidrive M700 Class leading performance with onboard real-time Ethernet Unidrive M Class leading performance with onboard real-time Ethernet. kw -.8 MW Heavy Duty (. hp -, hp) V V V 9 V Unidrive M features Easy click-in keypad connection Range of multi-language LCD keypads

More information

The CU Beam Test at CERN Status Report and highlights from workshop II

The CU Beam Test at CERN Status Report and highlights from workshop II The CU Beam Test at CERN Status Report and highlights from workshop II Luca Latronico luca.latronico@pi.infn.it LAT C&A Meeting May 22 2006 GLAST LAT Project LAT C&A Meeting 5/22/2006 Beam Test Schedule

More information

zub A Software Kernel for Servo Drives and Frequency Converters machine control AG

zub A Software Kernel for Servo Drives and Frequency Converters machine control AG A Software Kernel for Servo Drives and Frequency Converters zub machine control AG zub machine control AG Buzibachstrasse 31, CH-6023 Rothenburg, Switzerland Phone +41 41 54150-40 Fax +41 41 54150-49 info@zub.ch

More information

Faraday s Law of Induction III

Faraday s Law of Induction III Faraday s Law of Induction III Physics 2415 Lecture 21 Michael Fowler, UVa Today s Topics More on Faraday s Law of Induction Generators Back emf and Counter Torque Transformers General form of Faraday

More information

Improvement of hydraulic control quality for deep drawing presses through retrofit

Improvement of hydraulic control quality for deep drawing presses through retrofit Improvement of hydraulic control quality for deep drawing presses through retrofit Speaker: M. Helmke TRsystems GmbH 09.03.2016 10 th International Fluid Power Conference Outline & Introduction Outline

More information

KEOR HP. THREE-PHASE UPS from 100 to 800 kva GLOBAL SPECIALIST IN ELECTRICAL AND DIGITAL BUILDING INFRASTRUCTURES

KEOR HP. THREE-PHASE UPS from 100 to 800 kva GLOBAL SPECIALIST IN ELECTRICAL AND DIGITAL BUILDING INFRASTRUCTURES KEOR HP THREE-PHASE from 100 to 800 kva GLOBAL SPECIALIST IN ELECTRICAL AND DIGITAL BUILDING INFRASTRUCTURES Legrand SUPERIOR PERFORMANCE SERVICE CONTINUITY AND ENERGY EFFICIENCY Legrand, world leader

More information

Wheel Torque Transducer WTT-D x

Wheel Torque Transducer WTT-D x Wheel Torque Transducer WTT-D compact robust wireless Waterproof wheel torque transducer with telemetric signal transmission productive testing www.caema.de Advantages Driving in all weather conditions

More information

Standard Drives A & D SD Application Note

Standard Drives A & D SD Application Note SENSORLESS VECTOR CONTROL (SVC) Version A, 30.07.99 More detail of Vector Control principles are explained in DA64 Section 2. Some examples of SVC are given in Sections 4.2, 4.3 and 4.4. The MICROMASTER

More information

ReCoSoC Experimental Fault Injection based on the Prototyping of an AES Cryptosystem

ReCoSoC Experimental Fault Injection based on the Prototyping of an AES Cryptosystem ReCoSoC 2010 5th International Workshop on Reconfigurable Communication-centric Systems on Chip Experimental Fault Injection based on the Prototyping of an AES Cryptosystem Jean- Baptiste Rigaud Jean-Max

More information

» Sophisticated» Reliable» Intelligent

» Sophisticated» Reliable» Intelligent PowerGem Pro Series Single and Three Phase Input & Single Phase Output True Online Double Conversion UPS 6kVA 30kVA PowerGem Pro Series» Sophisticated» Reliable» Intelligent VFI The PowerGem Pro is the

More information

Testing Energy Storage Systems: From EVs to Utility Grid

Testing Energy Storage Systems: From EVs to Utility Grid Testing Energy Storage Systems: From EVs to Utility Grid Jonathan P. Murray Business Development Manager 2008 Bloomy Controls. All Rights Reserved Agenda Energy storage system landscape Electric vehicle

More information

Static frequency converter couples US paper mill s 25-Hz and 60-Hz electricity grids

Static frequency converter couples US paper mill s 25-Hz and 60-Hz electricity grids Static frequency converter couples US paper mill s 2-Hz and 0-Hz electricity grids Before 0 Hz was adopted as the standard frequency for electricity distribution in the USA, power companies across the

More information

UPGRADE PROGRAM. V141 Series Pumps vs Turbo-301 Series Pumps. Technical Memo

UPGRADE PROGRAM. V141 Series Pumps vs Turbo-301 Series Pumps. Technical Memo UPGRADE PROGRAM V141 Series Pumps vs Turbo-301 Series Pumps Technical Memo INDEX Outline drawings ISO63 3 Outline drawings CF4-½ 6 Outline drawings ISO100 10 Outline drawings CF6 12 Technical Specification

More information

3-phase 400 V 0.4 to 630 kw. High Performance Multifunctional Inverter

3-phase 400 V 0.4 to 630 kw. High Performance Multifunctional Inverter 3-phase 400 V 0.4 to 630 kw High Performance Multifunctional Inverter The performance reaching the peak in the industry The performance reaching the peak in the industry FRENIC-MEGA is a high performance,

More information

Performance of Small-Gap Undulators at the SLS Intermediate Energy Storage Ring

Performance of Small-Gap Undulators at the SLS Intermediate Energy Storage Ring Performance of Small-Gap Undulators at the SLS Intermediate Energy Storage Ring Gerhard Ingold Paul Scherrer Institut Laboratory for Synchrotron Radiation FEMTO Group New Frontiers in Insertion Devices

More information

Industrial PFC UPS System

Industrial PFC UPS System Based on Statron s leading A.T.I.S. (Advanced Technology Industrial System) platform, the S3000 range is a true-industrial UPS system using the latest Power Factor Corrected (PFC) IGBT rectifier technology.

More information

ALBA Power Supplies Activities. R. Petrocelli D. Alloza

ALBA Power Supplies Activities. R. Petrocelli D. Alloza ALBA Power Supplies Activities Magnet Power Supply System Overview 2 Distribution of Power Supplies in Service Area 3 4 5 OVERVIEW OF STORAGE RING POWER SUPPLIES MAGNET QUANTITY Nº PS SPARE Current (A)

More information

SME S.p.A. Via della Tecnica, n Arzignano (VI) - ITALY Phone:+39 (0444) Fax: +39 (0444)

SME S.p.A. Via della Tecnica, n Arzignano (VI) - ITALY Phone:+39 (0444) Fax: +39 (0444) AC Induction Motor Controller DATASHEET (Rev. 1.4: April 2015) SME S.p.A. Via della Tecnica, n 40 36071 Arzignano (VI) - ITALY Phone:+39 (0444) 470511 Fax: +39 (0444) 451803 www.grupposme.com Model AC-M1

More information

TECHNICAL BULLETIN. Logix 510si Series Digital Positioner. Experience In Motion FCD LGENTB /09

TECHNICAL BULLETIN. Logix 510si Series Digital Positioner. Experience In Motion FCD LGENTB /09 Logix 510si Series Digital Positioner TECHNICAL BULLETIN FCD LGENTB0510-01 09/09 Experience In Motion Introduction The Logix 510si series are single acting, user-friendly digital positioners. As all positioners

More information

Qingdao Zener Electric Co., Ltd

Qingdao Zener Electric Co., Ltd Traction inverter, Power Supply, Emergency ventilation inverter for Light rail train Qingdao Zener Electric Co., Ltd Part 1 Power Supply for the Overhead Traction Line Introduction Conventional power supply

More information

ST48-WHUV.102. Wiring diagram. Product description. PID controller. Order number

ST48-WHUV.102. Wiring diagram. Product description. PID controller. Order number ST48-WHUV.12 PID controller Order number 935.15 Wiring diagram Product description This micro-processed controller serves for temperature control at high measuring accuracy. Beside resistance sensors and

More information

Lenze. Global Drive 9300 servo inverters kw

Lenze. Global Drive 9300 servo inverters kw 401 870 Global Drive 9300 servo inverters 0.37 75 kw 9300 servo inverter flexible and modern automation High-performance 9300 servo inverters with a matching motor program form a perfect drive system.

More information

CP-250E-60/72-208/240-MC4 Microinverter with Modular Trunk Cable

CP-250E-60/72-208/240-MC4 Microinverter with Modular Trunk Cable CP-250E-60/72-208/240-MC4 Microinverter with Modular Trunk Cable Chilicon Power Aug 2016 1 CONTENTS CP-250E Microinverter System... 3 The CP-100 Cortex Gateway... 3 Important Safety Information... 4 Inverter

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

RVS-DN Digital Reduced Voltage Motor Starter

RVS-DN Digital Reduced Voltage Motor Starter RVS-DN Digital Reduced Voltage Motor Starter Specification Guide Specification Guide Contents 1.0 Introduction 2.0 Specifications 2.1 Standard Performance Features 2.2 Standard Protection Features 2.3

More information

pag. 5 pag. 8 Who we are: evolution sectors pag. 11 pag. 14 Designation pag. 27 Versions pag. 18 pag. 31 Accessories and Options pag.

pag. 5 pag. 8 Who we are: evolution sectors pag. 11 pag. 14 Designation pag. 27 Versions pag. 18 pag. 31 Accessories and Options pag. 1 2 1 pag. 4 2 pag. 5 3 pag. 7 4 pag. 8 Who we are: evolution Introduction Industry sectors Plus & Benefit 5 pag. 10 6 pag. 11 7 pag. 12 8 pag. 14 Designation Compliance Directives and Standards Operating

More information

WHITE PAPER. Informatica PowerCenter 8 on HP Integrity Servers: Doubling Performance with Linear Scalability for 64-bit Enterprise Data Integration

WHITE PAPER. Informatica PowerCenter 8 on HP Integrity Servers: Doubling Performance with Linear Scalability for 64-bit Enterprise Data Integration WHITE PAPER Informatica PowerCenter 8 on HP Integrity Servers: Doubling Performance with Linear Scalability for 64-bit Enterprise Data Integration This document contains Confi dential, Proprietary and

More information

Electron Beam Alignment Strategy in the LCLS Undulators

Electron Beam Alignment Strategy in the LCLS Undulators Electron Beam Alignment Strategy in the LCLS Undulators Undulator Overview Tolerances Controls Monitoring Alignment Diagnostics System Task Scheduling August 31, 2006 Collaborators: Georg L. Gassner Paul

More information

HS CYCLIC CUM STATIC TRIAXIAL TEST SYSTEM

HS CYCLIC CUM STATIC TRIAXIAL TEST SYSTEM HS28.610 CYCLIC CUM STATIC TRIAXIAL TEST SYSTEM Meets the essential requirements of ASTM-5311/3999 Introduction The system is a highly advanced combination of hydraulic and pneumatic technology where σ1

More information

HVAC Products. Introducing the SED2 Variable Frequency Drives

HVAC Products. Introducing the SED2 Variable Frequency Drives HVAC Products Introducing the SED2 Variable Frequency Drives Designed Specifically for HVAC Applications From a global leader in drives technology and innovation, now comes a drive specifically configured

More information

ALTIVAR 58 AC Drives

ALTIVAR 58 AC Drives Class 8806 / 8839 / 8998 CONTENTS Schneider Electric Brands Page ALTIVAR 58 AC Drives............................................... 3 Drives Overview...................................................

More information

Series. On-line, Single-phase Parallel Redundant UPS System. 6 and 10 kva Rack Mount. Your Tailored Power Solutions Provider TM

Series. On-line, Single-phase Parallel Redundant UPS System.   6 and 10 kva Rack Mount. Your Tailored Power Solutions Provider TM Series 6 and 10 kva Rack Mount On-line, Single-phase Parallel Redundant UPS System n Power range and runtime scalability n Full-time Digital Signal Processor Control n LCD/LED mimic panel n Easy-to-set

More information

ELECTROMECHANICAL OPTIMIZATION AGAINST TORSIONAL VIBRATIONS IN O&G ELECTRIFIED TRAINS MICHELE GUIDI [GE O&G] ALESSANDRO PESCIONI [GE O&G]

ELECTROMECHANICAL OPTIMIZATION AGAINST TORSIONAL VIBRATIONS IN O&G ELECTRIFIED TRAINS MICHELE GUIDI [GE O&G] ALESSANDRO PESCIONI [GE O&G] ELECTROMECHANICAL OPTIMIZATION AGAINST TORSIONAL VIBRATIONS IN O&G ELECTRIFIED TRAINS MICHELE GUIDI [GE O&G] ALESSANDRO PESCIONI [GE O&G] Topics INTRODUCTION - Mechanical vibrations in electrified trains

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

SHOCK ABSORBER/DAMPER TESTING MACHINE

SHOCK ABSORBER/DAMPER TESTING MACHINE SHOCK ABSORBER/DAMPER TESTING MACHINE Dampening force of a shock absorber is directly proportional to velocity and this parameter needs to be precisely controlled. A small variation of 1mm in a stroke

More information

IRT 4000 AT-S/M/L. Technical Manual. quality IN MOTION. quality IN MOTION

IRT 4000 AT-S/M/L. Technical Manual. quality IN MOTION.   quality IN MOTION IRT quality IN MOTION www.irtsa.com 4000 AT-S/M/L Technical Manual IRT quality IN MOTION E2 0 8 4 1 5 September 2013-Rev. 5 UL Requirements Drives Series 2000 / 4000 AT 1. Field wiring terminal to use

More information

BASIC MECHATRONICS ENGINEERING

BASIC MECHATRONICS ENGINEERING MBEYA UNIVERSITY OF SCIENCE AND TECHNOLOGY Lecture Summary on BASIC MECHATRONICS ENGINEERING NTA - 4 Mechatronics Engineering 2016 Page 1 INTRODUCTION TO MECHATRONICS Mechatronics is the field of study

More information

magellan commercial UPS solutions Magellan Power Modular - Flexible UPS

magellan commercial UPS solutions Magellan Power Modular - Flexible UPS magellan commercial UPS solutions Magellan Power Modular - Flexible UPS Commercial UPS Solutions 2 MPM3320-60kVA MPM3320-100kVA MPM3320-200kVA MPM3340-400kVA MPM3340-520kVA 2015 W www.magellan-power.com.au

More information

Tractor/Implement Electrification: Opportunities and Challenges

Tractor/Implement Electrification: Opportunities and Challenges Tractor/Implement Electrification: Opportunities and Challenges Prof. Dr. Jens Onno Krah, Cologne Univ. of Applied Sciences Dr. Joachim Sobotzik, Ag&Turf Global Platform Services, ETIC Mark Hambloch, PE

More information

Technologies & Products Press Conference LeaXield Active filter for leakage current minimization

Technologies & Products Press Conference LeaXield Active filter for leakage current minimization Technologies & Products Press Conference 2014 LeaXield Active filter for leakage current minimization Andrew Tucker Automotive & Power Conversion Solutions Magnetics Business Group November 12, 2014 Leakage

More information

BROCHURE. ABB drives for HVAC applications ACH550, 1 to 550 Hp

BROCHURE. ABB drives for HVAC applications ACH550, 1 to 550 Hp BROCHURE ABB drives for HVAC applications ACH550, 1 to 550 Hp 2 Peace of mind - built-in Built-in timers External timer circuits are no longer needed. Built-in timers, utilizing the real-time clock, allow

More information

Vehicle Powertrain Dynamometer

Vehicle Powertrain Dynamometer Vehicle Powertrain Dynamometer Tender Documentation 1 Contents Description of the dynamometer... 3 Summary... 3 motors specification of the dynamometer for differentials... 4 Technical specification power

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

Three Phase UPS Systems Range: 10 to 500kVA

Three Phase UPS Systems Range: 10 to 500kVA Three Phase UPS Systems Range: 10 to 500kVA Three Phase UPS Systems Hitachi Hi-Rel Power Electronics Pvt. Ltd. is in the business of Industrial UPS Systems since 1987 and has rich experience in supplying

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

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

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

To put integrity before opportunity To be passionate and persistent To encourage individuals to rise to the occasion

To put integrity before opportunity To be passionate and persistent To encourage individuals to rise to the occasion SignalQuest, based in New Hampshire, USA, designs and manufactures electronic sensors that measure tilt angle, acceleration, shock, vibration and movement as well as application specific inertial measurement

More information

Learn to Design with Stratix III FPGAs Programmable Power Technology and Selectable Core Voltage

Learn to Design with Stratix III FPGAs Programmable Power Technology and Selectable Core Voltage Learn to Design with Stratix III FPGAs Programmable Power Technology and Selectable Core Voltage Vaughn Betz and Sanjay Rajput Copyright 2007 Altera Corporation Agenda The power challenge Stratix III power

More information

MGL Avionics EFIS G2 and iefis

MGL Avionics EFIS G2 and iefis MGL Avionics EFIS G2 and iefis Guide to using the MGL RDAC CAN interface with the LAD AERO Injection Kit on ROTAX 912-912S General... 3 Data connections... 3 LAD AERO ROTAX 912 engine data from ECU...

More information

Magellan Utility Scale Energy Storage

Magellan Utility Scale Energy Storage Magellan Utility Scale Energy Storage MAGELLAN ESU 2 Supplying industry since 1992 Built for harsh environments Rugged industrial design Magellan Power ESU Series of Utility Scale Energy Storage combines

More information

Date Author(s) Change(s) Status

Date Author(s) Change(s) Status Plasma Control Technologies Service Bulletin-60 Overview Integrated Drive Document history Doc. Rev. Date Author(s) Change(s) Status 1.0 2007-03-30 O. Lehmann Initial document released 1.1 2010-06-25 A.

More information

DYNEO Synchronous motors with permanent magnets-drive Commissioning

DYNEO Synchronous motors with permanent magnets-drive Commissioning Synchronous motors with permanent magnets-drive NOTE LEROY-SOMER reserves the right to modify the characteristics of its products at any time in order to incorporate the latest technological developments.

More information