Added overloooked ancillary records

git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@8041 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
rivers
2008-12-12 13:56:41 +00:00
parent 4a4ff37b46
commit 2e56d02aae

View File

@@ -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.</td>
</tr>
<tr>
<td>
ADReadStatus</td>
<td>
<td>
$(P)$(R)ReadStatus</td>
<td>
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.</td>
</tr>
<tr>
<td>
ADFilePath</td>
@@ -305,28 +319,6 @@ remote_mode_server_arguments 2222
<td>
mbbi</td>
</tr>
<tr>
<td>
marCCD<br />
ReadStatus</td>
<td>
asynInt32</td>
<td>
r/w</td>
<td>
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.</td>
<td>
MAR_READ_STATUS</td>
<td>
$(P)$(R)MarReadStatus</td>
<td>
bo</td>
</tr>
<tr>
<td align="center" colspan="7">
<b>Optimization parameters</b></td>
@@ -522,6 +514,57 @@ remote_mode_server_arguments 2222
<td>
ao</td>
</tr>
<tr>
<td>
marCCD<br />
Wavelength</td>
<td>
asynFloat64</td>
<td>
r/w</td>
<td>
Wavelength in Angstroms.</td>
<td>
MAR_WAVELENGHT</td>
<td>
$(P)$(R)Wavelength</td>
<td>
ao</td>
</tr>
<tr>
<td>
marCCD<br />
FileComments</td>
<td>
asynOctet</td>
<td>
r/w</td>
<td>
Comments for this file.</td>
<td>
MAR_FILE_COMMENTS</td>
<td>
$(P)$(R)FileComments</td>
<td>
waveform</td>
</tr>
<tr>
<td>
marCCD<br />
DatasetComments</td>
<td>
waveform</td>
<td>
r/w</td>
<td>
Comments for this dataset.</td>
<td>
MAR_DATASET_COMMENTS</td>
<td>
$(P)$(R)DatasetComments</td>
<td>
ao</td>
</tr>
<tr>
<td align="center" colspan="7">
<b>Debugging</b></td>