Private
Public Access
11
1

Update Config_Positioner

2022-10-24 17:58:23 +02:00
parent 6230d34740
commit c482f5b32e

@@ -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>
&emsp;String value defines ???.<BR>
&emsp;String value defines the EPICS channel to which a move request can be written.<BR>
&emsp;**Default**: empty string
**getChannel**::<BR>
&emsp;String value defines ???.<BR>
&emsp;String value defines the EPICS channel from which a position value can be read.<BR>
&emsp;**Default**: empty string
**lowChannel**::<BR>
&emsp;String value defines ???.<BR>
&emsp;String value defines the EPICS channel from which lower hardware limit of the device can be read.<BR>
&emsp;**Default**: empty string
**highChannel**::<BR>
&emsp;String value defines ???.<BR>
&emsp;String value defines the EPICS channel from which upper hardware limit of the device can be read.<BR>
&emsp;**Default**: empty string
**toleranceChannel**::<BR>
&emsp;String value defines ???.<BR>
&emsp;String value defines the EPICS channel from which the tolerance of the device can be read.<BR>
&emsp;**Default**: empty string
**unitChannel**::<BR>
&emsp;String value defines ???.<BR>
&emsp;String value defines the EPICS channel from which a string can be read that represents the physical unit of the device values.<BR>
&emsp;**Default**: empty string
**doneMovingChannel**::<BR>
&emsp;String value defines ???.<BR>
&emsp;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>
&emsp;**Default**: empty string
**doneMovingInv**::<BR>
&emsp;String value defines ???.<BR>
&emsp;**Default**: empty string
&emsp;Boolean value defines if the meaning of the values read from the **doneMovingChannel** channel should be inverted.<BR>
&emsp;**Default**: false
**stopMovingChannel**::<BR>
&emsp;String value defines ???.<BR>