*** empty log message ***

This commit is contained in:
zimoch
2011-06-08 11:36:23 +00:00
parent 1f99f54d96
commit 9ce4985796

View File

@@ -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"