Files
startup/EPICS_R3.13.syncTS/startup.script_epicsdependent
2011-02-02 10:38:40 +00:00

40 lines
844 B
Plaintext

# $Source: /cvs/A/CS/startup/EPICS_R3.13.syncTS/Attic/startup.script_epicsdependent,v $
cd LIB
# load EPICS system core
ld < iocCore.syncTS
ld < seq
# load EPICS tools like "require"
ld < utilitiesLib
ld < miscLib
# 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
dbLoadDatabase("dbd/scan.dbd")
dbLoadDatabase("dbd/convert.dbd")
dbLoadDatabase("dbd/slsConvert.dbd")
#load standard drivers
require "base"
#temporary, some drivers still don't have dependency files
require "slsDev"
# setup clock
require "mrcevg"
require "mrcevr"
require "TSstat"
TSconfigure(0,20,1000,18323,18322,250,0)
# end of R3.13 specific script