Drop support for EPICS 3.13, IOCs without route settings, and useless M48T37 battery check driver
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
# 2nd part of common vxWorks startup
|
||||
|
||||
# IOC monitoring
|
||||
require R3_13?"iocmon":"iocStats", getenv(R3_13?"iocmon_VERSION":"iocStats_VERSION")
|
||||
require "iocmonCompat", "ifexists"
|
||||
require "iocStats", getenv("iocStats_VERSION")
|
||||
#require "iocmonCompat", "ifexists"
|
||||
|
||||
# Battery monitoring
|
||||
require "M48T37", getenv("M48T37_VERSION")?getenv("M48T37_VERSION"):"ifexists"
|
||||
#require "M48T37", getenv("M48T37_VERSION")?getenv("M48T37_VERSION"):"ifexists"
|
||||
|
||||
# Database Upload
|
||||
require "iocinfo", getenv("iocinfo_VERSION")?getenv("iocinfo_VERSION"):"ifexists"
|
||||
|
||||
#Enable memory >32MB on IOC that have it. (Is a NOOP on all others)
|
||||
memAddToPool sysMemTop(), EXTENDED_MEMORY
|
||||
|
||||
iocInit
|
||||
|
||||
# end of startup.script_part2
|
||||
|
||||
Reference in New Issue
Block a user