Private
Public Access
11
1

Update Config_Positioner

2022-11-11 17:10:54 +01:00
parent 5a622debf4
commit e9c9805b2d

@@ -89,18 +89,18 @@ The following settings are available for all types of positioners:
3. "All Motors Off" request
&emsp;"Never" : Positioner remains powered after scanning moves and is unaffected by an "All Motors Off" request.<BR>
&emsp;"Always" : positioner is always unpowered after any move.<BR>
&emsp;"Always" : positioner is unpowered after any move that is part of a scan and by an "All Motors Off" request. However, a simple move request will not unpower the positioner.<BR>
&emsp;"SlowAxis" : Positioner is unpowered after each scan move if it is not part of the fast scanning axis.<BR>
&emsp;"Disabled" : this is a "hack" to disable the "fine" positioner in a "coarse"/"fine" pair.<BR>
&emsp;"Manual" : Positioner remains powered after scanning moves, but is unpowered by "All Motors Off" request.<BR>
&emsp;**Default**: "Never"
| autoOff value | scan<BR>(fastest axis) | scan<BR>(not fastest) | "All Motors Off" |
|---------------|-------|------|------------------|
| "Never" | ON | ON | ON |
| "Always" | OFF | OFF | OFF |
| "SlowAxis" | ON | OFF | OFF |
| "Manual" | ON | ON | OFF |
| autoOff value | simple move | scan move<BR>(fastest axis) | scan move<BR>(not fastest) | "All Motors Off" |
|---------------|-------------|-------|------|------------------|
| "Never" | ON | ON | ON | ON |
| "Always" | ON | OFF | OFF | OFF |
| "SlowAxis" | ON | ON | OFF | OFF |
| "Manual" | ON | ON | ON | OFF |
**linkedOffsetPositionerName**::<BR>