-- MathieuBiaut - 2023-03-29

Introduction

This twiki explain how to use ATLLARLDPB and OpcUaLarLdpb at EMF (how to set up the setup and how to use it)

First, you have to start Latodim

connect to the computer

ssh -X pcatllar07

go to the latodim directory

cd /det/lar/project/opcualarldpb

setup the environnement

source setup.sh

check if the binary are running

source status.sh

At EMF to run the server :

./start.sh configs/emf.xml

At P1 :

./start.sh configs/p1.xml

Second, launch the WinCCOA graphical panel

There isn't ATLAS LAR DCS at EMF, you need to launch panel directly from the computer where the project is running

connect to the computer

ssh -X pcatllarltdbemf

/!\ This machine is localbooted, and not contain all cern user. First time you connect to it, please contact machine responsabile Etienne Fortin (etienne.marie.fortin@cernNOSPAMPLEASE.ch), he will create your account on this machine

After add in your bashrc : if [[ $- =~ "i" ]]; then
  if [[ $(hostname) = pcatllarltdbemf ]]; then
    export PATH=/opt/WinCC_OA/3.16/bin/:$PATH
    alias ltdbMain=' WCCOAui -proj ATLLARLTDB -p fwAtlasMainPanels/LARLTDB/main_fsm.pnl'
    alias ldpbMain='WCCOAui -proj ATLLARLDPB -p fwAtlasMainPanels/LARLDPB/atllarldpb_main_emf.xml'
    echo "----------------------------------------"
    echo "DCS setup, available alias:"
    echo "ltdbMain: WCCOAui -proj ATLLARLTDB -p main.pnl"
    echo "ldpbMain :WCCOAui -proj ATLLARLDPB -p fwAtlasMainPanels/LARLDPB/atllarldpb_main_emf.xml"
    echo "----------------------------------------"
  fi
fi

Then execute ldpbMain, to start graphical interface for ATLLARLDPB (note you just add the alias in your bashrc, please run bash before ldpbMain)

Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r4 - 2024-04-25 - MathieuBiaut
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Main All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback