14 lines
442 B
Plaintext
14 lines
442 B
Plaintext
# 2nd part of common startup
|
|
iocInit
|
|
|
|
# initialize records
|
|
sprintf (STRINGBUFFER, "%s/sls/bin/loadAllSettings.sh", INSTBASE)
|
|
rsh (bootHost(), STRINGBUFFER, IOC, "default")
|
|
|
|
# insert record list into database
|
|
listRecords (bootInfo("/home/ioc/%T.dbl"), "RTYP DESC")
|
|
sprintf (STRINGBUFFER, "%s/sls/bin/dbl2odb.sh", INSTBASE)
|
|
rsh (bootHost(), STRINGBUFFER, IOC, bootInfo("%B"), getenv("EPICS_CA_SERVER_PORT"), "&")
|
|
|
|
# end of startup.script_part2
|