diff --git a/documentation/adscDoc.html b/documentation/adscDoc.html index 210f5de..33b3bed 100644 --- a/documentation/adscDoc.html +++ b/documentation/adscDoc.html @@ -10,7 +10,7 @@

areaDetector ADSC driver

- September 17, 2008

+ January 26, 2009

Lewis Muir

@@ -35,9 +35,9 @@ Introduction

This is a driver for ADSC detectors. Supported - models are: Q4 (with the upgrade to four computers), Q4r, Q210, Q210r, Q270, Q315, and - Q315r. This driver has been tested with the Q210 and Q210r. If you use this driver, - please report your success, noting your detector model, to the author. + models are: Q4 (with the upgrade to four computers), Q4r, Q210, Q210r, Q270, Q315, + and Q315r. This driver has been tested with the Q210 and Q210r. If you use this + driver, please report your success, noting your detector model, to the author.

Dependencies

@@ -48,12 +48,18 @@

Building

+

+ By default, this driver is built against a simulated control library. To build against + the ADSC detcon_lib_th control library to control a real detector, follow + these steps: +

    -
  1. Build the ADSC control library
  2. +
  3. Build the ADSC auxlib library provided by ADSC
  4. +
  5. Build the ADSC detcon_lib_th library provided by ADSC
  6. Copy and rename, or create a symlink to, the ADSC auxlib.a library so that it has the name libauxlib.a to satisfy the EPICS build facility's requirement that a library file name start with lib
  7. -
  8. Add DIRS += adscSrc to ADApp/Makefile
  9. +
  10. Set USE_SIMADSC to NO in ADApp/adscSrc/Makefile
  11. Set ADSC_HOME in ADApp/adscSrc/Makefile
  12. Rebuild the areaDetector module
@@ -85,8 +91,8 @@

If being used in an IOC, and an EPICS PV interface with the driver is desired, the - ADBase.template and adsc.template databases should also be loaded - for the driver instance. + ADBase.template, NDFile.template, and adsc.template databases + should also be loaded for the driver instance.

An example IOC configuration for this driver is at iocBoot/iocAdsc/st.cmd.