diff --git a/documentation/adscDoc.html b/documentation/adscDoc.html
index bcb0883..b426312 100644
--- a/documentation/adscDoc.html
+++ b/documentation/adscDoc.html
@@ -126,9 +126,9 @@
acquisition is started.
- External
+ Ext. Software
- The External mode will make the driver expose images only when told to
+ The Ext. Software mode will make the driver expose images only when told to
once the acquisition is started. A special protocol must be followed to trigger
each image exposure. This would normally be very simple, but because the ADSC control
library can report that an exposure did not work and should be retried after any
@@ -140,24 +140,24 @@
follows:
- - Wait for $(P)$(R)ADSCOkToExpose to be Yes
- - Set $(P)$(R)ADSCExTrCtl to Start to start the exposure
- - Set $(P)$(R)ADSCExTrCtl to Stop to stop the exposure
- - Wait for $(P)$(R)ADSCExTrCtl_RBV to be OK or Again
- - If $(P)$(R)ADSCExTrCtl_RBV is Again, the exposure did not work
+
- Wait for $(P)$(R)ExSwTrOkToExp to be Yes
+ - Set $(P)$(R)ExSwTrCtl to Start to start the exposure
+ - Set $(P)$(R)ExSwTrCtl to Stop to stop the exposure
+ - Wait for $(P)$(R)ExSwTrCtlRsp to be OK or Again
+ - If $(P)$(R)ExSwTrCtlRsp is Again, the exposure did not work
and should be tried again
- Note that care must be taken when waiting for $(P)$(R)ADSCExTrCtl_RBV to
+ Note that care must be taken when waiting for $(P)$(R)ExSwTrCtlRsp to
be OK or Again to ensure the PV value is not stale (i.e. from
the previous exposure). There are at least two methods to ensure this:
- - Use a CA monitor on $(P)$(R)ADSCExTrCtl_RBV; before waiting for the
+
- Use a CA monitor on $(P)$(R)ExSwTrCtlRsp; before waiting for the
OK or Again values, wait for the Stop value; a CA monitor
is used to receive the value changes since the PV will have the Stop value
for just a short time
- - After starting the exposure, wait for $(P)$(R)ADSCExTrCtl_RBV to be
+
- After starting the exposure, wait for $(P)$(R)ExSwTrCtlRsp to be
Start
@@ -216,20 +216,20 @@
mode.
- Detector External Trigger
+ Detector External Software Trigger
- - OK to expose, $(P)$(R)ADSCOkToExpose
+ - OK to expose, $(P)$(R)ExSwTrOkToExp
-
- When in External trigger mode, indicates whether it is OK to start an image
+ When in Ext. Software trigger mode, indicates whether it is OK to start an image
exposure.
- - Start, Stop, $(P)$(R)ADSCExTrCtl
+ - Start, Stop, $(P)$(R)ExSwTrCtl
-
- When in External trigger mode, set to 1 to start an exposure and
- 0 to stop it.
- - $(P)$(R)ADSCExTrCtl_RBV
+ When in Ext. Software trigger mode, set to 1 to start an exposure, and
+ set to 0 to stop it.
+ - $(P)$(R)ExSwTrCtlRsp
-
- When in External trigger mode, will be Start, Stop,
- OK, or Again. See Trigger Modes section
+ When in Ext. Software trigger mode, will be Start, Stop,
+ OK, or Again. See Trigger Modes section
for more about how this property will behave.