Startup
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<dimension>
|
||||
</positioner>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC1" id="TEY" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC2" id="I0" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC3" id="trans" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
|
||||
</dimension>
|
||||
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
|
||||
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
|
||||
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
|
||||
<script>
|
||||
import math
|
||||
def process(c,d):
|
||||
return c/d
|
||||
</script>
|
||||
</manipulation>
|
||||
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
|
||||
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
|
||||
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
|
||||
<script>
|
||||
import math
|
||||
def process(c,d):
|
||||
return c/d
|
||||
</script>
|
||||
</manipulation>
|
||||
</scan>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="" y="TEY" title="TEY" xsi:type="LinePlot"/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="" y="I0" title="I0" xsi:type="LinePlot"/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="" y="tey_norm" title="normalized by I0" />
|
||||
</configuration>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="0.5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="188" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="230" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_04/20150418" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="188" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="BE" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="LINEAR" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ALPHA" value="0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="1" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="180" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="230" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_06/20160606" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="180" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="BE_0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Close" delay="0.1" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="0.5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="188" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="230" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_04/20150413" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="188" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="BE_90" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="1.0" operation="putq" delay="20.0"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:STS:RAMP:MADE" value="R-Target Made" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" value="0.2" delay="5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="1.6" operation="putq"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="PseudoPositioner" settlingTime="0.01" id="N_points">
|
||||
<counts>7000</counts>
|
||||
</positioner>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="Timestamp" id="time"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-PC-MAG:X:RBV" id="field_tesla"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC3" id="field_analog"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC4" id="adc4"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC5" id="adc5"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC6" id="adc6"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC7" id="adc7"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC2" id="Izero"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC1" id="TEY"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-PC-TC:STS:T1" id="temperature"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-PGM:CERBK" id="energy"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ID:MODE" id="polarization"/>
|
||||
</dimension>
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" value="2" />
|
||||
</scan>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="adc4" title=" adc4 vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="adc5" title=" adc5 vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="adc6" title=" adc6 vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="adc7" title=" adc7 vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="Izero" title=" Izero vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="TEY" title="tey vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="N_points" y="field_analog" title=" field analog vs number of points"/>
|
||||
</configuration>
|
||||
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt" fileName="BTest"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="0.65" operation="putq" delay="20.0"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:STS:RAMP:MADE" value="R-Target Made" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" value="0.3" delay="2.0"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="0.9" operation="putq"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="PseudoPositioner" settlingTime="0.01" id="N_points">
|
||||
<counts>3000</counts>
|
||||
</positioner>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="Timestamp" id="time"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-PC-MAG:X:RBV" id="field_tesla"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC3" id="field_analog"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC4" id="adc4"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC5" id="adc5"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC6" id="adc6"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC7" id="adc7"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC2" id="Izero"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC1" id="TEY"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-PC-TC:STS:T1" id="temperature"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-PGM:CERBK" id="energy"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ID:MODE" id="polarization"/>
|
||||
</dimension>
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" value="2"/>
|
||||
</scan>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="adc4" title=" adc4 vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="adc5" title=" adc5 vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="adc6" title=" adc6 vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="adc7" title=" adc7 vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="Izero" title=" Izero vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="TEY" title="tey vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="N_points" y="field_analog" title=" field analog vs number of points"/>
|
||||
</configuration>
|
||||
@@ -0,0 +1,13 @@
|
||||
wait_inj
|
||||
set pol c- off 14.0
|
||||
|
||||
xfmr Hx 1.8 2.0 0.13 3500 delay 10
|
||||
file CoB
|
||||
start
|
||||
|
||||
|
||||
set pol c+ off 12.0
|
||||
xfmr Hx 1.8 2.0 0.13 3500 delay 10
|
||||
file CoB
|
||||
start
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
set pol c+ off 4.0
|
||||
xfmr Hx 1.1 1.7 0.4 3100 delay 5
|
||||
file CoB-plus
|
||||
start
|
||||
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
|
||||
set pol c- off 15.0
|
||||
|
||||
xfmr Hx 0.25 0.45 0.13 3500 delay 10
|
||||
file CoB
|
||||
start
|
||||
|
||||
|
||||
|
||||
set pol c+ off 13.0
|
||||
|
||||
|
||||
xfmr Hx 0.25 0.45 0.13 3500 delay 10
|
||||
file CoB
|
||||
start
|
||||
|
||||
@@ -0,0 +1,103 @@
|
||||
|
||||
set pol c+ off -12.5
|
||||
set E 1395.4
|
||||
xfmr Hx 0.0 0.1 0.045 6000 delay 5
|
||||
file ErB
|
||||
start
|
||||
|
||||
|
||||
set pol c- off -8
|
||||
set E 1395.4
|
||||
xfmr Hx 0.0 0.1 0.045 6000 delay 5
|
||||
file ErB
|
||||
start
|
||||
|
||||
set pol c- off -8
|
||||
set E 1395.4
|
||||
xfmr Hx 0.0 0.1 0.045 6000 delay 5
|
||||
file ErB
|
||||
start
|
||||
|
||||
set pol c+ off -12.5
|
||||
set E 1395.4
|
||||
xfmr Hx 0.0 0.1 0.045 6000 delay 5
|
||||
file ErB
|
||||
start
|
||||
|
||||
|
||||
set pol c+ off -12.5
|
||||
set E 1395.4
|
||||
xfmr Hx 0.0 0.1 0.045 6000 delay 5
|
||||
file ErB
|
||||
start
|
||||
|
||||
|
||||
set pol c- off -8
|
||||
set E 1395.4
|
||||
xfmr Hx 0.0 0.1 0.045 6000 delay 5
|
||||
file ErB
|
||||
start
|
||||
|
||||
set pol c- off -8
|
||||
set E 1395.4
|
||||
xfmr Hx 0.0 0.1 0.045 6000 delay 5
|
||||
file ErB
|
||||
start
|
||||
|
||||
set pol c+ off -12.5
|
||||
set E 1395.4
|
||||
xfmr Hx 0.0 0.1 0.045 6000 delay 5
|
||||
file ErB
|
||||
start
|
||||
|
||||
|
||||
set pol c+ off -12.5
|
||||
set E 1395.4
|
||||
xfmr Hx 0.0 -0.1 0.045 6000 delay 5
|
||||
file ErB
|
||||
start
|
||||
|
||||
|
||||
set pol c- off -8
|
||||
set E 1395.4
|
||||
xfmr Hx 0.0 -0.1 0.045 6000 delay 5
|
||||
file ErB
|
||||
start
|
||||
|
||||
set pol c- off -8
|
||||
set E 1395.4
|
||||
xfmr Hx 0.0 -0.1 0.045 6000 delay 5
|
||||
file ErB
|
||||
start
|
||||
|
||||
set pol c+ off -12.5
|
||||
set E 1395.4
|
||||
xfmr Hx 0.0 -0.1 0.045 6000 delay 5
|
||||
file ErB
|
||||
start
|
||||
|
||||
|
||||
set pol c+ off -12.5
|
||||
set E 1395.4
|
||||
xfmr Hx 0.0 -0.1 0.045 6000 delay 5
|
||||
file ErB
|
||||
start
|
||||
|
||||
|
||||
set pol c- off -8
|
||||
set E 1395.4
|
||||
xfmr Hx 0.0 -0.1 0.045 6000 delay 5
|
||||
file ErB
|
||||
start
|
||||
|
||||
set pol c- off -8
|
||||
set E 1395.4
|
||||
xfmr Hx 0.0 -0.1 0.045 6000 delay 5
|
||||
file ErB
|
||||
start
|
||||
|
||||
set pol c+ off -12.5
|
||||
set E 1395.4
|
||||
xfmr Hx 0.0 -0.1 0.045 6000 delay 5
|
||||
file ErB
|
||||
start
|
||||
@@ -0,0 +1,16 @@
|
||||
|
||||
xfmr Hx 0.358 0.368 0.01 2000
|
||||
file Fe
|
||||
start
|
||||
|
||||
xfmr Hx 0.358 0.368 0.01 2000
|
||||
file Fe
|
||||
start
|
||||
|
||||
xfmr Hx 0.358 0.368 0.01 2000
|
||||
file Fe
|
||||
start
|
||||
|
||||
xfmr Hx 0.358 0.368 0.01 2000
|
||||
file Fe
|
||||
start
|
||||
@@ -0,0 +1,71 @@
|
||||
|
||||
|
||||
set pol c+ off -6.5
|
||||
xfmr Hx 0.2 0.3 0.45 500 delay 5
|
||||
file FeB
|
||||
start
|
||||
|
||||
|
||||
set pol c+ off -6.5
|
||||
xfmr Hx 0.2 0.3 0.45 500 delay 5
|
||||
file FeB
|
||||
start
|
||||
|
||||
|
||||
|
||||
set pol c- off -5
|
||||
xfmr Hx 0.2 0.3 0.45 500 delay 5
|
||||
file FeB
|
||||
start
|
||||
|
||||
set pol c- off -5
|
||||
xfmr Hx 0.2 0.3 0.45 500 delay 5
|
||||
file FeB
|
||||
start
|
||||
|
||||
|
||||
set pol c+ off -6.5
|
||||
xfmr Hx 0.2 0.3 0.45 500 delay 5
|
||||
file FeB
|
||||
start
|
||||
|
||||
set pol c+ off -6.5
|
||||
xfmr Hx 0.2 0.3 0.45 500 delay 5
|
||||
file FeB
|
||||
start
|
||||
|
||||
|
||||
set pol c- off -5
|
||||
xfmr Hx 0.2 0.3 0.45 500 delay 5
|
||||
file FeB
|
||||
start
|
||||
|
||||
set pol c- off -5
|
||||
xfmr Hx 0.2 0.3 0.45 500 delay 5
|
||||
file FeB
|
||||
start
|
||||
|
||||
|
||||
set pol c+ off -6.5
|
||||
xfmr Hx 0.2 0.3 0.45 500 delay 5
|
||||
file FeB
|
||||
start
|
||||
|
||||
|
||||
set pol c+ off -6.5
|
||||
xfmr Hx 0.2 0.3 0.45 500 delay 5
|
||||
file FeB
|
||||
start
|
||||
|
||||
|
||||
set pol c- off -5
|
||||
xfmr Hx 0.2 0.3 0.45 500 delay 5
|
||||
file FeB
|
||||
start
|
||||
|
||||
set pol c- off -5
|
||||
xfmr Hx 0.2 0.3 0.45 500 delay 5
|
||||
file FeB
|
||||
start
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
set pol c+ off 4.0
|
||||
xfmr Hx 0.7 1.2 0.45 2700 delay 5
|
||||
file FeB-plus
|
||||
start
|
||||
|
||||
|
||||
@@ -0,0 +1,58 @@
|
||||
wait_inj
|
||||
|
||||
|
||||
set pol c+ off 3.0
|
||||
xfmr Hx 0.01 0.3 0.15 3500 delay 10
|
||||
file MnB-plus
|
||||
start
|
||||
|
||||
|
||||
set pol c+ off 3.0
|
||||
xfmr Hx 0.01 0.3 0.15 3500 delay 10
|
||||
file MnB-plus
|
||||
start
|
||||
|
||||
|
||||
set pol c+ off 3.0
|
||||
xfmr Hx 0.01 0.3 0.15 3500 delay 10
|
||||
file MnB-plus
|
||||
start
|
||||
|
||||
|
||||
set pol c+ off 3.0
|
||||
xfmr Hx 0.01 0.3 0.15 3500 delay 10
|
||||
file MnB-plus
|
||||
start
|
||||
|
||||
set pol c+ off 3.0
|
||||
xfmr Hx 0.01 0.3 0.15 3500 delay 10
|
||||
file MnB-plus
|
||||
start
|
||||
|
||||
|
||||
set pol c+ off 3.0
|
||||
xfmr Hx 0.01 0.3 0.15 3500 delay 10
|
||||
file MnB-plus
|
||||
start
|
||||
|
||||
set pol c+ off 3.0
|
||||
xfmr Hx 0.01 0.3 0.15 3500 delay 10
|
||||
file MnB-plus
|
||||
start
|
||||
|
||||
|
||||
set pol c+ off 3.0
|
||||
xfmr Hx 0.01 0.3 0.15 3500 delay 10
|
||||
file MnB-plus
|
||||
start
|
||||
|
||||
set pol c+ off 3.0
|
||||
xfmr Hx 0.01 0.3 0.15 3500 delay 10
|
||||
file MnB-plus
|
||||
start
|
||||
|
||||
|
||||
set pol c+ off 3.0
|
||||
xfmr Hx 0.01 0.3 0.15 3500 delay 10
|
||||
file MnB-plus
|
||||
start
|
||||
@@ -0,0 +1,43 @@
|
||||
wait_inj
|
||||
|
||||
|
||||
|
||||
set pol c+ off 3.0
|
||||
xfmr Hx 0.01 0.16 0.2 3500 delay 10
|
||||
file MnB
|
||||
start
|
||||
|
||||
set pol c- off 4.0
|
||||
xfmr Hx 0.2 0.5 0.2 3500 delay 10
|
||||
file MnB
|
||||
start
|
||||
|
||||
set pol c+ off 8.0
|
||||
xfmr Hx 0.2 0.5 0.2 3500 delay 10
|
||||
file MnB
|
||||
start
|
||||
|
||||
set pol c- off 11.0
|
||||
xfmr Hx 0.2 0.5 0.2 3500 delay 10
|
||||
file MnB
|
||||
start
|
||||
|
||||
set pol c+ off 8.0
|
||||
xfmr Hx 0.2 0.5 0.2 3500 delay 10
|
||||
file MnB
|
||||
start
|
||||
|
||||
set pol c- off 11.0
|
||||
xfmr Hx 0.2 0.5 0.2 3500 delay 10
|
||||
file MnB
|
||||
start
|
||||
|
||||
set pol c+ off 8.0
|
||||
xfmr Hx 0.2 0.5 0.2 3500 delay 10
|
||||
file MnB
|
||||
start
|
||||
|
||||
set pol c- off 11.0
|
||||
xfmr Hx 0.2 0.5 0.2 3500 delay 10
|
||||
file MnB
|
||||
start
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
|
||||
xfmr Hx 0.35 0.85 0.45 2900 delay 5
|
||||
fil847.9847.9
|
||||
e NiB-plus
|
||||
start
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
no_beam_check
|
||||
|
||||
|
||||
xfmr Hx 0.35 0.85 0.45 2900 delay 5
|
||||
file NiB-plus
|
||||
start
|
||||
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
wait_inj
|
||||
|
||||
set e 637.8
|
||||
set pol c- off 11.0
|
||||
|
||||
xfmr Hx 0.25 0.45 0.13 3500 delay 10
|
||||
file MnB
|
||||
start
|
||||
|
||||
|
||||
|
||||
|
||||
set e 637.8
|
||||
set pol c+ off 8.0
|
||||
|
||||
xfmr Hx 0.25 0.45 0.13 3500 delay 10
|
||||
file MnB
|
||||
start
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
no_beam_check
|
||||
xfmr Hx 0 0.1 0.1 1000 delay 10
|
||||
file CoB
|
||||
start
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="4.0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="760" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="820" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="1" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2011_09/20110911" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.5" value="Co" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="760" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="5"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ArrayPositioner" name="START" id="p1" settlingTime="1">
|
||||
<positions>1</positions>
|
||||
</positioner>
|
||||
</dimension>
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" />
|
||||
</scan>
|
||||
</configuration>
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="4.0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="1.1" operation="putq" delay="20.0"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:STS:RAMP:MADE" value="R-Target Made" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" value="0.4" delay="5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="1.7" operation="putq"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="PseudoPositioner" settlingTime="0.01" id="N_points">
|
||||
<counts>3100</counts>
|
||||
</positioner>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="Timestamp" id="time"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-PC-MAG:X:RBV" id="field_tesla"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC3" id="field_analog"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC4" id="adc4"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC5" id="adc5"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC6" id="adc6"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC7" id="adc7"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC2" id="Izero"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC1" id="TEY"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-PC-TC:STS:T1" id="temperature"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-PGM:CERBK" id="energy"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ID:MODE" id="polarization"/>
|
||||
</dimension>
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" value="2" />
|
||||
</scan>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="adc4" title=" adc4 vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="adc5" title=" adc5 vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="adc6" title=" adc6 vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="adc7" title=" adc7 vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="Izero" title=" Izero vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="TEY" title="tey vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="N_points" y="field_analog" title=" field analog vs number of points"/>
|
||||
</configuration>
|
||||
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="0" operation="putq" delay="20.0"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:STS:RAMP:MADE" value="R-Target Made" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" value="0.1" delay="10"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="0.1" operation="putq"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="PseudoPositioner" settlingTime="0.01" id="N_points">
|
||||
<counts>1000</counts>
|
||||
</positioner>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="Timestamp" id="time"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-PC-MAG:X:RBV" id="field_tesla"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC3" id="field_analog"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC4" id="adc4"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC5" id="adc5"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC6" id="adc6"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC7" id="adc7"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC2" id="Izero"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1:CADC1" id="TEY"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-PC-TC:STS:T1" id="temperature"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-PGM:CERBK" id="energy"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ID:MODE" id="polarization"/>
|
||||
</dimension>
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" value="2" />
|
||||
</scan>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="adc4" title=" adc4 vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="adc5" title=" adc5 vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="adc6" title=" adc6 vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="adc7" title=" adc7 vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="Izero" title=" Izero vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field_analog" y="TEY" title="tey vs field "/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="N_points" y="field_analog" title=" field analog vs number of points"/>
|
||||
</configuration>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="11.0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="755" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="815" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2012_06/20120606" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.5" value="CoE" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="755" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="10"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ArrayPositioner" name="START" id="p1" settlingTime="1">
|
||||
<positions>1</positions>
|
||||
</positioner>
|
||||
</dimension>
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="LINEAR" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ALPHA" value="0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-6.0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="755" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="815" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2013_05/20130527" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.5" value="CoE_0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="755" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="10"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ArrayPositioner" asynchronous="true" settlingTime="1.0" name="START" id="p1">
|
||||
<positions>1</positions>
|
||||
</positioner>
|
||||
</dimension>
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="10" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Close" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="LINEAR" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ALPHA" value="0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-5.5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="755" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="815" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2013_11/20131120" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="755" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="CoE_90" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="10" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="LINEAR" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ALPHA" value="0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="2.0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="760" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="820" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_04/20150416" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="760" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="CoE_lin0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Close" delay="0.1" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="LINEAR" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ALPHA" value="90" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="2.0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="760" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="820" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_04/20150416" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="760" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="CoE_lin90" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Close" delay="0.1" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="4.5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="755" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="815" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="4" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2012_02/20120211" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.5" value="CoE_m" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="755" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ArrayPositioner" name="START" id="p1" settlingTime="1">
|
||||
<positions>1</positions>
|
||||
</positioner>
|
||||
</dimension>
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="+2.0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="760" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="820" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_09/20160924" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="760" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="CoE_minus" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="3.0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="755" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="815" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="4" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2012_02/20120211" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.5" value="CoE_p" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="755" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ArrayPositioner" name="START" id="p1" settlingTime="1">
|
||||
<positions>1</positions>
|
||||
</positioner>
|
||||
</dimension>
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="0.0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="760" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="820" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_09/20160924" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="760" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="CoE_plus" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Close" delay="0.1" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,97 @@
|
||||
|
||||
wait_temp
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
set pol c+ off 4.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_plus
|
||||
start
|
||||
|
||||
|
||||
set pol c- off 6.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
|
||||
set pol c- off 6.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
set pol c+ off 4.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_plus
|
||||
start
|
||||
|
||||
set pol c+ off 4.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_plus
|
||||
start
|
||||
|
||||
|
||||
set pol c- off 6.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
|
||||
set pol c- off 6.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
set pol c+ off 4.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_plus
|
||||
start
|
||||
|
||||
set pol c+ off 4.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_plus
|
||||
start
|
||||
|
||||
|
||||
set pol c- off 6.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_minus
|
||||
start
|
||||
set Hx 2
|
||||
|
||||
set pol c- off 6.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
set pol c+ off 4.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_plus
|
||||
start
|
||||
|
||||
|
||||
set pol c+ off 4.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_plus
|
||||
start
|
||||
|
||||
|
||||
set pol c- off 6.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
|
||||
set pol c- off 6.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
set pol c+ off 4.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_plus
|
||||
start
|
||||
|
||||
set Hz 0.0
|
||||
@@ -0,0 +1,24 @@
|
||||
|
||||
|
||||
set pol c+ off -8
|
||||
otf 760 820 1.8
|
||||
file Escan
|
||||
start
|
||||
|
||||
set pol c- off -6
|
||||
otf 760 820 1.8
|
||||
file Escan
|
||||
start
|
||||
|
||||
set pol c- off -6
|
||||
otf 760 820 1.8
|
||||
file Escan
|
||||
start
|
||||
|
||||
set pol c+ off -8
|
||||
otf 760 820 1.8
|
||||
file Escan
|
||||
start
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
open
|
||||
|
||||
set pol c+ off -8.5
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_plus
|
||||
start
|
||||
|
||||
|
||||
set pol c- off -6.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
|
||||
set pol c- off -6.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
|
||||
set pol c+ off -8.5
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_plus
|
||||
start
|
||||
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" operation="putq" value="0.0" delay="40"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:STS:RAMP:MADE" value="R-Target Made" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" operation="putq" value="0.0" delay="40"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:STS:RAMP:MADE" value="R-Target Made" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="760" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="770" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="1" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_09/20160924" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="760" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="Co_dummy" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,10 @@
|
||||
set pol c+ off 3.0
|
||||
otf 760 820 1 delay 5
|
||||
file Co
|
||||
start
|
||||
|
||||
|
||||
set pol c- off 4.0
|
||||
otf 760 820 1 delay 5
|
||||
file Co
|
||||
start
|
||||
@@ -0,0 +1,26 @@
|
||||
wait_temp
|
||||
|
||||
|
||||
open
|
||||
|
||||
|
||||
set pol c+ off 2
|
||||
hyst cont Hx -6. 6. 2.0 E 772.0 775.7 ppe 87
|
||||
file Co_hyst_plus
|
||||
start
|
||||
|
||||
hyst cont Hx 6. -6. 2.0 E 772.0 775.7 ppe 87
|
||||
file Co_hyst_plus
|
||||
start
|
||||
|
||||
set pol c- off 4
|
||||
hyst cont Hx -6. 6. 2.0 E 772.0 775.7 ppe 87
|
||||
file Co_hyst_minus
|
||||
start
|
||||
|
||||
hyst cont Hx 6. -6. 2.0 E 772.0 775.7 ppe 87
|
||||
file Co_hyst_minus
|
||||
at_end close
|
||||
start
|
||||
|
||||
|
||||
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="+1.0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2.0" delay="15"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
|
||||
<positions>707.90 703.90</positions>
|
||||
</positioner>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL0" id="TEY" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL1" id="I0" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL2" id="trans" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL4" id="fieldAnalogX" xsi:type="ScalarDetector"/>
|
||||
</dimension>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
|
||||
<region>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="-6.8" operation="putq"/>
|
||||
<start>0</start>
|
||||
<end>80</end>
|
||||
<stepSize>1</stepSize>
|
||||
</region>
|
||||
</positioner>
|
||||
</dimension>
|
||||
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
|
||||
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
|
||||
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
|
||||
<script>
|
||||
import math
|
||||
def process(c,d):
|
||||
return c/d
|
||||
</script>
|
||||
</manipulation>
|
||||
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
|
||||
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
|
||||
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
|
||||
<script>
|
||||
import math
|
||||
def process(c,d):
|
||||
return c/d
|
||||
</script>
|
||||
</manipulation>
|
||||
</scan>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
|
||||
</configuration>
|
||||
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-1.0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2.0" delay="15"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
|
||||
<positions>707.90 703.90</positions>
|
||||
</positioner>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL0" id="TEY" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL1" id="I0" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL2" id="trans" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL4" id="fieldAnalogX" xsi:type="ScalarDetector"/>
|
||||
</dimension>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
|
||||
<region>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="6.8" operation="putq"/>
|
||||
<start>0</start>
|
||||
<end>80</end>
|
||||
<stepSize>1</stepSize>
|
||||
</region>
|
||||
</positioner>
|
||||
</dimension>
|
||||
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
|
||||
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
|
||||
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
|
||||
<script>
|
||||
import math
|
||||
def process(c,d):
|
||||
return c/d
|
||||
</script>
|
||||
</manipulation>
|
||||
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
|
||||
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
|
||||
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
|
||||
<script>
|
||||
import math
|
||||
def process(c,d):
|
||||
return c/d
|
||||
</script>
|
||||
</manipulation>
|
||||
</scan>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
|
||||
</configuration>
|
||||
@@ -0,0 +1,26 @@
|
||||
|
||||
wait_temp
|
||||
|
||||
open
|
||||
set Hx -0.5
|
||||
set pol c+ off 2
|
||||
hyst step Hx field_fw.cfg E 772.0 775.7
|
||||
file Co_hyst_plus
|
||||
start
|
||||
|
||||
hyst step Hx field_rv.cfg E 772.0 775.7
|
||||
file Co_hyst_plus
|
||||
start
|
||||
|
||||
|
||||
set pol c- off 4
|
||||
hyst step Hx field_fw.cfg E 772.0 775.7
|
||||
file Co_hyst_minus
|
||||
start
|
||||
|
||||
hyst step Hx field_rv.cfg E 772.0 775.7
|
||||
file Co_hyst_minus
|
||||
at_end close
|
||||
start
|
||||
|
||||
|
||||
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="11.5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="0.25" delay="15"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
|
||||
<positions>771.0 775</positions>
|
||||
</positioner>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC1" id="TEY" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC2" id="I0" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC3" id="trans" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC5" id="fieldAnalogX" xsi:type="ScalarDetector"/>
|
||||
</dimension>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
|
||||
<region>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="-1.5" operation="putq"/>
|
||||
<start>0</start>
|
||||
<end>166</end>
|
||||
<stepSize>1</stepSize>
|
||||
</region>
|
||||
</positioner>
|
||||
</dimension>
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2" delay="15"/>
|
||||
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
|
||||
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
|
||||
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
|
||||
<script>
|
||||
import math
|
||||
def process(c,d):
|
||||
return c/d
|
||||
</script>
|
||||
</manipulation>
|
||||
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
|
||||
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
|
||||
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
|
||||
<script>
|
||||
import math
|
||||
def process(c,d):
|
||||
return c/d
|
||||
</script>
|
||||
</manipulation>
|
||||
</scan>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
|
||||
</configuration>
|
||||
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="9.0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="0.25" delay="15"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
|
||||
<positions>771.0 775</positions>
|
||||
</positioner>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC1" id="TEY" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC2" id="I0" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC3" id="trans" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC5" id="fieldAnalogX" xsi:type="ScalarDetector"/>
|
||||
</dimension>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
|
||||
<region>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="1.5" operation="putq"/>
|
||||
<start>0</start>
|
||||
<end>166</end>
|
||||
<stepSize>1</stepSize>
|
||||
</region>
|
||||
</positioner>
|
||||
</dimension>
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2" delay="15"/>
|
||||
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
|
||||
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
|
||||
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
|
||||
<script>
|
||||
import math
|
||||
def process(c,d):
|
||||
return c/d
|
||||
</script>
|
||||
</manipulation>
|
||||
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
|
||||
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
|
||||
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
|
||||
<script>
|
||||
import math
|
||||
def process(c,d):
|
||||
return c/d
|
||||
</script>
|
||||
</manipulation>
|
||||
</scan>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
|
||||
</configuration>
|
||||
@@ -0,0 +1,22 @@
|
||||
|
||||
open
|
||||
|
||||
set pol c- off -6.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_minus
|
||||
|
||||
at_end close
|
||||
|
||||
start
|
||||
|
||||
open
|
||||
|
||||
|
||||
set pol c+ off -8.5
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_plus
|
||||
|
||||
|
||||
at_end close
|
||||
|
||||
start
|
||||
@@ -0,0 +1,35 @@
|
||||
open
|
||||
|
||||
|
||||
set pol c- off -6.0
|
||||
otf 755 785 1 delay 10
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
set pol c- off -6.0
|
||||
otf 755 785 1 delay 10
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
set pol c- off -6.0
|
||||
otf 755 785 1 delay 10
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
set pol c- off -6.0
|
||||
otf 755 785 1 delay 10
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
set pol c- off -6.0
|
||||
otf 755 785 1 delay 10
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
set pol c- off -6.0
|
||||
otf 755 785 1 delay 10
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="1.0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="760" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="820" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_04/20150416" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="760" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="Co_minus" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Close" delay="0.1" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,38 @@
|
||||
open
|
||||
|
||||
set pol c+ off -8.5
|
||||
otf 755 785 1 delay 10
|
||||
file CoE_plus
|
||||
start
|
||||
|
||||
|
||||
|
||||
set pol c+ off -8.5
|
||||
otf 755 785 1 delay 10
|
||||
file CoE_plus
|
||||
start
|
||||
|
||||
|
||||
set pol c+ off -8.5
|
||||
otf 755 785 1 delay 10
|
||||
file CoE_plus
|
||||
start
|
||||
|
||||
|
||||
|
||||
set pol c+ off -8.5
|
||||
otf 755 785 1 delay 10
|
||||
file CoE_plus
|
||||
start
|
||||
|
||||
set pol c+ off -8.5
|
||||
otf 755 785 1 delay 10
|
||||
file CoE_plus
|
||||
start
|
||||
|
||||
|
||||
set pol c+ off -8.5
|
||||
otf 755 785 1 delay 10
|
||||
file CoE_plus
|
||||
start
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-1.0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="760" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="820" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_04/20150416" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="760" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="Co_plus" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Close" delay="0.1" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,25 @@
|
||||
open
|
||||
|
||||
|
||||
set pol c+ off -8.5
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_plus
|
||||
|
||||
|
||||
at_end close
|
||||
|
||||
start
|
||||
|
||||
|
||||
open
|
||||
|
||||
set pol c- off -6.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_minus
|
||||
|
||||
at_end close
|
||||
|
||||
start
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
open
|
||||
|
||||
|
||||
set pol c+ off -8.5
|
||||
otf 755 785 1 delay 10
|
||||
file CoE_plus
|
||||
start
|
||||
|
||||
set pol c- off -6.0
|
||||
otf 755 785 1 delay 10
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
|
||||
|
||||
open
|
||||
|
||||
|
||||
set pol c- off -6.0
|
||||
otf 765 780 0.5 delay 5
|
||||
file CoE_minus
|
||||
|
||||
|
||||
at_end close
|
||||
|
||||
start
|
||||
|
||||
open
|
||||
|
||||
set pol c+ off -8.5
|
||||
otf 765 780 0.5 delay 5
|
||||
file CoE_plus
|
||||
|
||||
|
||||
at_end close
|
||||
start
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
open
|
||||
|
||||
|
||||
set pol c+ off -8.5
|
||||
otf 765 780 0.5 delay 5
|
||||
file CoE_plus
|
||||
|
||||
|
||||
|
||||
at_end close
|
||||
|
||||
start
|
||||
|
||||
|
||||
open
|
||||
|
||||
|
||||
set pol c- off -6.0
|
||||
otf 765 780 0.5 delay 5
|
||||
file CoE_minus
|
||||
|
||||
|
||||
at_end close
|
||||
|
||||
start
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt" fileName="Co_updown_minus"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="765"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="780"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" value="CoE_minus" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="445" operation="putq"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="2"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="5.0"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ArrayPositioner" name="START" settlingTime="1.0" id="p1">
|
||||
<positions>1</positions>
|
||||
</positioner>
|
||||
</dimension>
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="STOP" operation="wait"/>
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt" fileName="Co_updown_minus"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="765"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="780"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" value="CoE_minus" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="765" operation="putq"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="2"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="5.0"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ArrayPositioner" name="START" settlingTime="1.0" id="p1">
|
||||
<positions>1</positions>
|
||||
</positioner>
|
||||
</dimension>
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="STOP" operation="wait"/>
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,16 @@
|
||||
|
||||
|
||||
set pol c+ off -9
|
||||
otf 755 815 1
|
||||
file Co_plus
|
||||
at_end close
|
||||
start
|
||||
|
||||
|
||||
open
|
||||
set pol c- off -6
|
||||
otf 755 815 1
|
||||
file Co_minus
|
||||
at_end close
|
||||
start
|
||||
|
||||
@@ -0,0 +1,66 @@
|
||||
|
||||
set Hx 0.2
|
||||
|
||||
open
|
||||
set pol c+ off 2
|
||||
otf 755 815 1
|
||||
file Co_plus
|
||||
at_end close
|
||||
start
|
||||
|
||||
set Hx 0.0
|
||||
|
||||
open
|
||||
set pol c+ off 2
|
||||
otf 755 815 1
|
||||
file Co_plus
|
||||
start
|
||||
|
||||
set pol c- off 4
|
||||
otf 755 815 1
|
||||
file Co_minus
|
||||
start
|
||||
|
||||
set pol c- off 4
|
||||
otf 755 815 1
|
||||
file Co_minus
|
||||
start
|
||||
|
||||
set pol c+ off 2
|
||||
otf 755 815 1
|
||||
file Co_plus
|
||||
at_end close
|
||||
start
|
||||
|
||||
set Hx -0.2
|
||||
|
||||
open
|
||||
set pol c+ off 2
|
||||
otf 755 815 1
|
||||
file Co_plus
|
||||
at_end close
|
||||
start
|
||||
|
||||
set Hx 0.0
|
||||
|
||||
open
|
||||
set pol c+ off 2
|
||||
otf 755 815 1
|
||||
file Co_plus
|
||||
start
|
||||
|
||||
set pol c- off 4
|
||||
otf 755 815 1
|
||||
file Co_minus
|
||||
start
|
||||
|
||||
set pol c- off 4
|
||||
otf 755 815 1
|
||||
file Co_minus
|
||||
start
|
||||
|
||||
set pol c+ off 2
|
||||
otf 755 815 1
|
||||
file Co_plus
|
||||
at_end close
|
||||
start
|
||||
@@ -0,0 +1,16 @@
|
||||
|
||||
set pol c+ off -7
|
||||
otf 555 605 1
|
||||
file Cr_plus
|
||||
start
|
||||
|
||||
|
||||
set pol c- off -5
|
||||
otf 555 605 1
|
||||
file Cr_minus
|
||||
start
|
||||
|
||||
|
||||
hyst cont Hx 6 -6 1.0 E 575.2 571 ppe 100
|
||||
file Cr_hyst_minus
|
||||
start
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="LINEAR" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ALPHA" value="0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-4" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="560" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="600" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="1" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2013_02/20130215" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.5" value="Cr_LH" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="560" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ArrayPositioner" name="START" id="p1" settlingTime="1">
|
||||
<positions>1</positions>
|
||||
</positioner>
|
||||
</dimension>
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="LINEAR" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ALPHA" value="90" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-4" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="560" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="600" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="1" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2013_02/20130215" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.5" value="Cr_LV" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="560" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ArrayPositioner" name="START" id="p1" settlingTime="1">
|
||||
<positions>1</positions>
|
||||
</positioner>
|
||||
</dimension>
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,17 @@
|
||||
wait_temp
|
||||
|
||||
|
||||
|
||||
hyst cont Hx -6 6 2.0 E 575.2 571 ppe 85
|
||||
file Cr_hyst_minus
|
||||
start
|
||||
|
||||
set pol c+ off -7
|
||||
hyst cont Hx 6 -6 2.0 E 575.2 571 ppe 80
|
||||
file Cr_hyst_plus
|
||||
start
|
||||
|
||||
hyst cont Hx -6 6 2.0 E 575.2 571 ppe 80
|
||||
file Cr_hyst_plus
|
||||
start
|
||||
|
||||
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2.0" delay="15"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
|
||||
<positions>575.2 571</positions>
|
||||
</positioner>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC1" id="TEY" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC2" id="I0" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC3" id="trans" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC5" id="fieldAnalogX" xsi:type="ScalarDetector"/>
|
||||
</dimension>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
|
||||
<region>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="6" operation="putq"/>
|
||||
<start>0</start>
|
||||
<end>85</end>
|
||||
<stepSize>1</stepSize>
|
||||
</region>
|
||||
</positioner>
|
||||
</dimension>
|
||||
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
|
||||
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
|
||||
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
|
||||
<script>
|
||||
import math
|
||||
def process(c,d):
|
||||
return c/d
|
||||
</script>
|
||||
</manipulation>
|
||||
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
|
||||
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
|
||||
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
|
||||
<script>
|
||||
import math
|
||||
def process(c,d):
|
||||
return c/d
|
||||
</script>
|
||||
</manipulation>
|
||||
</scan>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
|
||||
</configuration>
|
||||
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2.0" delay="15"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
|
||||
<positions>575.2 571</positions>
|
||||
</positioner>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC1" id="TEY" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC2" id="I0" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC3" id="trans" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1:CADC5" id="fieldAnalogX" xsi:type="ScalarDetector"/>
|
||||
</dimension>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
|
||||
<region>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="6" operation="putq"/>
|
||||
<start>0</start>
|
||||
<end>80</end>
|
||||
<stepSize>1</stepSize>
|
||||
</region>
|
||||
</positioner>
|
||||
</dimension>
|
||||
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
|
||||
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
|
||||
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
|
||||
<script>
|
||||
import math
|
||||
def process(c,d):
|
||||
return c/d
|
||||
</script>
|
||||
</manipulation>
|
||||
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
|
||||
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
|
||||
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
|
||||
<script>
|
||||
import math
|
||||
def process(c,d):
|
||||
return c/d
|
||||
</script>
|
||||
</manipulation>
|
||||
</scan>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
|
||||
</configuration>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="0.5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="560" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="625" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_09/20150923" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="560" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="Cr_minus" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="10" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
</scan>
|
||||
</configuration>
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-0.5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="560" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="625" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_09/20150923" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="560" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="Cr_plus" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="10" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-1.5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="560" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="625" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_03/20150307" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="560" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="Cr_plus110p5-15p7" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="10" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ES1-MAG:TRY1" value="22" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ES1-MAG:TRY1.DMOV" value="1" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-1.5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="560" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="625" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_03/20150307" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="560" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="Cr_plus110p5-22" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="10" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0">
|
||||
<scan/>
|
||||
</configuration>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-3" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="920" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="960" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="1" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2012_04/20120403" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.5" value="Cu_plus" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="920" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ArrayPositioner" name="START" id="p1" settlingTime="1">
|
||||
<positions>1</positions>
|
||||
</positioner>
|
||||
</dimension>
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="LINEAR" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ALPHA" value="0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="4.0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="1265" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="1355" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="3" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_08/20160829" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="1265" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="DyE_0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="10" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Close" delay="0.1" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="LINEAR" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ALPHA" value="90" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="4.0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="1265" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="1355" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="3" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_08/20160829" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="1265" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="DyE_90" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="10" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-3.0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="1265" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="1355" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="3" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_09/20160924" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="1265" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="DyE_minus" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="10" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-7.5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="1265" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="1355" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="3" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2016_09/20160924" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="1265" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="DyE_plus" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="10" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-FE-DSAPER" value="closed" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="0" delay="40" operation="putq" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS1:M:GO.A" value="0" delay="40" operation="putq" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,31 @@
|
||||
|
||||
|
||||
|
||||
|
||||
open
|
||||
set pol c- off -7.5
|
||||
otf 1255 1340 3 delay 10
|
||||
at_end close
|
||||
file DyE_minus
|
||||
start
|
||||
|
||||
open
|
||||
set pol c- off -7.5
|
||||
otf 1255 1340 3 delay 10
|
||||
at_end close
|
||||
file DyE_minus
|
||||
start
|
||||
|
||||
open
|
||||
set pol c+ off -12
|
||||
otf 1255 1340 3 delay 10
|
||||
file DyE_plus
|
||||
at_end close
|
||||
start
|
||||
|
||||
open
|
||||
set pol c+ off -12
|
||||
otf 1255 1340 3 delay 10
|
||||
file DyE_plus
|
||||
at_end close
|
||||
start
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="1270" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="1350" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2012_06/20120602" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.5" value="Dy_energy" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="1270" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-FE-DSAPER" value="1x1 mm" delay="5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ArrayPositioner" name="START" id="p1" settlingTime="1">
|
||||
<positions>1</positions>
|
||||
</positioner>
|
||||
</dimension>
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,40 @@
|
||||
open
|
||||
set Hx 6.8
|
||||
|
||||
set pol c+ off -10
|
||||
hyst cont Hx 6.8 -6.8 0.75 E 1293.14 1302.14 ppe 230
|
||||
file Dy_hyst_plus
|
||||
start
|
||||
|
||||
set pol c- off -5
|
||||
hyst cont Hx -6.8 6.8 0.75 E 1293.14 1302.14 ppe 230
|
||||
file Dy_hyst_minus
|
||||
at_end close
|
||||
start
|
||||
|
||||
open
|
||||
hyst cont Hx 6.8 -6.8 0.75 E 1293.14 1302.14 ppe 230
|
||||
file Dy_hyst_minus
|
||||
start
|
||||
|
||||
set pol c+ off -10
|
||||
hyst cont Hx -6.8 6.8 0.75 E 1293.14 1302.14 ppe 230
|
||||
file Dy_hyst_plus
|
||||
at_end close
|
||||
start
|
||||
|
||||
|
||||
set rot 0
|
||||
set vert 14.3
|
||||
|
||||
open
|
||||
set pol c+ off -10
|
||||
hyst cont Hx 6.8 -6.8 0.75 E 1293.14 1302.14 ppe 230
|
||||
file Dy_hyst_plus
|
||||
start
|
||||
|
||||
set pol c- off -5
|
||||
hyst cont Hx -6.8 6.8 0.75 E 1293.14 1302.14 ppe 230
|
||||
file Dy_hyst_minus
|
||||
at_end close
|
||||
start
|
||||
@@ -0,0 +1,30 @@
|
||||
wait_temp
|
||||
|
||||
|
||||
|
||||
|
||||
set pol c+ off -6.5
|
||||
hyst cont Hx -6.5 6.5 2.0 E 1285.5 1278 ppe 100
|
||||
file Dy_hyst_plus
|
||||
start
|
||||
|
||||
hyst cont Hx 6.5 -6.5 2.0 E 1285.5 1278 ppe 100
|
||||
file Dy_hyst_plus
|
||||
start
|
||||
|
||||
|
||||
set pol c- off -2
|
||||
hyst cont Hx -6.5 6.5 2.0 E 1285.5 1278 ppe 100
|
||||
file Dy_hyst_minus
|
||||
start
|
||||
|
||||
|
||||
hyst cont Hx 6.5 -6.5 2.0 E 1285.5 1278 ppe 100
|
||||
file Dy_hyst_minus
|
||||
start
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-4.0" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" operation="putq" value="1" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" operation="putq" value="2.0" delay="15"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Energy" name="X07MA-PHS-E:GO.A" readback ="X07MA-PGM:CERBK" settlingTime="0.5" xsi:type="ArrayPositioner">
|
||||
<positions>1291.8 1283.8</positions>
|
||||
</positioner>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL0" id="TEY" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL1" id="I0" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL2" id="trans" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:MODE" id="polarization" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ID:ALPHA" id="polAngle" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-PC-TC:STS:T1" id="temperature" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ARIDI-PCT:CURRENT" id="RingCurrent" xsi:type="ScalarDetector"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="X07MA-ES1-AI:SIGNAL4" id="fieldAnalogX" xsi:type="ScalarDetector"/>
|
||||
</dimension>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="field" name="X07MA-PC:GO" readback ="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0" xsi:type="RegionPositioner">
|
||||
<region>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="-3" operation="putq"/>
|
||||
<start>0</start>
|
||||
<end>55</end>
|
||||
<stepSize>1</stepSize>
|
||||
</region>
|
||||
</positioner>
|
||||
</dimension>
|
||||
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="tey_norm" xsi:type="ScriptManipulation">
|
||||
<mapping xsi:type="IDParameterMapping" variable="c" refid="TEY"/>
|
||||
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
|
||||
<script>
|
||||
import math
|
||||
def process(c,d):
|
||||
return c/d
|
||||
</script>
|
||||
</manipulation>
|
||||
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="trans_norm" xsi:type="ScriptManipulation">
|
||||
<mapping xsi:type="IDParameterMapping" variable="c" refid="trans"/>
|
||||
<mapping xsi:type="IDParameterMapping" variable="d" refid="I0"/>
|
||||
<script>
|
||||
import math
|
||||
def process(c,d):
|
||||
return c/d
|
||||
</script>
|
||||
</manipulation>
|
||||
</scan>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="tey_norm" title="TEY norm vs field" xsi:type="LinePlot"/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x="field" y="trans_norm" title="Transm. norm vs field" xsi:type="LinePlot"/>
|
||||
</configuration>
|
||||
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt" fileName="Dy_hyst_plus"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1.0"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-8.75"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC:CSCALER.INPB" value="1" operation="putq"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PC-PS2:SET:DMD:RAMPRATE:TPM" value="2.0" operation="putq" delay="14.9"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5.0"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ArrayPositioner" name="X07MA-PHS-E:GO.A" readback="X07MA-PGM:CERBK" settlingTime="0.5" id="Energy">
|
||||
<positions>1291.8 1283.8</positions>
|
||||
</positioner>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1-AI:SIGNAL0" id="TEY"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1-AI:SIGNAL1" id="I0"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1-AI:SIGNAL2" id="trans"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ID:MODE" id="polarization"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ID:ALPHA" id="polAngle"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-PC-TC:STS:T1" id="temperature"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="ARIDI-PCT:CURRENT" id="RingCurrent"/>
|
||||
<detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScalarDetector" name="X07MA-ES1-AI:SIGNAL4" id="fieldAnalogX"/>
|
||||
</dimension>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="RegionPositioner" name="X07MA-PC:GO" readback="X07MA-PC-PS2:STS:PMCURRENT" settlingTime="0.0" id="field">
|
||||
<region>
|
||||
<preAction xsi:type="ChannelAction" channel="X07MA-PC-PS2:M:GO.A" value="-3" operation="putq"/>
|
||||
<start>0.0</start>
|
||||
<end>55.0</end>
|
||||
<stepSize>1.0</stepSize>
|
||||
</region>
|
||||
</positioner>
|
||||
</dimension>
|
||||
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScriptManipulation" id="tey_norm">
|
||||
<mapping xsi:type="IDParameterMapping" refid="TEY" variable="c"/>
|
||||
<mapping xsi:type="IDParameterMapping" refid="I0" variable="d"/>
|
||||
<script>import math
|
||||
def process(c,d):
|
||||
return c/d</script>
|
||||
</manipulation>
|
||||
<manipulation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ScriptManipulation" id="trans_norm">
|
||||
<mapping xsi:type="IDParameterMapping" refid="trans" variable="c"/>
|
||||
<mapping xsi:type="IDParameterMapping" refid="I0" variable="d"/>
|
||||
<script>import math
|
||||
def process(c,d):
|
||||
return c/d</script>
|
||||
</manipulation>
|
||||
</scan>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field" y="tey_norm" title="TEY norm vs field"/>
|
||||
<visualization xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="LinePlot" x="field" y="trans_norm" title="Transm. norm vs field"/>
|
||||
</configuration>
|
||||
@@ -0,0 +1,30 @@
|
||||
wait_temp
|
||||
|
||||
set pol c+ off -6.5
|
||||
hyst cont Hx -3 3 1.0 E 1285.5 1278 ppe 92
|
||||
file Dy_hyst_plus
|
||||
start
|
||||
|
||||
hyst cont Hx 3 -3 1.0 E 1285.5 1278 ppe 92
|
||||
file Dy_hyst_plus
|
||||
start
|
||||
|
||||
|
||||
set pol c- off -2
|
||||
hyst cont Hx -3 3 1.0 E 1285.5 1278 ppe 92
|
||||
file Dy_hyst_minus
|
||||
start
|
||||
|
||||
hyst cont Hx 3 -3 1.0 E 1285.5 1278 ppe 92
|
||||
file Dy_hyst_minus
|
||||
at_end close
|
||||
start
|
||||
|
||||
|
||||
|
||||
|
||||
set pol c+ off -6.5
|
||||
otf 1270 1350 2
|
||||
file Dy_plus
|
||||
start
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
wait_temp
|
||||
|
||||
set pol c- off -2
|
||||
hyst cont Hx -3 3 2.0 E 1285.5 1278 ppe 56
|
||||
file Dy_hyst_minus
|
||||
start
|
||||
|
||||
hyst cont Hx 3 -3 2.0 E 1285.5 1278 ppe 56
|
||||
file Dy_hyst_minus
|
||||
|
||||
start
|
||||
|
||||
|
||||
set pol c+ off -6.5
|
||||
hyst cont Hx -3 3 2.0 E 1285.5 1278 ppe 56
|
||||
file Dy_hyst_plus
|
||||
start
|
||||
|
||||
|
||||
hyst cont Hx 3 -3 2.0 E 1285.5 1278 ppe 56
|
||||
file Dy_hyst_plus
|
||||
at_end close
|
||||
start
|
||||
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
open
|
||||
|
||||
set pol lin 0 off -0.0
|
||||
otf 1265 1355 3 delay 10
|
||||
file Escan
|
||||
start
|
||||
|
||||
set pol lin 90 off 0.5
|
||||
otf 1265 1355 3 delay 10
|
||||
file Escan
|
||||
start
|
||||
|
||||
set pol lin 90 off 0.5
|
||||
otf 1265 1355 3 delay 10
|
||||
file Escan
|
||||
start
|
||||
|
||||
set pol lin 0 off -0.0
|
||||
otf 1265 1355 3 delay 10
|
||||
file Escan
|
||||
at_end close
|
||||
start
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="1230" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="1350" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="3" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2012_06/20120603" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.5" value="Dy_minus" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="1230" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ArrayPositioner" name="START" id="p1" settlingTime="1">
|
||||
<positions>1</positions>
|
||||
</positioner>
|
||||
</dimension>
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="-6.5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="1230" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="1350" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="3" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2012_06/20120603" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.5" value="Dy_plus" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="1230" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ShellAction" command="/sls/X07MA/data/x07maop/python/TEMP_wait_fill.py"/>
|
||||
<dimension>
|
||||
<positioner xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ArrayPositioner" name="START" id="p1" settlingTime="1">
|
||||
<positions>1</positions>
|
||||
</positioner>
|
||||
</dimension>
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,18 @@
|
||||
wait_temp
|
||||
|
||||
|
||||
|
||||
start file scan_relax_timer_0p2T_new_1.xml
|
||||
start file scan_relax_timer_0p2T_new_9.xml
|
||||
start file scan_relax_timer_0p2T_new_5.xml
|
||||
start file scan_relax_timer_0p2T_new_2.xml
|
||||
start file scan_relax_timer_0p2T_new_8.xml
|
||||
start file scan_relax_timer_0p2T_new_3.xml
|
||||
start file scan_relax_timer_0p2T_new_7.xml
|
||||
start file scan_relax_timer_0p2T_new_4.xml
|
||||
start file scan_relax_timer_0p2T_new_6.xml
|
||||
|
||||
|
||||
start file scan_relax_timer_-3to0p2T_new_1.xml
|
||||
start file scan_relax_timer_-3to0p2T_new_5.xml
|
||||
start file scan_relax_timer_-3to0p2T_new_9.xml
|
||||
@@ -0,0 +1,90 @@
|
||||
wait_temp
|
||||
|
||||
|
||||
set Hx -6.5
|
||||
|
||||
set pol c+ off -6.5
|
||||
otf 1270 1350 2
|
||||
file Dy_plus
|
||||
start
|
||||
|
||||
set pol c- off -2
|
||||
otf 1270 1350 2
|
||||
file Dy_minus
|
||||
start
|
||||
|
||||
set pol c- off -2
|
||||
otf 1270 1350 2
|
||||
file Dy_minus
|
||||
start
|
||||
|
||||
set pol c+ off -6.5
|
||||
otf 1270 1350 2
|
||||
file Dy_plus
|
||||
start
|
||||
|
||||
set Hx 6.5
|
||||
|
||||
set pol c+ off -6.5
|
||||
otf 1270 1350 2
|
||||
file Dy_plus
|
||||
start
|
||||
|
||||
set pol c- off -2
|
||||
otf 1270 1350 2
|
||||
file Dy_minus
|
||||
start
|
||||
|
||||
set pol c- off -2
|
||||
otf 1270 1350 2
|
||||
file Dy_minus
|
||||
start
|
||||
|
||||
set pol c+ off -6.5
|
||||
otf 1270 1350 2
|
||||
file Dy_plus
|
||||
start
|
||||
|
||||
|
||||
set pol c+ off -6.5
|
||||
otf 1270 1350 2
|
||||
file Dy_plus
|
||||
start
|
||||
|
||||
set pol c- off -2
|
||||
otf 1270 1350 2
|
||||
file Dy_minus
|
||||
start
|
||||
|
||||
set pol c- off -2
|
||||
otf 1270 1350 2
|
||||
file Dy_minus
|
||||
start
|
||||
|
||||
set pol c+ off -6.5
|
||||
otf 1270 1350 2
|
||||
file Dy_plus
|
||||
start
|
||||
|
||||
|
||||
set Hx -6.5
|
||||
|
||||
set pol c+ off -6.5
|
||||
otf 1270 1350 2
|
||||
file Dy_plus
|
||||
start
|
||||
|
||||
set pol c- off -2
|
||||
otf 1270 1350 2
|
||||
file Dy_minus
|
||||
start
|
||||
|
||||
set pol c- off -2
|
||||
otf 1270 1350 2
|
||||
file Dy_minus
|
||||
start
|
||||
|
||||
set pol c+ off -6.5
|
||||
otf 1270 1350 2
|
||||
file Dy_plus
|
||||
start
|
||||
@@ -0,0 +1,24 @@
|
||||
|
||||
|
||||
set pol c+ off 4.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_plus
|
||||
start
|
||||
|
||||
|
||||
set pol c- off 6.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
|
||||
set pol c- off 6.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
set pol c+ off 4.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_plus
|
||||
start
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
set pol c+ off 12.0
|
||||
otf 760 820 1.8 delay 10
|
||||
file CoE
|
||||
start
|
||||
|
||||
set pol c- off 14.0
|
||||
otf 760 820 1.8 delay 10
|
||||
file CoE
|
||||
start
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="1" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="188" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="230" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_04/20150412" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="188" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="EB_minus" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Close" delay="0.1" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="1" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="188" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="230" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_04/20150412" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="188" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="EB_plus" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,25 @@
|
||||
|
||||
|
||||
open
|
||||
set pol lin 0 off 1
|
||||
otf 180 230 2 delay 5
|
||||
file BE_0
|
||||
start
|
||||
|
||||
|
||||
set pol lin 0 off 1
|
||||
otf 180 230 2 delay 5
|
||||
file BE_0
|
||||
at_end close
|
||||
start
|
||||
|
||||
open
|
||||
set pol lin 90 off 1
|
||||
otf 180 230 2 delay 5
|
||||
file BE_90
|
||||
start
|
||||
|
||||
set pol lin 90 off 1
|
||||
otf 180 230 2 delay 5
|
||||
file BE_90
|
||||
start
|
||||
@@ -0,0 +1,11 @@
|
||||
open
|
||||
set pol c+ off 1
|
||||
otf 188 230 2 delay 5
|
||||
file EB_plus
|
||||
start
|
||||
|
||||
set pol c- off 1
|
||||
otf 188 230 2 delay 5
|
||||
file EB_minus
|
||||
at_end close
|
||||
start
|
||||
@@ -0,0 +1,16 @@
|
||||
open
|
||||
set pol c+ off 0.5
|
||||
otf 188 230 2 delay 5
|
||||
file BE
|
||||
start
|
||||
|
||||
set pol c- off 0.5
|
||||
otf 188 230 2 delay 5
|
||||
file BE
|
||||
start
|
||||
|
||||
|
||||
set pol c- off 0.5
|
||||
otf 188 230 2 delay 5
|
||||
file BE
|
||||
start
|
||||
@@ -0,0 +1,13 @@
|
||||
open
|
||||
|
||||
set pol c+ off 1
|
||||
otf 260 330 2 delay 10
|
||||
file E_C_plus
|
||||
start
|
||||
|
||||
set pol c- off 1
|
||||
otf 260 330 2 delay 10
|
||||
file E_C_minus
|
||||
at_end close
|
||||
start
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
|
||||
|
||||
set pol lin 0 off -1
|
||||
otf 260 310 2 delay 10
|
||||
file Escan
|
||||
start
|
||||
|
||||
|
||||
set pol lin 90 off 1
|
||||
otf 260 310 2 delay 10
|
||||
file Escan
|
||||
start
|
||||
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC -" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="1" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="260" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="330" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_04/20150419" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="260" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="E_C_minus" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="10" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Close" delay="0.1" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.psi.ch/~ebner/models/scan/1.0" numberOfExecution="1" failOnSensorError="true">
|
||||
<data format="txt"/>
|
||||
<scan id="">
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="ACOAU-ACCU:OP-MODE" value="Light Available" operation="wait"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:MODE" value="CIRC +" delay="1"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:ENERGY-OFFS" value="1" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-ID:DONE" value="DONE" operation="wait" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E1" value="260" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="E2" value="330" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="TIME" value="2" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FOLDER" value="2015_04/20150419" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS-E:GO.A" value="260" operation="putq" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-PHS:alldone" value="1" operation="wait" delay="0.5"/>
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="FILE" delay="0.1" value="E_C_plus" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="5" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="X07MA-OP-VG13:WT_SET" value="Try open" delay="10" />
|
||||
<preAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" value="1" />
|
||||
<postAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChannelAction" channel="START" operation="wait" value="STOP" delay="2" />
|
||||
</scan>
|
||||
</configuration>
|
||||
@@ -0,0 +1,28 @@
|
||||
|
||||
set slit 10
|
||||
set har 1
|
||||
|
||||
open
|
||||
set pol c+ off 0.0
|
||||
otf 760 820 2 delay 5
|
||||
file CoE_plus
|
||||
start
|
||||
|
||||
|
||||
set pol c- off +2.0
|
||||
otf 760 820 2 delay 5
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
set pol c- off +2.0
|
||||
otf 760 820 2 delay 5
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
set pol c+ off 0.0
|
||||
otf 760 820 2 delay 5
|
||||
file CoE_plus
|
||||
at_end close
|
||||
start
|
||||
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
wait_temp
|
||||
|
||||
set pol c+ off 3
|
||||
otf 755 815 4
|
||||
file CoE_plus
|
||||
start
|
||||
|
||||
set pol c- off 4.5
|
||||
otf 755 815 4
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
set pol c- off 4.5
|
||||
otf 755 815 4.0
|
||||
file CoE_minus
|
||||
start
|
||||
|
||||
set pol c+ off 3
|
||||
otf 755 815 4.0
|
||||
file CoE_plus
|
||||
start
|
||||
@@ -0,0 +1,16 @@
|
||||
|
||||
|
||||
open
|
||||
set pol c+ off -1.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_plus
|
||||
at_end close
|
||||
start
|
||||
|
||||
open
|
||||
set pol c- off 1.0
|
||||
otf 755 815 2 delay 10
|
||||
file CoE_minus
|
||||
at_end close
|
||||
start
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user