diff --git a/PixelatorControllerSettings.md b/PixelatorControllerSettings.md
index 521a57f..39de1e4 100644
--- a/PixelatorControllerSettings.md
+++ b/PixelatorControllerSettings.md
@@ -316,6 +316,10 @@ The remaining entries are positioner names with their settings. The settings dep
### base settings
The following settings are available for all types of positioners:
+ **active**::
+ Integer value that defines if the positioner should be used (value of 1) or ignored (value of 0).
+ **Default**: 0
+
**nexus_name**::
String value defines the positioners name in the hdf5 file.
**Default**: positioner name
@@ -335,10 +339,6 @@ The following settings are available for all types of positioners:
String value defines the unit of the positioner values (on the GUI and in the hdf5 file).
**Default**: "" (empty string)
- **hardwareUnitFactor**::
- Double value defines the conversion factor used to convert hardware positioner values to **unit***.
- **Default**: 1.0
-
**distributionMode**::
String value defines the discribution of points to an interval.
Example: 5 points from 0 to 10:
@@ -347,6 +347,10 @@ The following settings are available for all types of positioners:
**Default**: "n"
+ **hardwareUnitFactor**::
+ Double value defines the conversion factor used to convert hardware positioner values to **unit***.
+ **Default**: 1.0
+
**positionOffset**::
Double value defines shift of coordinates between those communicated with the hardware controller and the user.
**Default**: 0.0