From 2e56d02aae532ad511b4d1773ef84ad0af1ebd68 Mon Sep 17 00:00:00 2001 From: rivers Date: Fri, 12 Dec 2008 13:56:41 +0000 Subject: [PATCH] Added overloooked ancillary records git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@8041 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/MarCCDDoc.html | 87 +++++++++++++++++++++++++++--------- 1 file changed, 65 insertions(+), 22 deletions(-) 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