From 786a4f4ea204f6a795e8d44ef2e136c55d90554a Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Fri, 15 Dec 2006 22:33:33 +0000
Subject: [PATCH] Added timer example

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

diff --git a/iocBoot/iocvxWorks/st.cmd b/iocBoot/iocvxWorks/st.cmd
index c7b4f1c..bb801c9 100644
--- a/iocBoot/iocvxWorks/st.cmd
+++ b/iocBoot/iocvxWorks/st.cmd
@@ -181,6 +181,9 @@ dbLoadRecords("$(CALC)/calcApp/Db/arrayTest.db", "P=xxx:,N=2000")
 # pvHistory (in-crate archive of up to three PV's)
 #dbLoadRecords("$(STD)/stdApp/Db/pvHistory.db","P=xxx:,N=1,MAXSAMPLES=1440")
 
+# software timer
+#dbLoadRecords("$(STD)/stdApp/Db/timer.db","P=xxx:,N=1")
+
 # Slow feedback
 dbLoadTemplate "pid_slow.substitutions"
 
-- 
GitLab