diff --git a/Config_Positioner.md b/Config_Positioner.md index 35916ef..4bf99de 100644 --- a/Config_Positioner.md +++ b/Config_Positioner.md @@ -19,7 +19,7 @@ The following settings are available for all types of positioners: **type**::
 String value that identifies which hardware interface will handle the positioner behaviour. The list of allowed values is listed near the beginning of [`Positioner.h`](https://gitlab.psi.ch/microspectro/pixelator/-/blob/master/PixelatorController/src/Positioner.h#L28), for example: -`enum Type { Base, Epics, Tango, NewPort, NexLine, SmarAct, SmarActUsb, SmarActTcp, Interferometer, BeamShutter, AnalogOut, Transform, Galil, Zaber, ZmiEpics };` +`enum Type { Base, Epics, Tango, NewPort, NexLine, SmarAct, SmarActUsb, SmarActTcp, Interferometer, BeamShutter, AnalogOut, Transform, Zaber, ZmiEpics };` **active**::
 Integer value that defines if the positioner should be used (value of 1) or ignored (value of 0).
@@ -410,9 +410,6 @@ This positioner type is the combination of multiple positioners to create a new  **Default**: 0 -## Galil -This doesn't seem to be implemented! - ## Zaber **controller**::
@@ -472,6 +469,4 @@ This doesn't seem to be implemented! **istatusChannel**::
 String value defines the EPICS channel from which the status of the positioner can be read.
- **Default**: empty string - - + **Default**: empty string \ No newline at end of file