diff --git a/documentation/Mar345Doc.html b/documentation/Mar345Doc.html
index ccf55ac..5506c58 100755
--- a/documentation/Mar345Doc.html
+++ b/documentation/Mar345Doc.html
@@ -85,7 +85,7 @@
ADAcquire |
- $(P$(R)Acquire |
+ $(P)$(R)Acquire
Setting this to 1 starts an acquisition sequence. If ADNumImages is greater than
1 then it acquires multiple frames. For each frame it does the following:
@@ -110,7 +110,7 @@
|
ADNumImages |
- $(P$(R)NumImages |
+ $(P)$(R)NumImages
Controls the number of images to acquire when ADImageMode is ADImageMultiple. |
@@ -118,7 +118,7 @@
ADAcquirePeriod |
- $(P$(R)AcquirePeriod |
+ $(P)$(R)AcquirePeriod
Controls the period between images when ADImageMode is ADImageMultiple or ADImageContinuous.
If this is greater than the acquisition time plus readout overhead then the driver
@@ -128,7 +128,7 @@
|
NDFilePath |
- $(P$(R)FilePath |
+ $(P)$(R)FilePath
Controls the path for saving images. It must be a valid path for mar345dtb and
for the areaDetector driver, which is normally running in an EPICS IOC. If mar345dtb
@@ -139,7 +139,7 @@
|
NDFileTemplate |
- $(P$(R)FileTemplate |
+ $(P)$(R)FileTemplate
The mar345dtb program uses a file extension which describes the scan size and resolution,
e.g. 3450, etc. Thus the FileTemplate should not include an extension. Furthermore
diff --git a/documentation/PerkinElmerDoc.html b/documentation/PerkinElmerDoc.html
index 39c8057..8f04ed8 100644
--- a/documentation/PerkinElmerDoc.html
+++ b/documentation/PerkinElmerDoc.html
@@ -79,7 +79,7 @@
|
ADNumImages |
- $(P$(R)NumImages |
+ $(P)$(R)NumImages
Controls the number of images to acquire when ADImageMode is ADImageMultiple. |
diff --git a/documentation/RoperDoc.html b/documentation/RoperDoc.html
index f21edb5..a981d14 100755
--- a/documentation/RoperDoc.html
+++ b/documentation/RoperDoc.html
@@ -101,7 +101,7 @@
ADImageMode |
- $(P$(R)ImageMode |
+ $(P)$(R)ImageMode
The driver redefines the choices for the ADImageMode parameter (record $(P)$(R)ImageMode)
from ADDriver.h. The choices for the Roper are:
@@ -122,7 +122,7 @@
|
ADAcquirePeriod |
- $(P$(R)AcquirePeriod |
+ $(P)$(R)AcquirePeriod
Controls the period between images when ADImageMode is Continuous. If this is greater
than the acquisition time plus readout overhead then the driver will wait until
@@ -132,7 +132,7 @@
|
ADNumExposures |
- $(P$(R)NumExposures |
+ $(P)$(R)NumExposures
Controls the number of exposures (accumulations) to acquire into a single image. |
@@ -140,7 +140,7 @@
ADNumImages |
- $(P$(R)NumImages |
+ $(P)$(R)NumImages
Controls the number of images to acquire into a single 3-D data set. |
@@ -148,7 +148,7 @@
ADTriggerMode |
- $(P$(R)TriggerMode |
+ $(P)$(R)TriggerMode
The driver redefines the choices for the ADTriggerMode parameter (record $(P)$(R)TriggerMode)
from ADDriver.h. The choices for the Roper are:
diff --git a/documentation/URLDriverDoc.html b/documentation/URLDriverDoc.html
index f0212d4..a25178d 100755
--- a/documentation/URLDriverDoc.html
+++ b/documentation/URLDriverDoc.html
@@ -72,7 +72,7 @@
|
ADAcquirePeriod |
- $(P$(R)AcquirePeriod |
+ $(P)$(R)AcquirePeriod
This controls the period between reading images. The driver attempts to collected
images at this rate determined by this value. NOTE: If this value is set to 0 or
@@ -136,7 +136,7 @@
difficult to remember and to type. Thus, for convenience there is an EPICS mbbo
record which is used to select 1 of 10 URLs. This allows easily switching between
cameras, etc. The mbbo menu string fields (e.g. ZRST, ONST, etc.) can be edited
- to supply a useful short description of each camera (e.g. "Sample camera", and the
+ to supply a useful short description of each camera (e.g. "Sample camera"), and the
corresponding URL waveform record will store the actual URL. Both are in save/restore.
Note that when the mbbo menu string fields are edited then one will need to close
the main URLDriver.adl medm screen and reopen it to see the new menu choices. This
diff --git a/documentation/pvcamDoc.html b/documentation/pvcamDoc.html
index ecc5eed..4f06a6c 100644
--- a/documentation/pvcamDoc.html
+++ b/documentation/pvcamDoc.html
@@ -78,7 +78,7 @@
|
ADNumImages |
- $(P$(R)NumImages |
+ $(P)$(R)NumImages
Controls the number of images to acquire when ADImageMode is ADImageMultiple. |