From afda51c39e126688f2c929e093b5fa925cb12bba Mon Sep 17 00:00:00 2001 From: sfop Date: Tue, 23 Aug 2016 14:25:12 +0200 Subject: [PATCH] Closedown --- config/jcae.properties | 4 ++-- script/camtool.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/jcae.properties b/config/jcae.properties index 656ca24..7464925 100755 --- a/config/jcae.properties +++ b/config/jcae.properties @@ -1,6 +1,6 @@ -#Tue Aug 23 13:56:42 CEST 2016 +#Tue Aug 23 14:24:59 CEST 2016 ch.psi.jcae.ContextFactory.addressList=172.26.0.255 172.26.2.255 172.26.8.255 172.26.16.255 172.26.24.255 172.26.32.255 172.26.40.255 172.26.120.255 -ch.psi.jcae.ContextFactory.maxArrayBytes=1000000 +ch.psi.jcae.ContextFactory.maxArrayBytes=2000000 ch.psi.jcae.ChannelFactory.retries=2 ch.psi.jcae.ChannelFactory.timeout=500 ch.psi.jcae.impl.DefaultChannelService.retries=4 diff --git a/script/camtool.py b/script/camtool.py index 8963295..ff982f4 100644 --- a/script/camtool.py +++ b/script/camtool.py @@ -47,6 +47,7 @@ class CamTool(DeviceBase): self.cam_latch.write(1) self.waitForChannel(self.data_prefix + "timestamp",20) else: + print "Wring RUN=1" self.cam_run.write(1) time.sleep(5.0) #self.waitForChannel(self.data_prefix + "timestamp",20)