Closedown

This commit is contained in:
x03daop
2017-05-02 08:54:48 +02:00
parent bf917cd4f8
commit 0ca17bd236
2 changed files with 3 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ ps1=ch.psi.pshell.epics.AreaDetector|X03DA-ES-PS1:cam1 X03DA-ES-PS1:image1|||tru
op-ps1=ch.psi.pshell.epics.AreaDetector|X03DA-OP-PS1:cam1 X03DA-OP-PS1:image1|||true
OpticsCameraCentroidX=ch.psi.pshell.epics.ChannelDouble|X03DA-OP-PS1:Stats2:CentroidX_RBV|Read||true
OpticsCameraSigmaX=ch.psi.pshell.epics.ChannelDouble|X03DA-OP-PS1:Stats2:SigmaX_RBV|Read||true
#$dummy=ch.psi.pshell.epics.ProcessVariable|XXX|||false
$dummy=ch.psi.pshell.epics.ProcessVariable|XXX|||false
img=ch.psi.pshell.imaging.CameraSource|Scienta|||true
cam1=ch.psi.pshell.imaging.MjpegSource|http://x03da-cam-1/axis-cgi/mjpg/video.cgi||-200|
cam2=ch.psi.pshell.imaging.MjpegSource|http://x03da-cam-2/axis-cgi/mjpg/video.cgi||-1000|

View File

@@ -6,7 +6,8 @@ SETTLING_TIME = 0.0
STEPS = 1000
SENSORS = [Counts, MachineCurrent, SampleCurrent, RefCurrent, EnergyDistribution, Scienta.getDataMatrix()]
ENDSCAN = False
dummy.initialize()
#dummy.initialize()
setup_plotting(line_plots = (Counts, MachineCurrent, SampleCurrent, RefCurrent,))
try: