diff --git a/documentation/MarCCDDoc.html b/documentation/MarCCDDoc.html
index 6532199..b0c685a 100755
--- a/documentation/MarCCDDoc.html
+++ b/documentation/MarCCDDoc.html
@@ -121,6 +121,20 @@ remote_mode_server_arguments 2222
If this is greater than the acquisition time plus readout overhead then the driver
will wait until the period has elapsed before starting the next acquisition.
+
+ |
+ ADReadStatus |
+
+ |
+ $(P)$(R)ReadStatus |
+
+ Writing 1 to this parameter causes the status to be read from the marccd server.
+ By processing or periodically scanning this record the status information can be
+ refreshed. This is normally not necessary, but if ADArrayCallbacks is 0 and marCCDOverlap
+ is 1 then the status will not indicate that the system is idle when acquisition
+ is complete, because the driver polling stops before the file is written. This record
+ can be used to eliminate the confusion that might cause. |
+
|
ADFilePath |
@@ -305,28 +319,6 @@ remote_mode_server_arguments 2222
mbbi |
-
-
- marCCD
- ReadStatus |
-
- asynInt32 |
-
- r/w |
-
- Writing 1 to this parameter causes the status to be read from the marccd server.
- By processing or periodically scanning this record the status information can be
- refreshed. This is normally not necessary, but if ADArrayCallbacks is 0 and marCCDOverlap
- is 1 then the status will not indicate that the system is idle when acquisition
- is complete, because the driver polling stops before the file is written. This record
- can be used to eliminate the confusion that might cause. |
-
- MAR_READ_STATUS |
-
- $(P)$(R)MarReadStatus |
-
- bo |
-
|
Optimization parameters |
@@ -522,6 +514,57 @@ remote_mode_server_arguments 2222
ao |
+
+
+ marCCD
+ Wavelength |
+
+ asynFloat64 |
+
+ r/w |
+
+ Wavelength in Angstroms. |
+
+ MAR_WAVELENGHT |
+
+ $(P)$(R)Wavelength |
+
+ ao |
+
+
+
+ marCCD
+ FileComments |
+
+ asynOctet |
+
+ r/w |
+
+ Comments for this file. |
+
+ MAR_FILE_COMMENTS |
+
+ $(P)$(R)FileComments |
+
+ waveform |
+
+
+
+ marCCD
+ DatasetComments |
+
+ waveform |
+
+ r/w |
+
+ Comments for this dataset. |
+
+ MAR_DATASET_COMMENTS |
+
+ $(P)$(R)DatasetComments |
+
+ ao |
+
|
Debugging |