From 30285137fe8b64095e4b7c6fef4f0e8ab6a42975 Mon Sep 17 00:00:00 2001 From: rivers Date: Fri, 28 Sep 2012 12:28:50 +0000 Subject: [PATCH] Better documented importantance of AcquireTime and AcquirePeriod in ExternalEnable mode git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@15247 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/pilatusDoc.html | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/documentation/pilatusDoc.html b/documentation/pilatusDoc.html index bf5bf97..c1d1d8c 100755 --- a/documentation/pilatusDoc.html +++ b/documentation/pilatusDoc.html @@ -10,7 +10,7 @@

areaDetector Pilatus driver

- December 18, 2011

+ September 21, 2012

Mark Rivers

@@ -104,10 +104,12 @@ $(P)$(R)AcquireTime - In External Enable mode this value is not used by camserver. However, it should - be set larger than the maximum time exposure time from the external source, so that - the driver can estimate how long to wait for the data files to be created before - timing out. + Controls the acquisision time in all modes except External Enable. In External Enable + mode the timing is controlled entirely by the external trigger line. However, even + in ExternalEnable mode AcquireTime is used by camserver and by the driver to estimate + how long the acquisition will take. Hardware timeouts will occur if the actual time + to acquire differs significantly from the estimated time based on AcquireTime and + AcquirePeriod. @@ -124,8 +126,12 @@ $(P)$(R)AcquirePeriod - Controls the exposure period in seconds. It applies only in Internal or External - Trigger modes when NumImages >1. + Controls the exposure period in seconds in Internal or External Trigger modes when + NumImages >1. In External Enable mode the timing is controlled entirely by the + external trigger line. However, even in ExternalEnable mode AcquirePeriod is used + by camserver and by the driver to estimate how long the acquisition will take. Hardware + timeouts will occur if the actual time to acquire differs significantly from the + estimated time based on AcquireTime and AcquirePeriod. @@ -133,8 +139,8 @@ $(P)$(R)NumExposures - Controls the number of exposures per image. It is only used in External Enable mode. - + Controls the number of exposures per image. It is most useful in External Enable + mode, but it can be set in any mode.