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:

    -
  1. Wait for $(P)$(R)ADSCOkToExpose to be Yes
  2. -
  3. Set $(P)$(R)ADSCExTrCtl to Start to start the exposure
  4. -
  5. Set $(P)$(R)ADSCExTrCtl to Stop to stop the exposure
  6. -
  7. Wait for $(P)$(R)ADSCExTrCtl_RBV to be OK or Again
  8. -
  9. If $(P)$(R)ADSCExTrCtl_RBV is Again, the exposure did not work +
  10. Wait for $(P)$(R)ExSwTrOkToExp to be Yes
  11. +
  12. Set $(P)$(R)ExSwTrCtl to Start to start the exposure
  13. +
  14. Set $(P)$(R)ExSwTrCtl to Stop to stop the exposure
  15. +
  16. Wait for $(P)$(R)ExSwTrCtlRsp to be OK or Again
  17. +
  18. 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:

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