Something went wrong on our end
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
st.cmd.Win32 832 B
# Windows startup script
< envPaths
# Increase size of buffer for error logging from default 1256
errlogInit(20000)
################################################################################
# Tell EPICS all about the record types, device-support modules, drivers,
# etc. in the software we just loaded (xxx.munch)
dbLoadDatabase("../../dbd/iocxxxWin32.dbd")
iocxxxWin32_registerRecordDeviceDriver(pdbbase)
< common.iocsh
# devIocStats
dbLoadRecords("$(DEVIOCSTATS)/db/iocAdminSoft.db","IOC=xxx")
###############################################################################
iocInit
###############################################################################
# write all the PV names to a local file
dbl > dbl-all.txt
# Diagnostic: CA links in all records
dbcar(0,1)
# print the time our boot was finished
date