Closedown

This commit is contained in:
sfop
2016-07-07 14:21:02 +02:00
parent b965ff01c1
commit 7112484cfc
6 changed files with 3 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
$gun_solenoid=ch.psi.pshell.epics.Positioner|SINEG01-MSOL130:I-SET SINEG01-MSOL130:I-READ|||true
gun_solenoid=ch.psi.pshell.epics.Positioner|SINEG01-MSOL130:I-SET SINEG01-MSOL130:I-READ|||true
gun_phase=ch.psi.pshell.epics.Positioner|SINEG01-RSYS:SET-BEAM-PHASE SINEG01-RSYS:GET-BEAM-PHASE|||true
#SINSB01_phase=ch.psi.pshell.epics.Positioner|VA-SINSB01-RSYS100:SET-BEAM-PHASE VA-SINSB01-RSYS100:GET-BEAM-PHASE|||true
#BC1_energy=ch.psi.pshell.epics.ChannelDouble|VA-SINBC02-DBPM140:ENERGY|Read||true

View File

@@ -51,7 +51,7 @@ mag = [ "SINEG01-MCRX120","SINEG01-MCRY120",
"SINEG01-MQUA310",
"SINEG01-MQUA320" ]
switchOffMagnets(mag)
switch_off_magnets(mag)
# add here gun phase setting see wiki page

View File

@@ -42,7 +42,7 @@ mag = [ "SINEG01-MCRX120","SINEG01-MCRY120",
"SINEG01-MQUA310",
"SINEG01-MQUA320" ]
if zero_solenoids:
switchOffMagnets(mag)
multiple_background(mag)
# add here gun phase setting see wiki page

View File

@@ -1,3 +0,0 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
// Deployment specific global definitions - executed after startup.groovy
///////////////////////////////////////////////////////////////////////////////////////////////////

View File

@@ -1,4 +0,0 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
// Deployment specific global definitions - executed after startup.js
///////////////////////////////////////////////////////////////////////////////////////////////////

View File

@@ -1,3 +0,0 @@
print "Start"
time.sleep(3.0)
print "Stop"