Private
Public Access
11
1

Update Config_Positioner

2024-06-10 15:54:16 +02:00
parent ab7c640901
commit 1da69ecd40

@@ -19,7 +19,7 @@ The following settings are available for all types of positioners:
**type**::<BR>
&emsp;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, Zaber, ZmiEpics };`
`enum Type { Base, Epics, Tango, NewPort, NexLine, SmarAct, SmarActUsb, SmarActTcp, Interferometer, Orocos, BeamShutter, AnalogOut, Transform, Zaber, ZmiEpics };`
**active**::<BR>
&emsp;Integer value that defines if the positioner should be used (value of 1) or ignored (value of 0). <BR>