*** empty log message ***
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user