diff --git a/Config_Positioner.md b/Config_Positioner.md index 1323d9f..7d95288 100644 --- a/Config_Positioner.md +++ b/Config_Positioner.md @@ -326,9 +326,102 @@ An Orchestra detector is a special type of **readOnly** positioner that uses Orc ## Interferometer +This detector type is always read only. + +**controller**::
+ String value defines the name of the hardware controller that communicates with the device.
+ **Default**: empty string + + **axis**::
+ Integer value defines the axis measured by this positioner. The integer value is determined by the order in which the axes are defined in in the [axis.json settings file](PixelatorControllerSettings#axis)
+ **Default**: 0 + + ## BeamShutter + +**devicePath**::
+ String value defines address of the device.
+ **Default**: empty string + +**subdevice**::
+ Integer value defines subaddress of the device.
+ **Default**: 0 + +**channel**::
+ Integer value defines channel index of the device.
+ **Default**: 0 + + ## AnalogOut + +**devicePath**::
+ String value defines address of the device.
+ **Default**: empty string + +**subdevice**::
+ Integer value defines subaddress of the device.
+ **Default**: 0 + +**channel**::
+ Integer value defines channel index of the device.
+ **Default**: 0 + + ## Transform +This positioner type is the combination of multiple positioners. + +**functionCode**::
+ Integer value defines ???.
+ **Default**: 0 + +**axisNr**::
+ Integer value defines ???.
+ **Default**: 0 + +**moveOrder**::
+ Integer value defines ???.
+ **Default**: 0 + +**angleXZ**::
+ Integer value defines ???.
+ **Default**: 0 + +**angleYZ**::
+ Integer value defines ???.
+ **Default**: 0 + +**param1**::
+ Integer value defines ???.
+ **Default**: empty string + +**param2**::
+ Integer value defines ???.
+ **Default**: empty string + +**param3**::
+ Integer value defines ???.
+ **Default**: empty string + +**param4**::
+ Integer value defines ???.
+ **Default**: empty string + +***param5*::
+ Integer value defines ???.
+ **Default**: empty string + +**matrix**::
+ Integer value defines ???.
+ **Default**: empty string + + + ## Galil + +****::
+ Integer value defines ???.
+ **Default**: ? + + ## Zaber ## ZmiEpics \ No newline at end of file