Skip to content
Snippets Groups Projects
Commit 9d738b10 authored by mooney's avatar mooney
Browse files

commented out MAX_trajectoryScan

parent 56824bf4
No related branches found
No related tags found
No related merge requests found
...@@ -55,8 +55,6 @@ epicsEnvSet("STREAM_PROTOCOL_PATH", ".") ...@@ -55,8 +55,6 @@ epicsEnvSet("STREAM_PROTOCOL_PATH", ".")
dbLoadDatabase("$(TOP)/dbd/iocxxxVX.dbd") dbLoadDatabase("$(TOP)/dbd/iocxxxVX.dbd")
iocxxxVX_registerRecordDeviceDriver(pdbbase) iocxxxVX_registerRecordDeviceDriver(pdbbase)
#dbLoadTemplate("octupole.substitutions")
# Autosave info node example # Autosave info node example
dbLoadRecords("$(AUTOSAVE)/asApp/Db/infoExample.db","P=xxx:") dbLoadRecords("$(AUTOSAVE)/asApp/Db/infoExample.db","P=xxx:")
...@@ -296,7 +294,7 @@ seq(&pf4,"name=pf2,P=xxx:,H=pf4:,B=B,M=xxx:userCalc1,BP=xxx:Unidig1Bo,B1=7,B2=8, ...@@ -296,7 +294,7 @@ seq(&pf4,"name=pf2,P=xxx:,H=pf4:,B=B,M=xxx:userCalc1,BP=xxx:Unidig1Bo,B1=7,B2=8,
#seq &octupole, "P=xxx:, Q=octupole:, S=softGlue:" #seq &octupole, "P=xxx:, Q=octupole:, S=softGlue:"
# MAXV trajectory scan # MAXV trajectory scan
seq &MAX_trajectoryScan, "P=xxx:,R=traj1:,M1=m1,M2=m2,M3=m3,M4=m4,M5=m5,M6=m6,M7=m7,M8=m8,PORT=none" #seq &MAX_trajectoryScan, "P=xxx:,R=traj1:,M1=m1,M2=m2,M3=m3,M4=m4,M5=m5,M6=m6,M7=m7,M8=m8,PORT=none"
### Start up the autosave task and tell it what to do. ### Start up the autosave task and tell it what to do.
# The task is actually named "save_restore". # The task is actually named "save_restore".
......
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