Files
ISTTOK/epics/iocs/ISTTOKrpi/iocBoot/iocISTTOKrpi/README
Bernardo Carvalho a0a43ee5a6 Added MARTe2 PVs in State Machine
Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
2024-04-23 15:57:51 +00:00

13 lines
452 B
Plaintext

To start the ioc from this directory execute the command
../../bin/linux-arm/<appname> st.cmd
Alternatively make the st.cmd file directly executable with
chmod +x st.cmd
and check the executable name on the first line of the st.cmd file
You may need to change the name of the .dbd file given in the
st.cmd's dbLoadDatabase() command before starting the ioc.
Purge save files older than 15 days
$ find ./save/ -mindepth 1 -mtime +15 -delete