From 9ce49857969092c702e69660d2e22a3b9bdf3303 Mon Sep 17 00:00:00 2001 From: zimoch Date: Wed, 8 Jun 2011 11:36:23 +0000 Subject: [PATCH] *** empty log message *** --- EPICS_R3.14.8/startup.script_epicsdependent | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"