From a60855d8e3482ece9e318b22af939292020d65c1 Mon Sep 17 00:00:00 2001
From: Ron Sluiter <rsluiter@users.noreply.github.com>
Date: Fri, 8 Dec 2006 16:25:13 +0000
Subject: [PATCH] Replace "Allstop, alldone" all_com_xx.db's with Kevin
 Peterson's motorUtil.

---
 iocBoot/iocvxWorks/st.cmd | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/iocBoot/iocvxWorks/st.cmd b/iocBoot/iocvxWorks/st.cmd
index 78ec43b..c7b4f1c 100644
--- a/iocBoot/iocvxWorks/st.cmd
+++ b/iocBoot/iocvxWorks/st.cmd
@@ -82,9 +82,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")
@@ -265,3 +263,7 @@ saveData_Init("saveData.req", "P=xxx:")
 ##free(mem)
 
 dbcar(0,1)
+
+# motorUtil (allstop & alldone)
+motorUtilInit("xxx:")
+
-- 
GitLab