Update Config_Positioner
@@ -138,52 +138,98 @@ The following settings are available for all types of positioners:
|
||||
|
||||
|
||||
## Epics
|
||||
This positioner type interfaces with the [TANGO](https://www.tango-controls.org/) hardware control system. Note that a "Tango" type positioner can be configured as an [Orchestra Detector](#orchestra-detector).
|
||||
|
||||
|
||||
**setChannel**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**getChannel**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**lowChannel**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**highChannel**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**toleranceChannel**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**unitChannel**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**doneMovingChannel**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**doneMovingInv**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**stopMovingChannel**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
|
||||
|
||||
## Tango
|
||||
This positioner type interfaces with the [TANGO](https://www.tango-controls.org/) hardware control system. Note that a "Tango" type positioner can be configured as an [Orchestra Detector](#orchestra-detector)
|
||||
This positioner type interfaces with the [TANGO](https://www.tango-controls.org/) hardware control system. Note that a "Tango" type positioner can be configured as an [Orchestra Detector](#orchestra-detector).
|
||||
|
||||
|
||||
**Device**::<BR>
|
||||
 String value defines address of the TANGO object.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**setAttribute**::<BR>
|
||||
 String value defines the device attribute that move requests should be written to.<BR>
|
||||
 String value defines the device attribute to which move requests should be written.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**setCommand**::<BR>
|
||||
 String value defines command to be issued to the TANGO device in order to parform a move request.<BR>
|
||||
 String value defines command to be issued to the TANGO device in order to perform a move request.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**getAttribute**::<BR>
|
||||
 String value defines the device attribute that position values should be read from.<BR>
|
||||
 String value defines the device attribute from which position values should be read.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**lowAttribute**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 String value defines the device attribute from which the hardware low limit value can be read.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**highAttribute**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 String value defines the device attribute from which the hardware high limit value can be read.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**toleranceAttribute**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 String value defines the device attribute from which the hardware tolerance can be read.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**unitAttribute**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 String value defines the device attribute from which a string representing the physical unit of the positioner values can be read.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**doneMovingAttribute**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 String value defines device attribute from which the movement status of the device can be read.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**polarizationMapping**::<BR>
|
||||
 Boolean value defines ???.<BR>
|
||||
 Boolean value defines whether to perform [mapping](https://gitlab.psi.ch/microspectro/pixelator/-/blob/master/PixelatorController/src/TangoPositioner.cc#L261) between string values used by TANGO and numerical values used by _Pixelator_.<BR>
|
||||
 **Default**: false
|
||||
|
||||
****::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 **Default**: ?
|
||||
| TANGO string | _Pixelator_ number |
|
||||
|--------------|--------------------|
|
||||
| "LH" | 1 |
|
||||
| "LV" | 2 |
|
||||
| "CL" | 3 |
|
||||
| "CR" | 4 |
|
||||
|
||||
|
||||
### Orchestra Detector
|
||||
|
||||
@@ -202,6 +248,27 @@ An Orchestra detector is a special type of **readOnly** positioner that uses Orc
|
||||
 **Default**: false
|
||||
|
||||
## NewPort
|
||||
|
||||
|
||||
****::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 **Default**: ?
|
||||
|
||||
****::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 **Default**: ?
|
||||
|
||||
****::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 **Default**: ?
|
||||
|
||||
****::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 **Default**: ?
|
||||
|
||||
|
||||
|
||||
|
||||
## NexLine
|
||||
## SmarAct
|
||||
## SmarActUsb
|
||||
@@ -212,6 +279,4 @@ An Orchestra detector is a special type of **readOnly** positioner that uses Orc
|
||||
## Transform
|
||||
## Galil
|
||||
## Zaber
|
||||
## ZmiEpics
|
||||
|
||||
|
||||
## ZmiEpics
|
||||
Reference in New Issue
Block a user