Update Config_Controller
@@ -4,7 +4,7 @@ Definition of a set of hardware controllers. The file contains a JSON structure
|
||||
**type**::<BR>
|
||||
 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, Zaber, ZmiEpics };`
|
||||
`enum Type { NewPort, NexLine, SmarAct, SmarActUsb, SmarActTcp, Orchestra, Zaber};`
|
||||
|
||||
**active**::<BR>
|
||||
 Integer value that defines if the controller should be used (value of 1) or ignored (value of 0). <BR>
|
||||
@@ -92,17 +92,3 @@ All further parameters are passed to the specific controller code without checki
|
||||
 Integer value that defines communication rate of the controller. <BR>
|
||||
 **Default**: 9600
|
||||
|
||||
|
||||
## ZmiEpics
|
||||
|
||||
**loopName**::<BR>
|
||||
 String value that defines which Orchestra loop the controller is associated with. <BR>
|
||||
 **Default**: "ControlLoop"
|
||||
|
||||
**Sensor3Name**::<BR>
|
||||
 String value that defines ??? <BR>
|
||||
 **Default**: "AttoCube_Sensor"
|
||||
|
||||
**nAxes**::<BR>
|
||||
 Integer value that defines the number of `axis` objects that the controller handles. <BR>
|
||||
 **Default**: 2
|
||||
Reference in New Issue
Block a user