Skip to content
Snippets Groups Projects
Commit e2b95858 authored by klang's avatar klang
Browse files

64 bit windows has a different dbd file

parent 14b26144
No related branches found
No related tags found
No related merge requests found
# 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/iocxxxWin64.dbd")
iocxxxWin64_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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment