diff --git a/documentation/areaDetectorViewers.html b/documentation/areaDetectorViewers.html index 85ab053..d21b0f6 100755 --- a/documentation/areaDetectorViewers.html +++ b/documentation/areaDetectorViewers.html @@ -22,6 +22,7 @@
  • Overview
  • ImageJ Viewer
  • IDL Viewer
  • +
  • Troubleshooting
  • Overview @@ -79,8 +80,9 @@ Files\ImageJ\jre\lib. On Linux it will be wherever the jre/lib directory for Java is located. Note that it should be necessary to create such a configuration file on almost all areaDetector clients because the CAJ default value of max_array_bytes - is 16384, which will be too small for almost any detector. However, it appears that - the CAJ library actually ignores the value of max_array_bytes, so it is not actually + is 16384, which will be too small for almost any detector. However, the + the CAJ library dynamically changes the maximum array size if the server array + is larger than max_array_bytes, so it is not actually necessary to set its value for the EPICS_AD_Viewer plugin.
  • Start ImageJ and go to the Plugins/EPICS_areaDetector/EPICS_AD_Viewer to run the plugin
  • @@ -249,5 +251,32 @@ to display the data from this areaDetector plugin, and will be provided in a future release of areaDetector.

    +

    + Troubleshooting

    +

    If the ImageJ or IDL viewer is not displaying new images as the detector collects them check the following: +