diff --git a/EPICS_R3.14.8/startup.script_epicsdependent b/EPICS_R3.14.8/startup.script_epicsdependent index 37645aa..e3a5607 100644 --- a/EPICS_R3.14.8/startup.script_epicsdependent +++ b/EPICS_R3.14.8/startup.script_epicsdependent @@ -4,10 +4,9 @@ cd LIB # load EPICS system core ld < iocCoreLibrary.munch -# load EPICS tools like "require" +# load tools like "require" ld < utilitiesLib.munch ld < miscLib.munch -misc_registerRecordDeviceDriver # disable floating point exceptions slsFppInit @@ -19,10 +18,11 @@ cd HOME # insert boot infos into database bootNotify (INSTBASE, "sls/bin/iocBootNotify.sh") -# try for user-defined menus scan and convert +# 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"