From 7bd5f1fa67c2aeb09c226f43f35ca6c8014fb4f2 Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Tue, 13 Sep 2011 22:10:49 +0000
Subject: [PATCH] comment out create_triggered_set() example

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

diff --git a/iocBoot/iocvxWorks/st.cmd b/iocBoot/iocvxWorks/st.cmd
index 9782ceb..175a92c 100644
--- a/iocBoot/iocvxWorks/st.cmd
+++ b/iocBoot/iocvxWorks/st.cmd
@@ -318,8 +318,8 @@ create_monitor_set("auto_settings.req",30,"P=xxx:")
 # If the path does not begin with '/', autosave will prepend the path that was specified in a
 # call to set_savefile_path().
 #create_triggered_set(<request file>,<trigger PV>,<macrostring>)
-macro="P=xxx:,SAVENAMEPV=xxx:userStringCalc1.SVAL,SAVEPATHPV=xxx:userStringCalc2.SVAL"
-create_triggered_set("trigSet.req","xxx:userStringCalc1.A",macro)
+#macro="P=xxx:,SAVENAMEPV=xxx:userStringCalc1.SVAL,SAVEPATHPV=xxx:userStringCalc2.SVAL"
+#create_triggered_set("trigSet.req","xxx:userStringCalc1.A",macro)
 
 ### Start the saveData task.  If you start this task, scan records mentioned
 # in saveData.req will *always* write data files.  There is no programmable
-- 
GitLab