Private
Public Access
11
1

Update Config_Controller

2022-11-07 17:12:30 +01:00
parent 3e6c6e1c45
commit 50eb3a8ed2

@@ -4,7 +4,7 @@ Definition of a set of hardware controllers. The file contains a JSON structure
**type**::<BR>
&emsp;String value that identifies which hardware interface will handle the controller behaviour. The set of allowed values is listed near the beginning of [`Controller.h`](https://gitlab.psi.ch/microspectro/pixelator/-/blob/master/PixelatorController/src/Controller.h#L19), for example:
`enum Type { NewPort, NexLine, SmarAct, SmarActUsb, SmarActTcp, Orchestra, Galil, Zaber, ZmiEpics };`
`enum Type { NewPort, NexLine, SmarAct, SmarActUsb, SmarActTcp, Orchestra, Zaber, ZmiEpics };`
**active**::<BR>
&emsp;Integer value that defines if the controller should be used (value of 1) or ignored (value of 0). <BR>
@@ -105,5 +105,4 @@ All further parameters are passed to the specific controller code without checki
**nAxes**::<BR>
&emsp;Integer value that defines the number of `axis` objects that the controller handles. <BR>
&emsp;**Default**: 2
&emsp;**Default**: 2