after changing to routed SLS network
This commit is contained in:
@@ -1,4 +1,26 @@
|
||||
# 2nd part of common startup
|
||||
|
||||
# setup clock:
|
||||
# must be done AFTER loading iocCore and BEFORE iocInit
|
||||
#ifenvsetnew(ifName(),"EPICS_TS_NTP_INET","129.129.190.1","172.19.11.101","172.20.10.10")
|
||||
putenv("EPICS_TS_NTP_INET=129.129.190.1")
|
||||
# 2010:
|
||||
putenv("TIMEZONE=MET::-60:032802:103103")
|
||||
# 2011: putenv("TIMEZONE=MET::-60:032702:103003")
|
||||
# 2012: putenv("TIMEZONE=MET::-60:032502:102803")
|
||||
putenv("EPICS_TS_MIN_WEST=-60")
|
||||
|
||||
# setup logging on boot PC
|
||||
putenv(bootInfo("EPICS_IOC_LOG_INET=%h"))
|
||||
putenv("EPICS_IOC_LOG_PORT=6500")
|
||||
|
||||
# run EPICS only on 1st network port
|
||||
putenv("EPICS_CA_AUTO_ADDR_LIST=NO")
|
||||
putenv(bootInfo("EPICS_CA_ADDR_LIST=%B"))
|
||||
putenv(bootInfo("EPICS_CAS_INTF_ADDR_LIST=%e"))
|
||||
putenv("EPICS_CAS_AUTO_BEACON_ADDR_LIST=NO")
|
||||
putenv(bootInfo("EPICS_CAS_BEACON_ADDR_LIST=%B"))
|
||||
|
||||
iocInit
|
||||
|
||||
# initialize records
|
||||
|
||||
Reference in New Issue
Block a user