diff --git a/documentation/BrukerDoc.html b/documentation/BrukerDoc.html index 5ab8762..418461f 100755 --- a/documentation/BrukerDoc.html +++ b/documentation/BrukerDoc.html @@ -30,25 +30,25 @@
- This is a driver for detectors from - Bruker AXS using the Bruker Instrument Server (BIS).
+ This is a driver for detectors from Bruker AXS + using the Bruker Instrument Server (BIS).- The interface to the detector is via TCP/IP socket connections to the Bruker Instrument Server (BIS) - program that Bruker provides. The BIS program must be started before - the areaDetector software is started. + The interface to the detector is via TCP/IP socket connections to the Bruker Instrument + Server (BIS) program that Bruker provides. The BIS program must be started + before the areaDetector software is started.
- The Bruker Instrument Server saves the data to disk in Bruker's SRFM file format. The areaDetector - driver reads these disk files in order to read the data, because BIS does - not provide another mechanism to access the data. + The Bruker Instrument Server saves the data to disk in Bruker's SRFM file format. + The areaDetector driver reads these disk files in order to read the data, because + BIS does not provide another mechanism to access the data.
This driver inherits from ADDriver. It implements many of the parameters in asynNDArrayDriver.h and in ADArrayDriver.h. It also implements a number of parameters that are specific - to the Bruker detector. The BIS - class documentation describes this class in detail.
+ to the Bruker detector. The + BIS class documentation describes this class in detail.@@ -95,14 +95,12 @@ $(P)$(R)FilePath
- BIS will automatically open and close the shutter when exposures are collected. It does this by changing the state of - pin 3 of the parallel port DB-25 connector on the PC. This signal is connected to a shutter control box. Alternatively, - if ADShutterMode is set to ADShutterModeEPICS, then any EPICS PV can be used to control a shutter.
++ BIS will automatically open and close the shutter when exposures are collected. + It does this by changing the state of pin 3 of the parallel port DB-25 connector + on the PC. This signal is connected to a shutter control box. Alternatively, if + ADShutterMode is set to ADShutterModeEPICS, then any EPICS PV can be used to control + a shutter.
- BIS supports binning, but the binning in the X and Y directions must be the same, so only ADBinX is supported.
+ BIS supports binning, but the binning in the X and Y directions must be the same, + so only ADBinX is supported.- The Bruker driver is created with the BISDetectorConfig command, either from C/C++ or - from the EPICS IOC shell.
+ The Bruker driver is created with the BISDetectorConfig command, either from C/C++ + or from the EPICS IOC shell.
BISDetectorConfig(const char *portName, const char *commandPort, const char *statusPort,
int maxBuffers, size_t maxMemory,
@@ -256,8 +254,8 @@
For details on the meaning of the parameters to this function refer to the detailed
documentation on theBISDetectorConfig function in the
- BIS.cpp documentation and in the documentation for the constructor for
- the BIS class.
+ BIS.cpp documentation and in the documentation for the constructor for the
+ BIS class.
There an example IOC boot directory and startup script (iocBoot/iocBruker/st.cmd)
@@ -282,15 +280,16 @@
The following are some current restrictions of the Bruker driver: