From c6525f087cbab63f1f4a00b553686a3ec2e59f02 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Fri, 21 Jun 2013 14:49:41 +0000 Subject: [PATCH] Added "In-Position" retry mode. --- documentation/motorRecord.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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. +