Skip to content
Snippets Groups Projects
Commit 7bd5f1fa authored by mooney's avatar mooney
Browse files

comment out create_triggered_set() example

parent af308c9e
No related branches found
No related tags found
No related merge requests found
...@@ -318,8 +318,8 @@ create_monitor_set("auto_settings.req",30,"P=xxx:") ...@@ -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 # If the path does not begin with '/', autosave will prepend the path that was specified in a
# call to set_savefile_path(). # call to set_savefile_path().
#create_triggered_set(<request file>,<trigger PV>,<macrostring>) #create_triggered_set(<request file>,<trigger PV>,<macrostring>)
macro="P=xxx:,SAVENAMEPV=xxx:userStringCalc1.SVAL,SAVEPATHPV=xxx:userStringCalc2.SVAL" #macro="P=xxx:,SAVENAMEPV=xxx:userStringCalc1.SVAL,SAVEPATHPV=xxx:userStringCalc2.SVAL"
create_triggered_set("trigSet.req","xxx:userStringCalc1.A",macro) #create_triggered_set("trigSet.req","xxx:userStringCalc1.A",macro)
### Start the saveData task. If you start this task, scan records mentioned ### Start the saveData task. If you start this task, scan records mentioned
# in saveData.req will *always* write data files. There is no programmable # in saveData.req will *always* write data files. There is no programmable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment