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="eb4058ab-b659-47d0-8ad0-1124dce23664"><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="aa1be631-5602-4d24-8355-874e6e68382f"><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="65775a3f-8a64-4b8e-85e9-9fd5f6ad99e0"><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="d107fefb-ca04-4733-8968-11d419c167b2"><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="5b71fca6-445d-4ad5-b341-7b0396d770fe"><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
    

...