HOME
ESR
EXPERIMENTS
LABS etc
|
E121
E127
E132
E125
E143
laser_cooling_2021
E142
Ê128
E146
E0052
E0018
E0028
E0038
|
Nuclear hyperfine mixing in 229Th89+ |
Not logged in |
|
|
Message ID: 190
Entry time: Sun Apr 10 02:20:17 2022
|
Author: |
Patrick |
Category: |
DAQ |
Subject: |
New mbs startup guide |
|
|
Connecting to the rfio server and opening a file is included in '@startup' now. Since mbs crashes reliably every 3 or 4 runs, it may be preferable to use the following procedure (which did not crash yet):
| DAQ1 | DAQ2
|
1 | ssh atplaser@r4l-41 | ssh stoe_exp@r4l-68
|
2 | ThE142_2022 | see ID:179
|
3 | cd mbsrun/th22 | cd mbsrun/th22cd /esr/usr/stoe_exp/E142Brandau/SCA... (auto complete with tab)
|
// loop start | |
|
4 | resl | resl
|
5 | mbs | mbs
|
6 | @startup | @startup
|
7 | // connect go4 | // connect go4
|
8 | sta ac | sta ac
|
9 | // measure | // measure
|
10 | sto ac | sto ac
|
11 | clo fi | clo fi
|
12 | exit | exit
|
13 | // disconnect go4 | // disconnect go4
|
14 | // go to step 4 | // go to step 4
|
Note: At least in DAQ1, step 13 is necessary to be able to reconnect mbs to the rfio server. |