Update Config_Positioner
@@ -411,11 +411,67 @@ This positioner type is the combination of multiple positioners to create a new
|
||||
|
||||
|
||||
## Galil
|
||||
|
||||
****::<BR>
|
||||
 Integer value defines ???.<BR>
|
||||
 **Default**: ?
|
||||
|
||||
This doesn't seem to be implemented!
|
||||
|
||||
## Zaber
|
||||
## ZmiEpics
|
||||
|
||||
**controller**::<BR>
|
||||
 String value defines the name of the hardware controller that communicates with the device.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**positionerNr**::<BR>
|
||||
 Integer value defines the index of the positioner in the controllers list of devices.<BR>
|
||||
 **Default**: 0
|
||||
|
||||
**receiveTimeout**::<BR>
|
||||
 Double value defines how many seconds _Pixelator_ shall wait for a response to a request.<BR>
|
||||
 **Default**: 5.0
|
||||
|
||||
|
||||
## ZmiEpics
|
||||
|
||||
**axis**::<BR>
|
||||
 Integer value defines index of the coordinate system axis. (I didn't find where this is actually used in the code.)<BR>
|
||||
 **Default**: 0
|
||||
|
||||
**precision**::<BR>
|
||||
 Double value defines the precision with which to record the positioner position values.<BR>
|
||||
 **Default**: 0.1
|
||||
|
||||
**resetVoltage**::<BR>
|
||||
 Double value defines the "reset voltage" value to be published on the **vresetChannel** EPICS channel.<BR>
|
||||
 **Default**: 0.0
|
||||
|
||||
**fbonChannel**::<BR>
|
||||
 String value defines the EPICS channel to which requests to switch the feedback on and off can be published.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**setChannel**::<BR>
|
||||
 String value defines the EPICS channel to which a move request can be written.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**getChannel**::<BR>
|
||||
 String value defines the EPICS channel from which a position value can be read.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**presetChannel**::<BR>
|
||||
 String value defines the EPICS channel to which a a coarse position value can be written when resetting the interferometer.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**resetChannel**::<BR>
|
||||
 String value defines the EPICS channel to which a reset request can be written.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**errChannel**::<BR>
|
||||
 String value defines the EPICS channel from which the position error can be read.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**vresetChannel**::<BR>
|
||||
 String value defines the EPICS channel to which the **resetVoltage** value can be written.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**istatusChannel**::<BR>
|
||||
 String value defines the EPICS channel from which the status of the positioner can be read.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user