Update Config_Controller
@@ -12,28 +12,98 @@ Definition of a set of hardware controllers. The file contains a JSON structure
|
||||
|
||||
All further parameters are passed to the specific controller code without checking. Therefore, any default values or subtleties in usage will depend on the controller type.
|
||||
|
||||
**serverAddress**::<BR>
|
||||
## NewPort
|
||||
|
||||
**serverAddress**::<BR>
|
||||
 String value that defines the network address where the controller can be accessed. Used together with **serverPort**<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**serverPort**::<BR>
|
||||
**serverPort**::<BR>
|
||||
 Integer value that defines the port over which the controller can be accessed. Used together with **serverAddress**<BR>
|
||||
 **Default**: 0
|
||||
|
||||
**timeout**::<BR>
|
||||
 Double value that defines the controller timeout in seconds. <BR>
|
||||
 **Default**: 1.0
|
||||
|
||||
|
||||
**deviceName**::<BR>
|
||||
## NexLine
|
||||
|
||||
**serverAddress**::<BR>
|
||||
 String value that defines the network address where the controller can be accessed.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**serverPort**::<BR>
|
||||
 Integer value that defines the port over which the controller can be accessed.<BR>
|
||||
 **Default**: 0
|
||||
|
||||
|
||||
## SmarAct
|
||||
|
||||
**deviceName**::<BR>
|
||||
 String value that defines the filesystem path where the controller can be accessed. <BR>
|
||||
 **Default**: empty string
|
||||
|
||||
|
||||
**timeout**::<BR>
|
||||
 Float value that defines the controller timeout. <BR>
|
||||
|
||||
|
||||
**loopName**::<BR>
|
||||
 String value that defines which Orchestra loop the controller is associated with. <BR>
|
||||
|
||||
|
||||
**nAxes**::<BR>
|
||||
 Integer value that defines the number of `axis` objects that the controller handles. <BR>
|
||||
|
||||
|
||||
**baudRate**::<BR>
|
||||
**baudRate**::<BR>
|
||||
 Integer value that defines communication rate of the controller. <BR>
|
||||
 **Default**: 9600
|
||||
|
||||
|
||||
## SmarActUsb
|
||||
|
||||
**deviceName**::<BR>
|
||||
 String value that defines the USB object name where the controller can be accessed. <BR>
|
||||
 **Default**: empty string
|
||||
|
||||
|
||||
## SmarActTcp
|
||||
|
||||
**ipAddress**::<BR>
|
||||
 String value that defines the network address where the controller can be accessed.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**port**::<BR>
|
||||
 Integer value that defines the port over which the controller can be accessed.<BR>
|
||||
 **Default**: 55551
|
||||
|
||||
|
||||
## Orchestra
|
||||
|
||||
**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
|
||||
|
||||
|
||||
## Zaber
|
||||
|
||||
**deviceName**::<BR>
|
||||
 String value that defines the filesystem path where the controller can be accessed. <BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**baudRate**::<BR>
|
||||
 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