From 05bb62a26e5e9d58456f1f574e9ab0b17dffef27 Mon Sep 17 00:00:00 2001 From: zimoch Date: Fri, 13 Dec 2013 09:41:05 +0000 Subject: [PATCH] for tests --- EPICS_R3.15/startup.script_epicsdependent | 38 +++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 EPICS_R3.15/startup.script_epicsdependent diff --git a/EPICS_R3.15/startup.script_epicsdependent b/EPICS_R3.15/startup.script_epicsdependent new file mode 100644 index 0000000..d71689d --- /dev/null +++ b/EPICS_R3.15/startup.script_epicsdependent @@ -0,0 +1,38 @@ +# $Source: /cvs/A/CS/startup/EPICS_R3.15/Attic/startup.script_epicsdependent,v $ +cd LIB + +# load EPICS system core +ld < softIoc.munch + +# load tools like "require" +ld < utilitiesLib.munch +ld < miscLib-zimoch.munch + +# disable floating point exceptions +slsFppInit + +# next line allows to continue even if mounting of /ioc failed +cd bootInfo("%H:") +cd HOME + +# insert boot infos into database +bootNotify (INSTBASE, "sls/bin/iocBootNotify.sh") + +# try for user-defined menus scan and convert (may fail but that's ok) +dbLoadDatabase("dbd/scan.dbd") +dbLoadDatabase("dbd/convert.dbd") +dbLoadDatabase("dbd/slsConvert.dbd") +taskDelay(sysClkRateGet()) + +# load standard drivers +require "base" +require "symbDev" +require "seq" + +#require "generalTime" +#EvtTimeConfigure(master?, sync_rate_sec, clock_rate_hz, master_port, slave_port, time_out_msec) +#EvtTimeConfigure(0, 5, 500000, 18323, 18322, 250) + +AUTOSRHOST=bootHost() + +# end of R3.14.12 specific script