Hierarchical Control for the ATLAS Experiment - PowerPoint PPT Presentation

1 / 31
About This Presentation
Title:

Hierarchical Control for the ATLAS Experiment

Description:

HV System for the Liquid Argon Calorimeter. Geographic partition ... HV System for the Liquid Argon Calorimeter. DAQ partition. DAQ is the Master and DCS the Slave ... – PowerPoint PPT presentation

Number of Views:40
Avg rating:3.0/5.0
Slides: 32
Provided by: NIC8169
Category:

less

Transcript and Presenter's Notes

Title: Hierarchical Control for the ATLAS Experiment


1
Hierarchical Control for the ATLAS Experiment
  • A. Barriuso, H. Burckhart, J. Cook, F. Varela.
    CERN, Geneva.
  • V. Filimonov , V. Khomutnikov, Y. Ryabov. PNPI,
    St. Petersburg.
  • L. Carminati. INFN, Milan.

2
Outline
  • ATLAS
  • The Detector Control System
  • Organization of the ATLAS Back-End
  • Examples Prototype Implementation
  • Conclusions

3
The ATLAS Detector
  • A Toroidal LHC ApparatuS (ATLAS) is a
    general-purpose particle detector designed to
    study p-p collisions at the Large Hadron Collider
    (LHC) at CERN
  • 1800 physicists, 150 institutes, 35 countries
  • 42 m length and 11 meters radius
  • Classical Structure
  • Inner tracker
  • Calorimeters
  • Muon System

4
Locations of the Detector Control
System (DCS)
5
Functions of the DCS
  • The DCS task is to enable a coherent and safe
    operation of ATLAS
  • DCS supervises the hardware in the experiment
    set-up and the common experimental infrastructure
  • DCS also interface external systems such us the
    CERN technical services and the LHC accelerator
  • The DCS consists of a distributed Back-End
    running on PCs and of the Front-End
    instrumentation

Back End
Front End
6
Organization of the Back-End (i)
  • The data volume treated by the DCS is large
    (200.000 channels)
  • Long lifetime of the detector (20 years)
  • Big collaboration effort (150 institutes, 35
    countries)
  • For the operation many complex systems have to
    collaborate
  • The magnitude of ATLAS suggest a hierarchical
    control structure
  • Reduce Complexity - Reduce number of distinct
    elements
  • Software elements use the Joint COntrol Project
    (JCOP) framework as much as possible
  • To group these distinct elements into a small
    number of modules and to create a control
    hierarchy. The Finite State Machine (FSM) tool

7
Organization of the Back-End (ii)
  • Partition into modules, and the creation of the
    hierarchy, involves a division of information
    into
  • Visible Design Rules To be widely shared
    throughout the ATLAS community. Must be flexible
    and not present a constraint on the evolution of
    the ATLAS DCS
  • Architecture Specifies constituent parts and
    their functions
  • Interfaces defines how modules interacts with
    each other and externally with the person in
    charge of the operation
  • Standards ATLAS guidelines for the
    implementation of the control hierarchy
  • Hidden Design Parameters Encapsulation of
    specific information of a certain module. Do not
    need to be communicated beyond the boundaries of
    the module

8
The FSM Approach
  • The FSM is the main tool for the implementation
    of the full control hierarchy in ATLAS
  • It forms part of the JCOP framework and is based
    on the commercial SCADA package PVSS-II and SMI
    (State Manager Interface)
  • The FSM is used to model devices and sub-system
    behaviour, to automate operations and to attempt
    recovery from error conditions

9
The FSM Usage
  • The FSM units (SMI objects) can represent
    devices entities, like a pump, or logical groups
    of devices like a sub-detector
  • In that way, detector is broken down into simple
    FSM units that are hierarchically controlled by
    other FSMs
  • The coordination of the different partitions will
    be performed through commands and messages

10
a) Architecture
Visible design rules
  • Specifies constituent parts and their functions
  • The Back-End has 3 functional layers (100 PCs)

11
a) Architecture
Visible design rules
  • Global Control Station (GCS)
  • In charge of the overall operation of the
    detector
  • High level monitoring and control

12
a) Architecture
Visible design rules
  • Sub-detector Control Station (SCS)
  • Allows full, local operation of the sub-detector
  • At this level connection with Data AcQuisition
    (DAQ) takes place

13
a) Architecture
Visible design rules
  • Local Control Station (LCS)
  • Low level monitoring and control of
    instrumentation and services
  • Data processing and command execution

14
b) Interfaces
Visible design rules
  • Interface DAQ-DCS
  • In a certain level the DCS organization is a
    mirror of the DAQ
  • Synchronization by means of data, message and
    command exchange using the DAQ-DCS Communication
    (DDC) package

DAQ
DAQ Partition
DDC
15
b) Interfaces
Visible design rules
  • FSM Internal Interface
  • SMI objects can run in a variety of platforms
    all communications being handled transparently by
    the underlying package DIM (Distributed
    Information Management)
  • Human Interface
  • It allows to navigate through different levels of
    the hierarchy
  • Geographical and System View

16
c) Standards
Visible design rules
  • Messages via a double Information Path STATE
    STATUS
  • STATE defines the operational mode of the system
    (ON, OFF, etc)
  • STATUS defines how well the system is working
    (OK, WARNING, ALARM, FATAL)
  • Two parallel information paths. E.g. HV system is
    in RAMPING_UP state (which takes several minutes)
    and an error triggers. The error is propagated
    through the STATUS while keeping the same STATE

COMMANDS
STATE
STATUS
17
A Prototype User Interface for the GCS
18
A Prototype User Interface for the GCS
19
Example of LCSHV System for the Liquid Argon
Calorimeter
  • Composed by 5000 HV channels

20
Example of LCSHV System for the Liquid Argon
Calorimeter
  • Composed by 5000 HV channels
  • Granularity
  • Too fine increases connections FSM-PVSS II. Not
    needed
  • Too coarse accumulate too much information
  • Smallest entities where commands are sent from
    levels above
  • HV sector is a physical part of the detector.
    Behaviour well known
  • It continues to be applicable in case the
    Back-End or Front-End evolves

21
Example of LCSHV System for the Liquid Argon
Calorimeter
  • Geographic partition
  • The target is to divide geographically LAr in a
    common way for all the systems (HV, LV, etc) that
    form a certain region of the calorimeter
  • Thus, from levels above 2 views are possible
    System View and Geographical View

22
Example of LCSHV System for the Liquid Argon
Calorimeter
  • DAQ partition
  • DAQ is the Master and DCS the Slave
  • LCSs must respect the DAQ partition in order to
    build the SCS

23
Prototype Implementation
  • The performance of the proposed standards and
    organization has been studied
  • The largest setup contained more than 10.000
    modules which is a factor three more than
    expected for a sub-detector
  • Performance fulfill requirements

SCS
LCS 2
LCS 3
LCS 1
LCS 12
Sys 1
Sys 2
Sys 3
Sub-det 1
Sub-Sys 2
Sub-Sys 3
Sub-Sys 1
HW
HW
HW
HW
HW
24
Conclusions
  • Due to the complexity and size of the detector, a
    hierarchical organization has been chosen
  • A set of rules for the design of the hierarchy
    has been defined
  • These rules provide the flexibility to take into
    account the experience that will be gained during
    the long lifetime operation of the detector, as
    well as to allow for future evolution of the
    control system
  • The granularity of the hierarchy, its
    architecture and internal interfaces have been
    investigated with the aim to study the overall
    system performance

25
Hierarchical Control for the ATLAS Experiment
  • A. Barriuso, H. Burckhart, J. Cook, F. Varela.
    CERN, Geneva.
  • V. Filimonov , V. Khomutnikov, Y. Ryabov. PNPI,
    St. Petersburg.
  • L. Carminati. INFN, Milan.

26
ID
SCT
TRT
Pixel
BL
L1
L2
EC1
EC2
Env
Pow
Cool
Env
Pow
Cool
Dev1
Dev2

Dev1
Dev2

Dev1
Dev2

27
Obj Status
Control Unit
Obj Status
Obj Status
Obj Status
Obj Status
Control Unit
Control Unit
Hardware Devices
28
EMBA and EMBC geographic division
  • Accordion
  • 4 ? quadrants ? 4 CU
  • 4 ? quadrants x 7 ? sectors x 8 ? sectors ? 224
    DU
  • Presampler
  • 4 ? quadrants x 4 ? sectors x 8 ? sectors ? 128
    DU
  • 4 ? quadrants ? 4 CU
  • Outer wheel
  • 4 ? quadrants x 7 ? sectors x 8 ? sectors ? 224
    DU
  • Inner wheel
  • 4 ? quadrants x 2 ? sectors x 16 ? sectors ? 128
    DU
  • Presampler
  • 4 ? quadrants x 2 ? sectors x 8 ? sectors ? 64 DU

29
HECA/HECC FSM structure proposal
  • 4 ? quadrants ? 4 CU
  • 4 ? quadrants x 8 ? sectors x 4 layers ? 128 DU
  • 3 layers ? 3 CU
  • 16 DU in the first layer
  • 8 DU in the second layer
  • 4 DU in the third layer

30
DU/CU numbers for HV system
HV control system
EMBA/C
EMBPSA/C
EMECA/C
EMECPSA/C
HEC
FCAL
4 ? quadrant
4 ? quadrant
4 ? quadrant
4 ? quadrant
4 ? quadrant
3 layers
HV sectors
HV sectors
HV sectors
HV sectors
HV sectors
HV sectors
Iseg Ch.
Iseg Ch.
Iseg Ch.
Iseg Ch.
Iseg Ch.
Iseg Ch.
31
FSM for the
Common Infrastructure Control (CIC)
Write a Comment
User Comments (0)
About PowerShow.com