removed unused subdirs
This commit is contained in:
@@ -1,40 +0,0 @@
|
||||
# $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
|
||||
putenv("EPICS_TS_MIN_WEST=-60")
|
||||
require "mrcevg"
|
||||
require "mrcevr"
|
||||
require "TSstat"
|
||||
TSconfigure(0,20,1000,18323,18322,250,0)
|
||||
|
||||
# end of R3.13 specific script
|
||||
@@ -1,37 +0,0 @@
|
||||
# $Source: /cvs/A/CS/startup/EPICS_R3.13/Attic/startup.script_epicsdependent,v $
|
||||
cd LIB
|
||||
|
||||
# load EPICS system core
|
||||
ld < iocCore
|
||||
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
|
||||
putenv("EPICS_TS_MIN_WEST=-60")
|
||||
TSconfigure(0,10,10,18323,18322,250,1)
|
||||
|
||||
# end of R3.13 specific script
|
||||
@@ -1,37 +0,0 @@
|
||||
# $Source: /cvs/A/CS/startup/EPICS_R3.14/Attic/startup.script_epicsdependent,v $
|
||||
cd LIB
|
||||
|
||||
# load EPICS system core
|
||||
ld < iocCoreLibrary.munch
|
||||
|
||||
# load tools like "require"
|
||||
ld < utilitiesLib.munch
|
||||
ld < miscLib.munch
|
||||
|
||||
# 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 (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"
|
||||
require "symbDev"
|
||||
|
||||
require "generalTime"
|
||||
#EvtTimeConfigure(master?, sync_rate_sec, clock_rate_hz, master_port, slave_port, time_out_msec)
|
||||
EvtTimeConfigure(0, 5, 500000, 18323, 18322, 250)
|
||||
|
||||
AUTOSRHOST=bootHost()
|
||||
|
||||
# end of R3.14 specific script
|
||||
@@ -1,38 +0,0 @@
|
||||
# $Source: /cvs/A/CS/startup/EPICS_R3.15/Attic/startup.script_epicsdependent,v $
|
||||
cd LIB
|
||||
|
||||
# load EPICS system core
|
||||
ld < softIoc.munch
|
||||
|
||||
# load tools like "require"
|
||||
ld < utilitiesLib.munch
|
||||
ld < miscLib-zimoch.munch
|
||||
|
||||
# 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 (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"
|
||||
require "symbDev"
|
||||
require "seq"
|
||||
|
||||
#require "generalTime"
|
||||
#EvtTimeConfigure(master?, sync_rate_sec, clock_rate_hz, master_port, slave_port, time_out_msec)
|
||||
#EvtTimeConfigure(0, 5, 500000, 18323, 18322, 250)
|
||||
|
||||
AUTOSRHOST=bootHost()
|
||||
|
||||
# end of R3.14.12 specific script
|
||||
Reference in New Issue
Block a user