From 28a05a1aa43427766bd6ccfbb4dac4d180fb95e1 Mon Sep 17 00:00:00 2001
From: jsullivan-anl <sullivan@aps.anl.gov>
Date: Wed, 16 May 2007 15:06:43 +0000
Subject: [PATCH] Initial release of autoShutter system

---
 iocBoot/iocvxWorks/autoShutter.substitutions | 21 ++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 iocBoot/iocvxWorks/autoShutter.substitutions

diff --git a/iocBoot/iocvxWorks/autoShutter.substitutions b/iocBoot/iocvxWorks/autoShutter.substitutions
new file mode 100644
index 0000000..87a6965
--- /dev/null
+++ b/iocBoot/iocvxWorks/autoShutter.substitutions
@@ -0,0 +1,21 @@
+file "$(STD)/stdApp/Db/autoShutter.vdb"
+{
+pattern
+{P           S       BL           T1      T2   ALM}
+{xxx:        A      "##"          1       2     1}
+}
+
+file "$(STD)/stdApp/Db/countDownTimer.vdb"
+{
+pattern
+{P           N}
+{xxx:        1}
+{xxx:        2}
+}
+
+file "$(STD)/stdApp/Db/alarmClock.vdb"
+{
+pattern
+{P           N}
+{xxx:        1}
+}
-- 
GitLab