Private
Public Access
11
1

Update Config_Positioner

2022-11-11 17:04:04 +01:00
parent 99f1490831
commit 5a622debf4

@@ -91,17 +91,16 @@ The following settings are available for all types of positioners:
&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;"SlowAxis" : Positioner is unpowered after each scan move if it is not part of the fast scanning axis.<BR>
&emsp;"Disabled" : Positioner does not physically have powered and unpowered states.<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 | direct | scan<BR>(fastest axis) | scan<BR>(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<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 |
**linkedOffsetPositionerName**::<BR>