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.
|
|