Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

SLAC (Lab1)

SLAC (cosmic telescope)

CERN

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="56547b93f0c10737-a007622f-40f84286-a044ba2b-512627299aeb2a53386cb54a"><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="d484259addb02e68-2a1a2a63-411542a7-ad7d-899ba7004832"><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="ff2a3c26-a9f8-4290-a820-0de5f45544d28910-f477be163ce0"><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="d36f5e838e78afc5-0bc4578b-49954497-8554b840-5fdd5c9e280b452a23506bf1"><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="c5461223bb7ca6f6-3bc04c56-47c54f2f-b635b1ad-74218311633cf7faaa102695"><ac:plain-text-body><![CDATA[

[RCE_INTERFACE]

0

0

1

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

...

  • 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
    

...