From 71b4ccd9a6540eb8499df5faa0f1bdce57c72330 Mon Sep 17 00:00:00 2001
From: bcda <mooney@aps.anl.gov>
Date: Tue, 21 Jan 2003 22:07:27 +0000
Subject: [PATCH] added Ernest Williams picomotor support

---
 iocBoot/iocxxx/st.cmd | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/iocBoot/iocxxx/st.cmd b/iocBoot/iocxxx/st.cmd
index a5527fe..b837954 100644
--- a/iocBoot/iocxxx/st.cmd
+++ b/iocBoot/iocxxx/st.cmd
@@ -41,7 +41,7 @@ ld < xxxLib
 #cd appbin
 
 # This IOC talks to a local GPIB server
-#ld < bin/GpibHideosLocal.o
+#ld < GpibHideosLocal.o
 
 ### dbrestore setup
 # ok to restore a save set that had missing values (no CA connection to PV)?
@@ -92,6 +92,11 @@ dbLoadDatabase("../../dbd/xxxApp.dbd")
 #dbLoadRecords("stdApp/Db/xia_slit.db", "P=xxx:, HSC=hsc2:", std)
 #dbLoadRecords("ipApp/Db/generic_serial.db", "P=xxx:,C=0,IPSLOT=a,CHAN=6,BAUD=9600,PRTY=None,DBIT=8,SBIT=1", ip)
 
+##### Pico Motors (Ernest Williams MHATT-CAT)
+##### Motors (see picMot.substitutions in same directory as this file) ####
+dbLoadTemplate("picMot.substitutions", ip)
+
+
 ################################
 # Sector 2 custom databases
 ################################
-- 
GitLab