Experiment

Size: px
Start display at page:

Download "Experiment"

Transcription

1 Experiment An Overview Many thanks to the colleagues in the four experiments and the EN/ICE group, in particular: ALICE: Franco Carena, Vasco Chibante Barroso (DAQ), Andre Augustinus (DCS) ATLAS: Giovanna Lehmann Miotto (DAQ), Stefan Schlenker (DCS) CMS: Hannes Sakulin, Andrea Petrucci (DAQ), Frank Glege (DCS) JCOP: Fernando Varela Rodriguez

2 The LHC Experiments 2

3 Control System Scope DCS Devices (HV, LV, GAS, Cooling, etc.) Detector Channels Control System Trigger Timing Front End Electronics Readout Boards High Level Trigger (Farm) Storage DQ Monitoring DAQ External Systems (LHC, Technical Services, Safety, etc) 3

4 Control System Tasks Configuration Selecting which components take part in a certain Activity Loading of parameters (according to the Activity ) Control core Sequencing and Synchronization of operations across the various components Monitoring, Error Reporting & Recovery Detect and recover problems as fast as possible Monitor operations in general Monitor Data Quality User Interfacing Allow the operator to visualize and interact with the system 4

5 Some Requirements Large number of devices/io channels Need for Distributed Hierarchical Control De-composition in Systems, sub-systems,, Devices Maybe: Local decision capabilities in sub-systems Large number of independent teams and very different operation modes Need for Partitioning Capabilities (concurrent usage) High Complexity & (few) non-expert Operators Need for good Diagnostics tools and if possible Automation of: Standard Procedures Error Recovery Procedures And for Intuitive User Interfaces + Scalability, reliability, maintainability, etc. 5

6 History None of this is really new Ex.: At LEP (in the 80s/90s) both ALEPH and DELPHI Control Systems: Were Distributed & Hierarchical Systems, implemented Partitioning, were highly Automated and were operated by few shifters: 〡 ALEPH: 〡 DELPHI: 2 (Shift Leader, Data Quality) 3 (Run Control, Slow Control, Data Quality) ALEPH: DEXPERT DELPHI: Big Brother 6

7 LHC Exp. Commonalities Joint COntrols Project (JCOP) A common project between the four LHC experiments and a CERN Control Group (IT/CO -> EN/ICE) Mandate (1997/1998): Scope: Provide a common DCS for all 4 experiments in a resource effective manner Define, select and/or implement as appropriate the architecture, framework and components required to build the control system DCS - Detector Control System (at least) Main Deliverable: JCOP Framework (JCOP FW) Major Success! Still active 7

8 LHC Exp. Differences Basically the Control of everything else: DAQ, Trigger, etc. -> Run Control Design Principles Similar requirements, different emphasis, for example: ATLAS: Large detector -> Scalability CMS: Many users -> Web Based LHCb: Few shifters -> Integration, homogeneity ALICE: Many sub-detectors -> Customization, Flexibility 8

9 Architecture & Scope ALICE ECS LHC DCS Trigger& Timing HLT DAQ Status & Alarms Commands INFR. DCS SubDetN DCS Central DAQ DAQ SubDet2 DAQ SubDetN DAQ TEMP LV GAS FEE RO LV Dev1 LV Dev2 LV DevN FEE Dev1 FEE Dev2 FEE DevN JCOP FW ALICE DAQ FW Other Tools 9

10 Architecture & Scope ATLAS LHC DCS Run Control Status & Alarms Commands INFR. DCS SubDetN DCS Trigger& Timing HLT DAQ DAQ SubDet2 DAQ SubDetN DAQ TEMP LV GAS FEE RO LV Dev1 LV Dev2 LV DevN FEE Dev1 FEE Dev2 FEE DevN JCOP FW ATLAS DAQ FW Other Tools 10

11 CMS Architecture & Scope LHC DCS Run Control Status & Alarms Commands INFR. DCS SubDetN DCS Trigger& Timing HLT DAQ DAQ SubDet2 DAQ SubDetN DAQ TEMP LV GAS FEE RO LV Dev1 LV Dev2 LV DevN FEE Dev1 FEE Dev2 FEE DevN JCOP FW CMS DAQ FW Other Tools 11

12 LHCb Architecture & Scope ECS LHC DCS Run Control Status & Alarms Commands INFR. DCS SubDetN DCS Trigger& Timing HLT DAQ DAQ SubDet2 DAQ SubDetN DAQ TEMP LV GAS FEE RO LV Dev1 LV Dev2 LV DevN FEE Dev1 FEE Dev2 FEE DevN JCOP FW Other Tools 12

13 Tools & Components Main Control System Components: Communications Device Access and Message Exchange between processes Finite State Machines System Description, Synchronization and Sequencing Expert System Functionality Error Recovery, Assistance and Automation Databases Configuration, Archive, Conditions, etc. User Interfaces Visualization and Operation Other Services: Process Management (start/stop processes across machines) Resource Management (allocate/de-allocate common resources) Logging, etc. 13

14 Frameworks JCOP FW (All Experiments DCSs + LHCb) ALICE ATLAS CMS Based on SCADA System PVSS II (Now Siemens WinCC-OA) Comms, FSM, UI, UI builder, Configuration, Archive, HW Access, Alarms, etc. (also guidelines and ready-made components for many types of equipment) DAQ: DATE (Data Acquisition and Test Environment) Comms, FSM, UI, Logging, etc. DAQ: Set of high-level Services + Sub-Detector FW: RodCrateDAQ Comms, FSM, UI, Configuration, Monitoring, + HW Access libraries Control: RCMS (Run Control and Monitoring System) Comms, FSM, UI, Configuration, Archive DAQ: XDAQ (DAQ Software Framework) Comms, FSM, UI, Hw Access, Archive 14

15 Communications Each experiment chose one ALICE DAQ: DIM (mostly within the FSM toolkit) Mostly for Control, some Configuration and Monitoring ATLAS DAQ: CORBA (under IPC and IS packages) IPC (Inter Process Comm.) for Control and Configuration IS (Information Service) for Monitoring CMS DAQ: Web Services (used by RCMS, XDAQ) RCMS for Control XDAQ for Configuration XMAS (XDAQ Monitoring and Alarm System) for Monitoring LHCb & DCSs: PVSSII+drivers+DIM (within JCOP FW) PVSSII offers many drivers (most used in DCS is OPC) LHCb DAQ: DIM for Control, Configuration and Monitoring 15

16 Communications All Client/Server mostly Publish/Subscribe Difficult to compare (different paradigms ) DIM is a thin layer on top of TCP/IP ATLAS IPC is a thin layer on top of CORBA 〡 Both provide a simple API, a Naming Service and error recovery CMS RCMS & XDAQ use WebServices (XML/Soap) 〡 Remote Procedure Call (RPC) like, also used as Pub./Sub. OPC is based on Microsoft s OLE, COM and DCOM DIM Efficient, Easy to use Home made CORBA Efficient, Easy to use (via API) Not so popular anymore Web Services Standard, modern protocol Performance: XML overhead OPC Industry Standard Only Windows (-> OPC UA) ATLAS IS, CMS XMAS and PVSS II in the DCSs and LHCb work as data repositories (transient and/or permanent) to be used by clients (UIs, etc.) 16

17 Finite State Machines All experiments use FSMs In order to model the system behaviour: For Synchronization, Sequencing, in some cases also for Error Recovery and Automation of procedures ALICE DAQ: SMI++ FSM for all sub-systems provided centrally (can be different) ATLAS DAQ: CHSM -> CLIPS -> C++ FSM for all sub-systems provided centrally (all the same) CMS DAQ: Java for RCMS, C++ for XDAQ Each sub-system provided specific transition code (Java/C++) LHCb & DCSs: SMI++ (integrated in the JCOP FW) LHCb: FSM provided centrally, sub-systems can modify template graphically 17

18 FSM Model Design Two Approaches: Few, coarse-grained States: Generic actions are sent from the top 〡 Each sub-system synchronizes it s own operations to go to the required state The top-level needs very little knowledge of the sub-systems Assumes most things can be done in parallel Followed by most experiments (both DAQ & DCS) 〡 Ex: CMS States from ground to Running: Initial -> Halted -> Configured -> Running Many, fine-grained States Every detailed transition is sequenced from the top The top-level knows the details of the sub-systems Followed by ALICE DAQ (20 to 25 states, 15 to get to Running) ERROR Recover Configure StartRun NOT_READY READY RUNNING Reset StopRun 18

19 Expert System Functionality Several experiments saw the need Approach: We are in the mess, how do we get out of it? No Learning Used for: Advising the Shifter ATLAS, CMS Automated Error Recovery ATLAS, CMS, LHCb, ALICE (modestly) Completely Automate Standard Operations LHCb, and within the DCSs 19

20 Expert System Functionality ATLAS CLIPS for Error Recovery CMS Central and distributed, domain specific, rules Used by experts only, sub-system rules on request Esper for Shifter Assistant Centralised, global Complex Event Processing Moving more towards this approach Java (within RCMS) for Error recovery and Automation Perl for DAQ Doctor Rules are hardcoded by experts LHCb & DCSs (within JCOP FW) + ALICE (in standalone) SMI++ for Error Recovery and Automation Distributed FSM and Rule based system Sub-systems use it for local rules, central team for top-level rules 20

21 Expert System Functionality Decision Making, Reasoning, Approaches Decentralized (Ex.: SMI++) Bottom-up: Sub-systems react only to their children 〡 In an event-driven, asynchronous, fashion Distributed: Each Sub-System can recover its errors 〡 Normally each team knows how to handle local errors Hierarchical/Parallel recovery Scalable Centralized (Ex.: Esper) All rules in the same repository, one central engine 21

22 Online Databases Three main logical Database concepts in the Online System Config. Experiment s HW & SW Control System PVSS Archive Cond. To Offline But naming, grouping and technology can be different in the different experiments 22

23 Online Databases Three main logical Database concepts in the Online System Config. Experiment s HW & SW Control System PVSS Archive Cond. To Offline But naming, grouping and technology can be different in the different experiments 23

24 Online Databases Three main logical Database concepts in the Online System Config. Experiment s HW & SW Configuration settings for a running mode Control System PVSS Archive Cond. To Offline But naming, grouping and technology can be different in the different experiments 24

25 Online Databases Three main logical Database concepts in the Online System Config. Experiment s HW & SW Configuration settings for a running mode Control System PVSS Archive Cond. To Offline But naming, grouping and technology can be different in the different experiments 25

26 Online Databases Three main logical Database concepts in the Online System Config. Experiment s HW & SW Configuration settings for a running mode Monitoring data (at regular intervals) Control System PVSS Archive Cond. To Offline But naming, grouping and technology can be different in the different experiments 26

27 Online Databases Three main logical Database concepts in the Online System Config. Experiment s HW & SW Configuration settings for a running mode Monitoring data (at regular intervals) Control System PVSS Archive Cond. To Offline But naming, grouping and technology can be different in the different experiments 27

28 Online Databases Three main logical Database concepts in the Online System Config. Experiment s HW & SW Configuration settings for a running mode Monitoring data (at regular intervals) Control System PVSS if History needed Archive Cond. To Offline But naming, grouping and technology can be different in the different experiments 28

29 Online Databases Three main logical Database concepts in the Online System Config. Experiment s HW & SW Configuration settings for a running mode Monitoring data (at regular intervals) Control System PVSS if History needed Archive Cond. To Offline But naming, grouping and technology can be different in the different experiments 29

30 Online Databases Three main logical Database concepts in the Online System Config. Experiment s HW & SW Configuration settings for a running mode Monitoring data (at regular intervals) Control System PVSS if History needed if needed by Offline Archive Cond. To Offline But naming, grouping and technology can be different in the different experiments 30

31 Online Databases Three main logical Database concepts in the Online System Config. Experiment s HW & SW Configuration settings for a running mode Monitoring data (at regular intervals) Control System PVSS if History needed if needed by Offline Archive Cond. To Offline But naming, grouping and technology can be different in the different experiments 31

32 Online Databases Three main logical Database concepts in the Online System Config. Experiment s HW & SW Configuration settings for a running mode Monitoring data (at regular intervals) if needed for next run settings (Pedestal Followers) Control System PVSS if History needed if needed by Offline Archive Cond. To Offline But naming, grouping and technology can be different in the different experiments 32

33 User Interfacing Types of User Interfaces Alarm Screens and/or Message Displays Monitoring Displays Run Control & DCS Control 33

34 Run Control ALICE: Tcl/Tk ATLAS: Java (modular) LHCb: JCOP FW (UI builder) CMS: Web Tools (JavaScript+HTML) 34

35 Detector Control System JCOP FW ALICE ATLAS CMS LHCb 35

36 Operations Experiment Operations Shifters: ALICE: 4 (SL, DCS, RC, DQ+HLT) ATLAS: 8 (SL, DCS, RC, TRG, DQ, ID, Muon, Calo) CMS: 5 (SL, DCS, RC, TRG, DQ) LHCb: 2 (SL, DQ) Ex.: Start of Fill sequence In general DCS (HV) automatically handled driven by the LHC State In most cases Run Control Shifter manually Configures/Starts the Run 36

37 Size and Performance Size of the Control Systems (in PCs) ALICE: 1 DAQ + ~100 DCS ATLAS: 32 DAQ DCS CMS: 12 DAQ + ~80 DCS LHCb: ~50 DAQ + ~50 HLT + ~50 DCS Some Performance numbers ALICE ATLAS CMS LHCb Cold Start to Running (min.) Stop/Start Run (min.) Fast Stop/Start (sec.) - <10 <10 <10 DAQ Inefficiency (%) 1 <1 <1 <1 All Experiments work Beautifully! 37

38 LHCb Control System Courtesy of CMS DCS Team 38

AN OVERVIEW OF THE LHC EXPERIMENTS' CONTROL SYSTEMS

AN OVERVIEW OF THE LHC EXPERIMENTS' CONTROL SYSTEMS AN OVERVIEW OF THE LHC EXPERIMENTS' CONTROL SYSTEMS C. Gaspar, CERN, Geneva, Switzerland Abstract The four LHC experiments (ALICE, ATLAS, CMS and LHCb), either by need or by choice have defined different

More information

2008 JINST 3 S Online System. Chapter System decomposition and architecture. 8.2 Data Acquisition System

2008 JINST 3 S Online System. Chapter System decomposition and architecture. 8.2 Data Acquisition System Chapter 8 Online System The task of the Online system is to ensure the transfer of data from the front-end electronics to permanent storage under known and controlled conditions. This includes not only

More information

SMI++ object oriented framework used for automation and error recovery in the LHC experiments

SMI++ object oriented framework used for automation and error recovery in the LHC experiments Journal of Physics: Conference Series SMI++ object oriented framework used for automation and error recovery in the LHC experiments To cite this article: B Franek and C Gaspar 2010 J. Phys.: Conf. Ser.

More information

Short Introduction to DCS, JCOP Framework, PVSS. PVSS Architecture and Concept. JCOP Framework concepts and tools.

Short Introduction to DCS, JCOP Framework, PVSS. PVSS Architecture and Concept. JCOP Framework concepts and tools. Hassan Shahzad, NCP Contents Short Introduction to DCS, JCOP Framework, PVSS and FSM. PVSS Architecture and Concept. JCOP Framework concepts and tools. CMS Endcap RPC DCS. 2 What is DCS DCS stands for

More information

2008 JINST 3 S Control System. Chapter Detector Control System (DCS) Introduction Design strategy and system architecture

2008 JINST 3 S Control System. Chapter Detector Control System (DCS) Introduction Design strategy and system architecture Chapter 7 Control System 7.1 Detector Control System (DCS) 7.1.1 Introduction The primary task of the ALICE Control System is to ensure safe and correct operation of the ALICE experiment [17]. It provides

More information

Stefan Koestner on behalf of the LHCb Online Group ( IEEE - Nuclear Science Symposium San Diego, Oct.

Stefan Koestner on behalf of the LHCb Online Group (  IEEE - Nuclear Science Symposium San Diego, Oct. Stefan Koestner on behalf of the LHCb Online Group (email: Stefan.Koestner@cern.ch) IEEE - Nuclear Science Symposium San Diego, Oct. 31 st 2006 Dedicated to B-physics : single arm forward spectrometer

More information

Detector Control LHC

Detector Control LHC Detector Control Systems @ LHC Matthias Richter Department of Physics, University of Oslo IRTG Lecture week Autumn 2012 Oct 18 2012 M. Richter (UiO) DCS @ LHC Oct 09 2012 1 / 39 Detectors in High Energy

More information

Control slice prototypes for the ALICE TPC detector

Control slice prototypes for the ALICE TPC detector Control slice prototypes for the ALICE TPC detector S.Popescu 1, 3, A.Augustinus 1, L.Jirdén 1, U.Frankenfeld 2, H.Sann 2 1 CERN, Geneva, Switzerland, 2 GSI, Darmstadt, Germany, 3 NIPN E, Bucharest, Romania

More information

Detector Control System for Endcap Resistive Plate Chambers

Detector Control System for Endcap Resistive Plate Chambers Detector Control System for Endcap Resistive Plate Chambers Taimoor Khurshid National Center for Physics, Islamabad, Pakistan International Scientific Spring March 01, 2010 Contents CMS Endcap RPC Hardware

More information

Control and Monitoring of the Front-End Electronics in ALICE

Control and Monitoring of the Front-End Electronics in ALICE Control and Monitoring of the Front-End Electronics in ALICE Peter Chochula, Lennart Jirdén, André Augustinus CERN, 1211 Geneva 23, Switzerland Peter.Chochula@cern.ch Abstract This paper describes the

More information

ATLAS DCS Overview SCADA Front-End I/O Applications

ATLAS DCS Overview SCADA Front-End I/O Applications Overview SCADA Front-End I/O Applications ATLAS TDAQ week, July 6th 2001, H.J.Burckhart 1 SCX1 USA15 Common Infrastructure PC Local Area Network Server Operation Local Control Stations (LCS) Expert Subdetector

More information

Overview of DCS Technologies. Renaud Barillère - CERN IT-CO

Overview of DCS Technologies. Renaud Barillère - CERN IT-CO Overview of DCS Technologies Renaud Barillère - CERN IT-CO DCS components Extensions SCADA Supervision OPC or DIM Ethernet PLC FE (UNICOS) Fieldbus Custom FE Process management Fieldbus protocols Field

More information

JCOP Workshop III. Status of JCOP Activities. 5 th & 6 th June Wayne Salter, CERN IT-CO

JCOP Workshop III. Status of JCOP Activities. 5 th & 6 th June Wayne Salter, CERN IT-CO JCOP Workshop III 5 th & 6 th June 2002 Status of JCOP Activities Wayne Salter, CERN IT-CO What was the situation at the last Workshop? Detailed review of SCADA technology SCADA evaluation just finished

More information

Control and Spy the TELL1. Cédric Potterat EPFL LPHE

Control and Spy the TELL1. Cédric Potterat EPFL LPHE Control and Spy the TELL1 Cédric Potterat EPFL LPHE 1 outlines ECS control PVSS for TELL1 DIM, fwccpc, fwhw Status Recipes outlook 2 PVSS CERN Used for the slow control systems by all LHC experiments Open

More information

LHCb Online System BEAUTY-2002

LHCb Online System BEAUTY-2002 BEAUTY-2002 8th International Conference on B-Physics at Hadron machines June 17-21 2002 antiago de Compostela, Galicia (pain ) Niko Neufeld, CERN EP (for the LHCb Online Team) 1 Mission The LHCb Online

More information

Front-End Electronics Configuration System for CMS. Philippe Gras CERN - University of Karlsruhe

Front-End Electronics Configuration System for CMS. Philippe Gras CERN - University of Karlsruhe Front-End Electronics Configuration System for CMS Philippe Gras CERN - University of Karlsruhe Outline Introduction Tracker electronics parameters Tracker beam test DCS overview Electronics configuration

More information

ALICE TOF Shifters Instructions. ALICE TOF Team 09/11/2009

ALICE TOF Shifters Instructions. ALICE TOF Team 09/11/2009 ALICE TOF Shifters Instructions ALICE TOF Team 09/11/2009 Table of Contents Table of Contents... 2 1. Foreword... 3 2. Shifters tasks... 3 3. Starting... 4 4. TOF DCS User Interface... 4 4.1 Description

More information

Design specifications and test of the HMPID s control system in the ALICE experiment.

Design specifications and test of the HMPID s control system in the ALICE experiment. Design specifications and test of the HMPID s control system in the ALICE experiment. E. Carrone For the ALICE collaboration CERN, CH 1211 Geneva 23, Switzerland, Enzo.Carrone@cern.ch Abstract The HMPID

More information

The TDAQ Analytics Dashboard: a real-time web application for the ATLAS TDAQ control infrastructure

The TDAQ Analytics Dashboard: a real-time web application for the ATLAS TDAQ control infrastructure The TDAQ Analytics Dashboard: a real-time web application for the ATLAS TDAQ control infrastructure Giovanna Lehmann Miotto, Luca Magnoni, John Erik Sloper European Laboratory for Particle Physics (CERN),

More information

Detector controls meets JEE on the web

Detector controls meets JEE on the web Detector controls meets JEE on the web ICALEPCS 2015 Frank Glege Outline Part 1: Web based Remote access to controls systems Part 2: JEE for controls 20.10.2015 Frank Glege 2 About CERN 20.10.2015 Frank

More information

First Operational Experience from the LHCb Silicon Tracker

First Operational Experience from the LHCb Silicon Tracker First Operational Experience from the LHCb Silicon Tracker 7 th International Hiroshima Symposium on Development and Application of Semiconductor Tracking Devices The LHCb Silicon Tracker Installation

More information

Status and Prospects of LHC Experiments Data Acquisition. Niko Neufeld, CERN/PH

Status and Prospects of LHC Experiments Data Acquisition. Niko Neufeld, CERN/PH Status and Prospects of LHC Experiments Data Acquisition Niko Neufeld, CERN/PH Acknowledgements & Disclaimer I would like to thank Bernd Panzer, Pierre Vande Vyvre, David Francis, John-Erik Sloper, Frans

More information

Common Software for Controlling and Monitoring the Upgraded CMS Level-1 Trigger

Common Software for Controlling and Monitoring the Upgraded CMS Level-1 Trigger Common Software for Controlling and Monitoring the Upgraded CMS Level-1 Trigger Giuseppe Codispoti, Simone Bologna, Glenn Dirkx, Christos Lazaridis, Alessandro Thea, Tom Williams TIPP2017: International

More information

DDC Experience at Tilecal

DDC Experience at Tilecal Workshop, Nikhef,Oct 2001 Fernando Varela R. DDC Experience at Tilecal Outline Tilecal testbeam setup DDC Work Findings Improvement suggestions Conclusions This talk report on the first usage of the DDC

More information

MiniDAQ1 A COMPACT DATA ACQUISITION SYSTEM FOR GBT READOUT OVER 10G ETHERNET 22/05/2017 TIPP PAOLO DURANTE - MINIDAQ1 1

MiniDAQ1 A COMPACT DATA ACQUISITION SYSTEM FOR GBT READOUT OVER 10G ETHERNET 22/05/2017 TIPP PAOLO DURANTE - MINIDAQ1 1 MiniDAQ1 A COMPACT DATA ACQUISITION SYSTEM FOR GBT READOUT OVER 10G ETHERNET 22/05/2017 TIPP 2017 - PAOLO DURANTE - MINIDAQ1 1 Overview LHCb upgrade Optical frontend readout Slow control implementation

More information

The AAL project: automated monitoring and intelligent analysis for the ATLAS data taking infrastructure

The AAL project: automated monitoring and intelligent analysis for the ATLAS data taking infrastructure Journal of Physics: Conference Series The AAL project: automated monitoring and intelligent analysis for the ATLAS data taking infrastructure To cite this article: A Kazarov et al 2012 J. Phys.: Conf.

More information

T HE discovery at CERN of a new particle

T HE discovery at CERN of a new particle 1 ALFA Detector Control System Luis Seabra, LIP - Laboratório de Instrumentação e Física Experimental de Partículas, Lisbon, Portugal, on behalf of the ALFA group Abstract ALFA (Absolute Luminosity For

More information

The High Performance Archiver for the LHC Experiments

The High Performance Archiver for the LHC Experiments The High Performance Archiver for the LHC Experiments Manuel Gonzalez Berges CERN, Geneva (Switzerland) CERN - IT Department CH-1211 Genève 23 Switzerland www.cern.ch/it Outline Context Archiving in PVSS

More information

Motivation Requirements Design Examples Experiences Conclusion

Motivation Requirements Design Examples Experiences Conclusion H1DCM Network based Detector Control and Monitoring for the H1 Experiment Seminar on Computing in High Energy Physics G. Eckerlin (H1 Collaboration) Motivation Requirements Design Examples Experiences

More information

First experiences with the ATLAS pixel detector control system at the combined test beam 2004

First experiences with the ATLAS pixel detector control system at the combined test beam 2004 Nuclear Instruments and Methods in Physics Research A 565 (2006) 97 101 www.elsevier.com/locate/nima First experiences with the ATLAS pixel detector control system at the combined test beam 2004 Martin

More information

Summary of the LHC Computing Review

Summary of the LHC Computing Review Summary of the LHC Computing Review http://lhc-computing-review-public.web.cern.ch John Harvey CERN/EP May 10 th, 2001 LHCb Collaboration Meeting The Scale Data taking rate : 50,100, 200 Hz (ALICE, ATLAS-CMS,

More information

Verification and Diagnostics Framework in ATLAS Trigger/DAQ

Verification and Diagnostics Framework in ATLAS Trigger/DAQ Verification and Diagnostics Framework in ATLAS Trigger/DAQ M.Barczyk, D.Burckhart-Chromek, M.Caprini 1, J.Da Silva Conceicao, M.Dobson, J.Flammer, R.Jones, A.Kazarov 2,3, S.Kolos 2, D.Liko, L.Lucio, L.Mapelli,

More information

The LHC Compact Muon Solenoid experiment Detector Control System

The LHC Compact Muon Solenoid experiment Detector Control System Journal of Physics: Conference Series The LHC Compact Muon Solenoid experiment Detector Control System To cite this article: G Bauer et al 2011 J. Phys.: Conf. Ser. 331 022009 View the article online for

More information

The CERN Detector Safety System for the LHC Experiments

The CERN Detector Safety System for the LHC Experiments The CERN Detector Safety System for the LHC Experiments S. Lüders CERN EP/SFT, 1211 Geneva 23, Switzerland; Stefan.Lueders@cern.ch R.B. Flockhart, G. Morpurgo, S.M. Schmeling CERN IT/CO, 1211 Geneva 23,

More information

Deferred High Level Trigger in LHCb: A Boost to CPU Resource Utilization

Deferred High Level Trigger in LHCb: A Boost to CPU Resource Utilization Deferred High Level Trigger in LHCb: A Boost to Resource Utilization The use of periods without beam for online high level triggers Introduction, problem statement Realization of the chosen solution Conclusions

More information

The Run Control and Monitoring System of the CMS Experiment

The Run Control and Monitoring System of the CMS Experiment The Run Control and Monitoring System of the CMS Experiment G. Bauer g, V. Boyer d, J. Branson f, A. Brett d, E. Cano d, A. Carboni d, M. Ciganek d, S.Cittolin d, S. Erhan de, D. Gigi d, F. Glege d, R.

More information

The CMS Event Builder

The CMS Event Builder The CMS Event Builder Frans Meijers CERN/EP-CMD CMD on behalf of the CMS-DAQ group CHEP03, La Jolla, USA, March 24-28 28 2003 1. Introduction 2. Selected Results from the Technical Design Report R&D programme

More information

Run Control and Monitor System for the CMS Experiment

Run Control and Monitor System for the CMS Experiment Run Control and Monitor System for the CMS Experiment V. Brigljevic, G. Bruno, E. Cano, S. Cittolin, A. Csilling, D. Gigi, F. Glege, R. Gomez-Reino, M. Gulmini 1,*, J. Gutleber, C. Jacobs, M. Kozlovszky,

More information

CMS Trigger Supervisor Framework

CMS Trigger Supervisor Framework CMS Trigger Supervisor Framework Thomas Themel TU Wien June 2009 Ildefons Magrans de Abril Marc Magrans de Abril Gian Pieo Di Giovanni Philipp Glaser Tobias Noebauer Alexander Winkler Philipp Wagner Jose

More information

L1 and Subsequent Triggers

L1 and Subsequent Triggers April 8, 2003 L1 and Subsequent Triggers Abstract During the last year the scope of the L1 trigger has changed rather drastically compared to the TP. This note aims at summarising the changes, both in

More information

CONTROL AND MONITORING OF ON-LINE TRIGGER ALGORITHMS USING GAUCHO

CONTROL AND MONITORING OF ON-LINE TRIGGER ALGORITHMS USING GAUCHO 10th ICALEPCS Int. Conf. on Accelerator & Large Expt. Physics Control Systems. Geneva, 10-14 Oct 2005, WE3A.5-6O (2005) CONTROL AND MONITORING OF ON-LINE TRIGGER ALGORITHMS USING GAUCHO E. van Herwijnen

More information

JCOP FW Training Course. 30 June 4 July 2014 EN-ICE

JCOP FW Training Course. 30 June 4 July 2014 EN-ICE JCOP FW Training Course 30 June 4 July 2014 EN-ICE Location and Time Schedule Location Building:Training Center 593-572 Room #25 Schedule Monday: 14:00-17:30 Tuesday Friday: 09:00-12:30 14:00-17:30 Front-End

More information

The CMS High Level Trigger System: Experience and Future Development

The CMS High Level Trigger System: Experience and Future Development Journal of Physics: Conference Series The CMS High Level Trigger System: Experience and Future Development To cite this article: G Bauer et al 2012 J. Phys.: Conf. Ser. 396 012008 View the article online

More information

Trigger and Data Acquisition at the Large Hadron Collider

Trigger and Data Acquisition at the Large Hadron Collider Trigger and Data Acquisition at the Large Hadron Collider Acknowledgments (again) This overview talk would not exist without the help of many colleagues and all the material available online I wish to

More information

TO KEEP development time of the control systems for LHC

TO KEEP development time of the control systems for LHC 362 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 55, NO. 1, FEBRUARY 2008 Generic and Layered Framework Components for the Control of a Large Scale Data Acquisition System Stefan Koestner, Member, IEEE,

More information

Oliver Holme Diogo Di Calafiori Günther Dissertori. For the CMS collaboration

Oliver Holme Diogo Di Calafiori Günther Dissertori. For the CMS collaboration Maintaining an effective and efficient control system for the Electromagnetic Calorimeter of the Compact Muon Solenoid experiment during long-term operations of CERN s Large Hadron Collider Oliver Holme

More information

UNICOS PVSS (WinCC OA) Project Maintenance

UNICOS PVSS (WinCC OA) Project Maintenance CERN CH1211 Geneva 23 Switzerland EDMS NO. REV. VALIDITY 0000000 1.0 DRAFT REFERENCE XXXX Date : 2011-07-04 EN-ICE Workshop 2012 UNICOS PVSS (WinCC OA) Project Maintenance Proposal of guidelines DOCUMENT

More information

NA60 Detector Control System

NA60 Detector Control System NA60 note 2002-8 Nov. 29, 2002 NA60 Detector Control System Nicolas Guettet CERN-EP/NA60 Abstract: This note is a report on the Detector Control System of the NA60 experiment. We describe its global architecture,

More information

Online remote monitoring facilities for the ATLAS experiment

Online remote monitoring facilities for the ATLAS experiment Journal of Physics: Conference Series Online remote monitoring facilities for the ATLAS experiment To cite this article: S Kolos et al 2011 J. Phys.: Conf. Ser. 331 022013 View the article online for updates

More information

THE ATLAS experiment comprises a significant number

THE ATLAS experiment comprises a significant number 386 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 55, NO. 1, FEBRUARY 2008 Access Control Design and Implementations in the ATLAS Experiment Marius Constantin Leahu, Member, IEEE, Marc Dobson, and Giuseppe

More information

The detector control system of the ATLAS experiment

The detector control system of the ATLAS experiment Journal of Instrumentation OPEN ACCESS The detector control system of the ATLAS experiment To cite this article: A Barriuso Poy et al View the article online for updates and enhancements. Related content

More information

Evolution of Database Replication Technologies for WLCG

Evolution of Database Replication Technologies for WLCG Evolution of Database Replication Technologies for WLCG Zbigniew Baranowski, Lorena Lobato Pardavila, Marcin Blaszczyk, Gancho Dimitrov, Luca Canali European Organisation for Nuclear Research (CERN), CH-1211

More information

VERY HIGH VOLTAGE CONTROL FOR ALICE TPC

VERY HIGH VOLTAGE CONTROL FOR ALICE TPC VERY HIGH VOLTAGE CONTROL FOR ALICE TPC André Augustinus 1, Joachim Baechler 1, Marco Boccioli 1, Uli Frankenfeld 2, Lennart Jirdén 1 1 CERN, Geneva, Switzerland; 2 GSI, Darmstadt, Germany ABSTRACT The

More information

The CMS Computing Model

The CMS Computing Model The CMS Computing Model Dorian Kcira California Institute of Technology SuperComputing 2009 November 14-20 2009, Portland, OR CERN s Large Hadron Collider 5000+ Physicists/Engineers 300+ Institutes 70+

More information

Designing High Performance IEC61499 Applications on Top of DDS

Designing High Performance IEC61499 Applications on Top of DDS ETFA2013 4th 4DIAC Users Workshop Designing High Performance IEC61499 Applications on Top of DDS Industrial communications Complex Different solutions at the different layers Fieldbus at bottom layers:

More information

THE ATLAS DATA ACQUISITION SYSTEM IN LHC RUN 2

THE ATLAS DATA ACQUISITION SYSTEM IN LHC RUN 2 THE ATLAS DATA ACQUISITION SYSTEM IN LHC RUN 2 M. E. Pozo Astigarraga, on behalf of the ATLAS Collaboration CERN, CH-1211 Geneva 23, Switzerland E-mail: eukeni.pozo@cern.ch The LHC has been providing proton-proton

More information

ProtoDUNE SP DAQ Overview

ProtoDUNE SP DAQ Overview ProtoDUNE SP DAQ Overview K. Hennessy, G. Lehmann Miotto Description Introduction The design of the ProtoDUNE SP DAQ relies on the main principles of the DUNE DAQ design and on experience gained while

More information

Smart Data for. Industrial Control Systems. CERN Technical Workshop

Smart Data for. Industrial Control Systems. CERN Technical Workshop Smart Data for Industrial Control Systems CERN Technical Workshop Filippo Tilaro, Fernando Varela (BE/ICS) in collaboration with Siemens AG CT Munich, St. Petersburg, Brasov 09/01/2018 1 Data Analytics

More information

Data Quality Monitoring Display for ATLAS experiment

Data Quality Monitoring Display for ATLAS experiment Data Quality Monitoring Display for ATLAS experiment Y Ilchenko 1, C Cuenca Almenar 2, A Corso-Radu 2, H Hadavand 1, S Kolos 2, K Slagle 2, A Taffard 2 1 Southern Methodist University, Dept. of Physics,

More information

UNICOS* Principles and History

UNICOS* Principles and History Industrial Controls & Unicos UNICOS* Principles and History LHC-CP workshop 3 Session 3 *UNified Industrial COntrol System & not UNified Industrial COntrol System for Cryogenics could become UNICEF for

More information

Distributed Middleware. Distributed Objects

Distributed Middleware. Distributed Objects Distributed Middleware Distributed objects DCOM CORBA EJBs Jini Lecture 25, page 1 Distributed Objects Figure 10-1. Common organization of a remote object with client-side proxy. Lecture 25, page 2 Distributed

More information

Multi-Platform SCADA GUI Regression Testing at CERN

Multi-Platform SCADA GUI Regression Testing at CERN Multi-Platform SCADA GUI Regression Testing at CERN Paul Burkimsher Manuel Gonzalez-Berges Stefan Klikovits ICE Group, EN Department, CERN, Geneva, Switzerland P.C. Burkimsher Icalepcs 2011, Grenoble a.k.a.

More information

LCG Conditions Database Project

LCG Conditions Database Project Computing in High Energy and Nuclear Physics (CHEP 2006) TIFR, Mumbai, 13 Feb 2006 LCG Conditions Database Project COOL Development and Deployment: Status and Plans On behalf of the COOL team (A.V., D.Front,

More information

WinCC-OA and the JCOP Framework

WinCC-OA and the JCOP Framework WinCC-OA and the JCOP Framework Part 4 (JCOP Framework cont.) Presented by Riku-Pekka Silvola CERN BE/ICS Recap WinCC-OA WinCC-OA Architecture & Installation Data Model with DPTs and DPs Graphics with

More information

First operational experience with the CMS Run Control System

First operational experience with the CMS Run Control System First operational experience with the CMS Run Control System The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters. Citation As Published

More information

Design for High Voltage Control and Monitoring System for CMS Endcap Electromagnetic Calorimeter

Design for High Voltage Control and Monitoring System for CMS Endcap Electromagnetic Calorimeter Industrial Placement Project Report Design for High Voltage Control and Monitoring System for CMS Endcap Electromagnetic Calorimeter Author: Funai Xing Supervisors: Dr. Helen Heath (Bristol) Dr. Claire

More information

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland Available on CMS information server CMS CR -2017/188 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 29 June 2017 (v2, 07 July 2017) Common

More information

Commissioning of the ALICE data acquisition system

Commissioning of the ALICE data acquisition system Journal of Physics: Conference Series Commissioning of the ALICE data acquisition system To cite this article: T Anticic et al 2008 J. Phys.: Conf. Ser. 119 022006 View the article online for updates and

More information

Electronics, Trigger and Data Acquisition part 3

Electronics, Trigger and Data Acquisition part 3 Electronics, Trigger and Data Acquisition part 3 Summer Student Programme 2016, CERN Roberto Ferrari Instituto Nazionale di Fisica Nucleare roberto.ferrari@pv.infn.it Event Building 2 Two Philosophies

More information

Using COTS Hardware with EPICS Through LabVIEW A Status Report. EPICS Collaboration Meeting Fall 2011

Using COTS Hardware with EPICS Through LabVIEW A Status Report. EPICS Collaboration Meeting Fall 2011 Using COTS Hardware with EPICS Through LabVIEW A Status Report EPICS Collaboration Meeting Fall 2011 EPICS Overview Experimental Physics and Industrial Control System (EPICS) Used to develop and implement

More information

A Web-based control and monitoring system for DAQ applications

A Web-based control and monitoring system for DAQ applications A Web-based control and monitoring system for DAQ applications Alexey Anisenkov (BINP) Ivan Logashenko (BINP) Daniil Zhadan (BINP) CHEP 2018, Bulgaria, 9 July 2018 Outline The Role of monitoring in Online

More information

The Detector Control System for the HMPID in the ALICE Experiment at LHC.

The Detector Control System for the HMPID in the ALICE Experiment at LHC. The Detector Control System for the HMPID in the LICE Eperiment at LHC. De Cataldo, G. for the LICE collaboration INFN sez. Bari, Via G. mendola 173, 70126 Bari, Italy giacinto.decataldo@ba.infn.it bstract

More information

Chapter 1: Distributed Systems: What is a distributed system? Fall 2013

Chapter 1: Distributed Systems: What is a distributed system? Fall 2013 Chapter 1: Distributed Systems: What is a distributed system? Fall 2013 Course Goals and Content n Distributed systems and their: n Basic concepts n Main issues, problems, and solutions n Structured and

More information

Gustavo Alonso, ETH Zürich. Web services: Concepts, Architectures and Applications - Chapter 1 2

Gustavo Alonso, ETH Zürich. Web services: Concepts, Architectures and Applications - Chapter 1 2 Chapter 1: Distributed Information Systems Gustavo Alonso Computer Science Department Swiss Federal Institute of Technology (ETHZ) alonso@inf.ethz.ch http://www.iks.inf.ethz.ch/ Contents - Chapter 1 Design

More information

Today: More Case Studies DCOM

Today: More Case Studies DCOM Today: More Case Studies DCOM Jini Lecture 24, page 1 DCOM Distributed Component Object Model Microsoft s object model (middleware) Lecture 24, page 2 DCOM: History Successor to COM Developed to support

More information

APM. Object Monitor. Object Lab. Richard Hayton & Scarlet Schwiderski

APM. Object Monitor. Object Lab. Richard Hayton & Scarlet Schwiderski APM POSEIDON HOUSE CASTLE PARK CAMBRIDGE CB3 0RD UNITED KINGDOM +44 1223 515010 Fax +44 1223 359779 Email: apm@ansa.co.uk URL: http://www.ansa.co.uk Object Lab Object Monitor Richard Hayton & Scarlet Schwiderski

More information

COMPASS Framework documentation

COMPASS Framework documentation COMPASS Framework documentation COMPASS Framework DCS team 1 CERN-IT-CO, COMPASS v1.4, 24-November-2000 1 Purpose This document describes the framework which was designed for the COMPASS experiment. This

More information

The ALICE Glance Shift Accounting Management System (SAMS)

The ALICE Glance Shift Accounting Management System (SAMS) Journal of Physics: Conference Series PAPER OPEN ACCESS The ALICE Glance Shift Accounting Management System (SAMS) To cite this article: H. Martins Silva et al 2015 J. Phys.: Conf. Ser. 664 052037 View

More information

FRONT-END SOFTWARE ARCHITECTURE [FESA]

FRONT-END SOFTWARE ARCHITECTURE [FESA] FRONT-END SOFTWARE ARCHITECTURE [] Michel Arruat, Leandro Fernandez, Stephen Jackson, Frank Locci, Jean-Luc Nougaret, Maciej Peryt, Anastasiya Radeva, Maciej Sobczak, Marc Vanden Eynden Accelerators &

More information

The CMS data quality monitoring software: experience and future prospects

The CMS data quality monitoring software: experience and future prospects The CMS data quality monitoring software: experience and future prospects Federico De Guio on behalf of the CMS Collaboration CERN, Geneva, Switzerland E-mail: federico.de.guio@cern.ch Abstract. The Data

More information

Electronic Payment Systems (1) E-cash

Electronic Payment Systems (1) E-cash Electronic Payment Systems (1) Payment systems based on direct payment between customer and merchant. a) Paying in cash. b) Using a check. c) Using a credit card. Lecture 24, page 1 E-cash The principle

More information

CMS event display and data quality monitoring at LHC start-up

CMS event display and data quality monitoring at LHC start-up Journal of Physics: Conference Series CMS event display and data quality monitoring at LHC start-up To cite this article: I Osborne et al 2008 J. Phys.: Conf. Ser. 119 032031 View the article online for

More information

IN a system of many electronics boards of many different

IN a system of many electronics boards of many different 356 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 55, NO. 1, FEBRUARY 2008 Building Integrated Remote Control Systems for Electronics Boards Richard Jacobsson, Member, IEEE Abstract This paper addresses several

More information

Andrea Sciabà CERN, Switzerland

Andrea Sciabà CERN, Switzerland Frascati Physics Series Vol. VVVVVV (xxxx), pp. 000-000 XX Conference Location, Date-start - Date-end, Year THE LHC COMPUTING GRID Andrea Sciabà CERN, Switzerland Abstract The LHC experiments will start

More information

SIEMENS CERN EN/ICE annual meeting

SIEMENS CERN EN/ICE annual meeting SIEMENS CERN EN/ICE annual meeting Nuremberg, December the 13 th 2012 * Critical in the sense of fast intervention Outline Purpose Follow-up problems Follow-up and participate in product evolution Meeting

More information

Kondo GNANVO Florida Institute of Technology, Melbourne FL

Kondo GNANVO Florida Institute of Technology, Melbourne FL Kondo GNANVO Florida Institute of Technology, Melbourne FL OUTLINE Development of AMORE software for online monitoring and data analysis of MT station Preliminary cosmic data results from triple-gem chambers

More information

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland Available on CMS information server CMS CR -2009/066 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 11 May 2009 Dynamic configuration of

More information

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland Available on CMS information server CMS CR -2015/215 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 05 October 2015 (v2, 08 October 2015)

More information

A Generic Multi-node State Monitoring Subsystem

A Generic Multi-node State Monitoring Subsystem A Generic Multi-node State Monitoring Subsystem James A. Hamilton SLAC, Stanford, CA 94025, USA Gregory P. Dubois-Felsmann California Institute of Technology, CA 91125, USA Rainer Bartoldus SLAC, Stanford,

More information

The data-acquisition system of the CMS experiment at the LHC

The data-acquisition system of the CMS experiment at the LHC The data-acquisition system of the CMS experiment at the LHC G Bauer 7, B Beccati 2, U Behrens 1, K Biery 6, O Bouffet 2, J Branson 5, S Bukowiec 2, E Cano 2, H Cheung 6, M Ciganek 2, S Cittolin 3a, J

More information

The Concurrency Viewpoint

The Concurrency Viewpoint The Concurrency Viewpoint View Relationships The Concurrency Viewpoint 2 The Concurrency Viewpoint Definition: The Concurrency Viewpoint: describes the concurrency structure of the system and maps functional

More information

CSCS CERN videoconference CFD applications

CSCS CERN videoconference CFD applications CSCS CERN videoconference CFD applications TS/CV/Detector Cooling - CFD Team CERN June 13 th 2006 Michele Battistin June 2006 CERN & CFD Presentation 1 TOPICS - Some feedback about already existing collaboration

More information

IRIS POWER TURBO. Machine Condition Monitoring System for Turbo Generators

IRIS POWER TURBO. Machine Condition Monitoring System for Turbo Generators IRIS POWER TURBO Machine Condition Monitoring System for Turbo Generators PREDICTIVE MAINTENANCE On-line monitoring system installed in power production plants ensures continuous monitoring of exploitation

More information

XBS Application Development Platform

XBS Application Development Platform Introduction to XBS Application Development Platform By: Liu, Xiao Kang (Ken) Xiaokang Liu Page 1/10 Oct 2011 Overview The XBS is an application development platform. It provides both application development

More information

LHCb Distributed Conditions Database

LHCb Distributed Conditions Database LHCb Distributed Conditions Database Marco Clemencic E-mail: marco.clemencic@cern.ch Abstract. The LHCb Conditions Database project provides the necessary tools to handle non-event time-varying data. The

More information

Chapter 1: Distributed Information Systems

Chapter 1: Distributed Information Systems Chapter 1: Distributed Information Systems Contents - Chapter 1 Design of an information system Layers and tiers Bottom up design Top down design Architecture of an information system One tier Two tier

More information

ARES: AUTOMATIC RELEASE SERVICE

ARES: AUTOMATIC RELEASE SERVICE ARES: AUTOMATIC RELEASE SERVICE I. Prieto Barreiro, F. Varela. CERN, Geneva, Switzerland. Abstract This paper presents the Automatic RElease Service (ARES) developed by the Industrial Controls and Safety

More information

Evolution of Database Replication Technologies for WLCG

Evolution of Database Replication Technologies for WLCG Journal of Physics: Conference Series PAPER OPEN ACCESS Evolution of Database Replication Technologies for WLCG To cite this article: Zbigniew Baranowski et al 2015 J. Phys.: Conf. Ser. 664 042032 View

More information

Improving Packet Processing Performance of a Memory- Bounded Application

Improving Packet Processing Performance of a Memory- Bounded Application Improving Packet Processing Performance of a Memory- Bounded Application Jörn Schumacher CERN / University of Paderborn, Germany jorn.schumacher@cern.ch On behalf of the ATLAS FELIX Developer Team LHCb

More information

Adaptive Cluster Computing using JavaSpaces

Adaptive Cluster Computing using JavaSpaces Adaptive Cluster Computing using JavaSpaces Jyoti Batheja and Manish Parashar The Applied Software Systems Lab. ECE Department, Rutgers University Outline Background Introduction Related Work Summary of

More information