From c222b55683ece439fce27f2fa6e4a16829e7b60f Mon Sep 17 00:00:00 2001 From: watts Date: Mon, 17 Oct 2022 15:41:54 +0200 Subject: [PATCH] Move Topup settings to new page --- PixelatorControllerSettings.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/PixelatorControllerSettings.md b/PixelatorControllerSettings.md index b6622a3..81decf7 100644 --- a/PixelatorControllerSettings.md +++ b/PixelatorControllerSettings.md @@ -154,7 +154,7 @@ Each of these settings files is described in a section below. **topupConfigFileName**::
 **Optional**: no topup handling when this setting is missing or the file cannot be read.
- [Topup](#topup) + [Topup](Config_Topup) **zonePlateConfigFileName**::
 [Zone Plate](Config_ZonePlate) @@ -487,20 +487,3 @@ The following settings are available for all types of positioners: * a name of a position value (positionUserToStringHardware) * the position of a named position (stringHardwareToPositionUser) -## Topup -This file contains the topup settings. - -See source:trunk/PixelatorController/config/topup.json for an example. - - **active**::
- Integer value 1 activates topup handling.
- **Default**: 0 - - **channel**::
- String value defines the EPICS address of the topup channel.
- Mandatory for topup handling. - - **wait_time**::
- Float value defines the delay (in seconds) between when the topup signal stops and when stxm measurements resume.
- **Default**: 0 -