From e2b95858e4f62baa7784679d3e40c0b8c6feffd9 Mon Sep 17 00:00:00 2001
From: klang <klang@aps.anl.gov>
Date: Fri, 16 Mar 2018 09:39:33 -0500
Subject: [PATCH] 64 bit windows has a different dbd file

---
 iocBoot/iocxxx/st.cmd.Win64 | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 iocBoot/iocxxx/st.cmd.Win64

diff --git a/iocBoot/iocxxx/st.cmd.Win64 b/iocBoot/iocxxx/st.cmd.Win64
new file mode 100644
index 0000000..a999e61
--- /dev/null
+++ b/iocBoot/iocxxx/st.cmd.Win64
@@ -0,0 +1,30 @@
+# 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
-- 
GitLab