HOME
ESR
EXPERIMENTS
LABS etc
|
E121
E127
E132
E125
E143
laser_cooling_2021
E142
Ê128
E146
E0052
E0018
E0028
E0038
|
Bound beta decay experiment on Tl-205 |
Not logged in |
|
|
Message ID: 4
Entry time: Fri Dec 7 10:56:04 2018
|
Author: |
Jan Glorius |
Category: |
SlowControl |
Subject: |
EPICS ioc on raspberry |
|
|
We have an EPCIS server (ioc) running on our raspberry (ext-027377). It talks to our MesyTec modules (MSCF shapers, MHV4 high-voltages).
In principal it should be running all the time, but here is the manual how to check/start it:
-login on GSI-linux using <litv-exp> user
-type in console: e121pi (alias for: 'ssh -X litv-exp@ext-027377.gsi.de')
-open the "mrcc" screen session: screen -x mrcc
-if the ioc is running you will see here terminal outputs like:
Quote: | cbLow: Active ringpi:mrcc:mhv2:getRcStatus
cbLow: Active ringpi:mrcc:mhv2:getCurrent1 |
-if this is not the case, you have to restart the ioc:
- <Ctrl>+c to end any running ioc (if it has errors)
- the command to start the ioc: e121_ioc (alias for '/home/litv-exp/epics/mrcc_ioc/bin/linux-arm/mrcc /home/litv-exp/epics/mrcc_ioc/iocBoot/iocmrcc/start_ringpi.cmd')
- now the terminal outputs should be as quoted above (errors show up in red)
- finally <Ctrl>+a d to exit the screen session |