bugfixes in the script and database and a work in progress sim for nicos development

This commit is contained in:
2025-03-12 09:52:29 +01:00
parent 26390f07d6
commit 2eb9e514fe
10 changed files with 148 additions and 10 deletions

9
sim/ioc.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
export EPICS_HOST_ARCH=linux-x86_64
export EPICS_BASE=/usr/local/epics/base-7.0.7
PARENT_PATH="$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )"
echo "${PARENT_PATH}/st.cmd"
/usr/local/bin/procServ -L - -f -i ^D^C 20001 "${PARENT_PATH}/st.cmd"