From 7dbc34dfa876d41e3c7daf1a9438efb54f7bba95 Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Thu, 14 Dec 2006 18:55:00 +0000
Subject: [PATCH] replaced all_com_*.db with motorUtil.db

---
 iocBoot/iocCygwin/st.cmd | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/iocBoot/iocCygwin/st.cmd b/iocBoot/iocCygwin/st.cmd
index db6b4c3..6b4450f 100644
--- a/iocBoot/iocCygwin/st.cmd
+++ b/iocBoot/iocCygwin/st.cmd
@@ -38,9 +38,7 @@ dbLoadTemplate("softMotor.substitutions")
 dbLoadTemplate("pseudoMotor.substitutions")
 
 ### Allstop, alldone
-# This database must agree with the motors and other positioners you've actually loaded.
-# Several versions (e.g., all_com_32.db) are in stdApp/Db
-#dbLoadRecords("$(STD)/stdApp/Db/all_com_16.db","P=xxx:")
+dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=xxx:")
 
 ### streamDevice example
 #dbLoadRecords("$(TOP)/xxxApp/Db/streamExample.db","P=xxx:,PORT=serial1")
@@ -206,5 +204,8 @@ create_monitor_set("auto_settings.req",30,"P=xxx:")
 ### Start the saveData task.
 saveData_Init("saveData.req", "P=xxx:")
 
+# motorUtil (allstop & alldone)
+motorUtilInit("xxx:")
+
 dbcar(0,1)
 
-- 
GitLab