Files
ISTTOK/epics/iocs/ISTTOKrpi
Bernardo Carvalho 4851187e5b Copied from SVN
2019-10-10 11:57:26 +01:00
..
2019-10-09 10:59:54 +01:00
2019-10-10 11:57:26 +01:00
2019-10-09 10:59:54 +01:00
2019-10-09 11:32:12 +01:00
2019-10-09 10:59:54 +01:00
2019-10-10 11:57:26 +01:00

### ISTTOK Epics IOC running in the Raspberry Pi Central Control 

## Steps 
1. Install epics on Rpi Linux. Install Moduled ASYN, StreamDevice and SNCSEQ
2. Goto $HOME folder
3. Run 
	* `git clone  https://bernardo@git.ipfn.tecnico.ulisboa.pt/r/ISTTOK.git
	* `cd ISTTOK`
	* `epics/iocs/ISTTOKrpi`
	* `make`
	
## Start 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 do
     * `screen -r`