900 B
900 B
ISTTOK Epics IOC running in the Raspberry Pi Central Control
Steps
-
Install epics on Rpi Linux. You need to install the following required support modules
- ASYN
- StreamDevice
- Sequencer
- I2C driver, drvAsynI2C
-
Goto $HOME folder and Run
- `git clone https://bernardo@git.ipfn.tecnico.ulisboa.pt/r/ISTTOK.git
cd ISTTOKepics/iocs/ISTTOKrpimake
Start the IOC on power up
1. Make sure `screen` is installed in Linux
2. Include following Line in /etc/rc.local
* `screen -dm bash -c "cd [..]/ISTTOKrpi/iocBoot/iocISTTOKrpi; ../../bin/linux-arm/ISTTOKrpi st.cmd"`
3. To access EPICS console run
* `sudo screen -r`