Skip to content
Snippets Groups Projects
Commit 43be69bc authored by Jeong Han Lee's avatar Jeong Han Lee
Browse files

add -x opton to softIoc

parent d42523f0
No related branches found
No related tags found
No related merge requests found
...@@ -50,11 +50,15 @@ trap "softIoc_end" EXIT SIGTERM ...@@ -50,11 +50,15 @@ trap "softIoc_end" EXIT SIGTERM
loadFiles "$@" loadFiles "$@"
if [ "$init" != NO ]; then if [ "$init" != NO ]; then
echo "iocInit" printf "iocInit\n"
fi fi
} > ${STARTUP} } > ${STARTUP}
ulimit -c unlimited ulimit -c unlimited
softIoc -D ${EPICS_BASE}/dbd/softIoc.dbd "${STARTUP}" 2>&1 # -x "PREFIX"
# PREFIX:exit & PREFIX:BaseVersion PVs are added to softIoc
# We can end this IOC via caput PREFIX:exit 1
softIoc -D ${EPICS_BASE}/dbd/softIoc.dbd -x "TEST" "${STARTUP}" 2>&1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment