16 lines
381 B
Plaintext
16 lines
381 B
Plaintext
# 2nd part of common vxWorks startup
|
|
|
|
# IOC monitoring
|
|
require "iocStats", getenv("iocStats_VERSION")
|
|
#require "iocmonCompat", "ifexists"
|
|
|
|
# Battery monitoring
|
|
#require "M48T37", getenv("M48T37_VERSION")?getenv("M48T37_VERSION"):"ifexists"
|
|
|
|
# Database Upload
|
|
require "iocinfo", getenv("iocinfo_VERSION")?getenv("iocinfo_VERSION"):"ifexists"
|
|
|
|
iocInit
|
|
|
|
# end of startup.script_part2
|