Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

 

SLAC (Lab1)

SLAC (cosmic telescope)

CERN

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="cbc63df1-76a5-41bb-914e-2a6228d78d97"><ac:plain-text-body><! [CDATA[ [BUILD_HOST]

rddev101

rddev101

lnxatd76

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="74bc43e5-6836-44a5-9f41-3b382ec7cc67"><ac:plain-text-body><![CDATA[

[XMD_HOST]

atca01

rdcds105

pcphuat27

]]></ac:plain-text-body></ac:structured-macro>

pcslac02a

[

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="a0af7c5f-c32b-4290-8cc8-c8e754fa6a3d"><ac:plain-text-body><![CDATA[

[IPC_HOST]

atca01

rdcds105

lnxatd76

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="c676c79d-2c99-4e63-b0a0-326d6cc4571c"><ac:plain-text-body><![CDATA[

pcslac02a

[RCE]

rce20

rce22

rce27

rce31

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="4206b409-cf90-4ada-b618-3318efdef8d8"><ac:plain-text-body><![CDATA[

[RCE_INTERFACE]

0

0

1 ]]></ac:plain-text-body></ac:structured-macro>

SLAC module setup:
Cosmic Telescope (rce20)

...

Setup for Bourne-Shell
Code Block
source  /reg/g/atlas/rcecalib/setup/setup_rce.sh
Or adding the

...

following lines to $HOME/.bash_profile
Code Block

if [ !  -r /reg/g/atlas/rcecalib/setup/setup_rce.sh ]; then
source /reg/g/atlas/rcecalib/setup/setup_rce.sh 2>&1 > /dev/null
fi
Checking out  and setting up the RCE and STControl/PixLib packages into a directory. The setup scripts assume that top RCE release directory is found in $HOME/rce. HOME should point to /reg/lab1/home/$USER. Several release installations should be managed by symbolic links.
Code Block
[BUILD_HOST] mkdir $HOME/RCE
[BUILD_HOST] cd $HOME/RCE
[BUILD_HOST] cvs co -d rcecalib-CVS-HEAD release
[BUILD_HOST] cd $HOME
[BUILD_HOST] ln -s RCE/rcecalib-CVS-HEAD rce
[BUILD_HOST] cd rce
[BUILD_HOST] cvs co pixlib rce rceapp rceers rceowl rcecalib rceipc rceis rceoh rceusr
[BUILD_HOST] cp rcecalib/projects.mk.template projects.mk
Building the RCE and STControl/pixlib packages.

...

  • Start ipc initial and 'rcetest' partition
    Code Block
    [IPC_HOST] ipc_server &
    [IPC_HOST] ipc_server -p rcetest &
    [IPC_HOST} is_server -p rcetest -n RceIsServer &
    
  • Download the calibration server application to the RCE.
    Code Block
    
    host_bootloader -r rce31 -s cmdcalib.txt -i ~/ipc_root.ref -l ~/rce/build/rcecalib/mod/ppc-rtems-rce405-opt/calibservermod.1.0.prod.so
    
  • cmdcalib.txt contains commands executed by host_bootloader. For example
    Code Block
    
    reboot
    setenv TDAQ_PARTITION rcetest
    setenv TDAQ_IS_COMPRESSION_THRESHOLD 100000000
    reboot
    _dow is an expect-script to automate the download via xmd.
    Code Block
    
    [XMD_HOST] rce_dow
    
  • Run the command line calibration client on the SLAC Lab1 teststand; the module is connected to channel 4.
    Code Block
    [IPC_HOST] calibclient -p rcetest -c 4 -m /reg/g/atlas/rcecalib/moduleconfigs/M511958/configs/CosTel.cfg
    

...

Running STcontrol

...

  • To start STcontrol
    Code Block
    
    [IPC_HOST] STcontrol