From 5a622debf4713f4dc25aa4fad42adfb5a9c3f4c6 Mon Sep 17 00:00:00 2001 From: watts Date: Fri, 11 Nov 2022 17:04:04 +0100 Subject: [PATCH] Update Config_Positioner --- Config_Positioner.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Config_Positioner.md b/Config_Positioner.md index 4bf99de..be426a9 100644 --- a/Config_Positioner.md +++ b/Config_Positioner.md @@ -91,17 +91,16 @@ The following settings are available for all types of positioners:  "Never" : Positioner remains powered after scanning moves and is unaffected by an "All Motors Off" request.
 "Always" : positioner is always unpowered after any move.
 "SlowAxis" : Positioner is unpowered after each scan move if it is not part of the fast scanning axis.
- "Disabled" : Positioner does not physically have powered and unpowered states.
+ "Disabled" : this is a "hack" to disable the "fine" positioner in a "coarse"/"fine" pair.
 "Manual" : Positioner remains powered after scanning moves, but is unpowered by "All Motors Off" request.
 **Default**: "Never" -| autoOff value | direct | scan
(fastest axis) | scan
(not fastest) | "All Motors Off" | -|---------------|--------|------|------|------------------| -| "Never" | ON | ON | ON | ON | -| "Always" | OFF | OFF | OFF | OFF | -| "SlowAxis" | OFF | ON | OFF | OFF | -| "Disabled" | -- | -- | -- | -- | -| "Manual" | ON | ON | ON | OFF | +| autoOff value | scan
(fastest axis) | scan
(not fastest) | "All Motors Off" | +|---------------|-------|------|------------------| +| "Never" | ON | ON | ON | +| "Always" | OFF | OFF | OFF | +| "SlowAxis" | ON | OFF | OFF | +| "Manual" | ON | ON | OFF | **linkedOffsetPositionerName**::