moved to subdirectories because of incompatobilities in vxworks 6
This commit is contained in:
@@ -2,11 +2,10 @@
|
||||
|
||||
# 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")
|
||||
# 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")
|
||||
|
||||
@@ -21,6 +20,9 @@ putenv(bootInfo("EPICS_CAS_INTF_ADDR_LIST=%e"))
|
||||
putenv("EPICS_CAS_AUTO_BEACON_ADDR_LIST=NO")
|
||||
putenv(bootInfo("EPICS_CAS_BEACON_ADDR_LIST=%B"))
|
||||
|
||||
#Enable memory >32MB on IOC that have it. (Is a NOOP on all others)
|
||||
memAddToPool (sysMemTop(),EXTENDED_MEMORY)
|
||||
|
||||
iocInit
|
||||
|
||||
# initialize records
|
||||
|
||||
Reference in New Issue
Block a user