Update Config_Positioner
@@ -138,40 +138,40 @@ 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).
|
||||
This positioner type interfaces with the [EPICS](https://epics.anl.gov/) hardware control system. Note that an "Epics" type positioner can be configured as an [Orchestra Detector](#orchestra-detector).
|
||||
|
||||
|
||||
**setChannel**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 String value defines the EPICS channel to which a move request can be written.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**getChannel**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 String value defines the EPICS channel from which a position value can be read.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**lowChannel**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 String value defines the EPICS channel from which lower hardware limit of the device can be read.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**highChannel**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 String value defines the EPICS channel from which upper hardware limit of the device can be read.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**toleranceChannel**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 String value defines the EPICS channel from which the tolerance of the device can be read.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**unitChannel**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 String value defines the EPICS channel from which a string can be read that represents the physical unit of the device values.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**doneMovingChannel**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 String value defines the EPICS channel from which the moving status of the device can be read. _Pixelator_ expects a value of 1 means that the hardware has completed its movement and a value of 0 means that it has not completed the movement.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**doneMovingInv**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
 **Default**: empty string
|
||||
 Boolean value defines if the meaning of the values read from the **doneMovingChannel** channel should be inverted.<BR>
|
||||
 **Default**: false
|
||||
|
||||
**stopMovingChannel**::<BR>
|
||||
 String value defines ???.<BR>
|
||||
|
||||
Reference in New Issue
Block a user