diff --git a/documentation/NDPluginOverlay.html b/documentation/NDPluginOverlay.html
index b885ce3..cd20c99 100755
--- a/documentation/NDPluginOverlay.html
+++ b/documentation/NDPluginOverlay.html
@@ -151,6 +151,31 @@
longout
longin
+
+ |
+ N.A. |
+
+ N.A. |
+
+ r/w |
+
+ Link to fetch the desired X position of this overlay. The .DOL field of this record
+ can be set to another record which will then change PositionX whenever the other
+ record updates. The link must have the "CP" attribute, so that this record
+ processes whenever the record it is linked to changes. For example, the link could
+ be set to "13PS1:Stats1:CentroidX_RBV CP NMS" to fetch its position from the X centroid
+ calculated by an NDPluginStats plugin, or to "13PS1:ROI1:MinX_RBV CP MS" to fetch
+ its position from the X position of an ROI. If this link field is blank or points
+ to a non-existent record then the X position of the overlay can be manually controlled.
+ Note that this linking is done entirely in the EPICS database, and not in the plugin
+ code. |
+
+ N.A. |
+
+ $(P)$(R)PositionXLink |
+
+ longout |
+
NDPluginOverlay
@@ -170,6 +195,23 @@
longout
longin |
+
+ |
+ N.A. |
+
+ N.A. |
+
+ r/w |
+
+ Link to fetch the desired Y position of this overlay. See the notes for PositionXLink
+ above. |
+
+ N.A. |
+
+ $(P)$(R)PositionYLink |
+
+ longout |
+
NDPluginOverlay
@@ -189,6 +231,23 @@
longout
longin |
+
+ |
+ N.A. |
+
+ N.A. |
+
+ r/w |
+
+ Link to fetch the desired X size of this overlay. See the notes for PositionXLink
+ above. |
+
+ N.A. |
+
+ $(P)$(R)SizeXLink |
+
+ longout |
+
NDPluginOverlay
@@ -208,6 +267,23 @@
longout
longin |
+
+ |
+ N.A. |
+
+ N.A. |
+
+ r/w |
+
+ Link to fetch the desired Y size of this overlay. See the notes for PositionXLink
+ above. |
+
+ N.A. |
+
+ $(P)$(R)SizeYLink |
+
+ longout |
+
NDPluginOverlay
|