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="46a38503-7e14-409e-9b8f-9f9cd476138a"><ac:plain-text-body><![CDATA[

[BUILD_HOST]

rddev101

rddev101

pcslac02a

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="ef7e7238-a4d6-4300-b846-aa8665ff09f0"><ac:plain-text-body><![CDATA[

[XMD_HOST]

atca01

rdcds105

pcslac02

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="c6ea605f-f89d-489e-872e-53481fbe5201"><ac:plain-text-body><![CDATA[

[IPC_HOST]

atca01

rdcds105

pcslac02a

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="efb5d24a-df59-4a75-8574-d1de6e8a1f36"><ac:plain-text-body><! [CDATA[ [RCE]

rce20

rce22

rce31

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="17409ab3-b987-42db-af61-1b9e85fc409a"><ac:plain-text-body><![CDATA[

rce27

[RCE_INTERFACE]

0

0

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

SLAC module setup:
Cosmic Telescope (rce20)

...

  • 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
    
  • 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
    

...