diff --git a/documentation/motorRecord.html b/documentation/motorRecord.html index ddd4f210..4c9b2888 100644 --- a/documentation/motorRecord.html +++ b/documentation/motorRecord.html @@ -918,7 +918,7 @@ below. R/W Retry Mode RECCHOICE - (0:"Unity", 1:"Arthmetic", 2:"Geometric")
+ (0:"Unity", 1:"Arthmetic", 2:"Geometric", 3:"In-Position")
@@ -1810,7 +1810,7 @@ below. RECCHOICE

- (0:"Unity", 1:"Arthmetic", 2:"Geometric") + (0:"Unity", 1:"Arthmetic", 2:"Geometric", 3:"In-Position")

RMOD allows the user to select different ways of calculating the retry distance @@ -1829,6 +1829,12 @@ below. corrections. For example, if the max. retry count is 10, then the retries will proceed as follows; DIFF * (1.0), DIFF * (1/2) DIFF * (1/4), DIFF * (1/8), etc.

+

+ The In-Position mode is used only with servos. This mode does not send any motion + commands to the controller during a retry. It simply waits for the DIFF field to + less than the RDBD field. This mode is intended to be used with nonzero DLY and + RTRY fields. +