Update Config_Positioner
@@ -382,38 +382,26 @@ This positioner type is the combination of multiple positioners to create a new
|
||||
 **Default**: 0
|
||||
|
||||
**moveOrder**::<BR>
|
||||
 Integer value defines whether the positioner shall be moved before or after the Z-axis positioner. Only valid with **functionCode** == 2. Accepted values include:
|
||||
* -1: positive positioner moves executed fully before Z-axis movement starts.
|
||||
 Integer value defines whether the positioner shall be moved before or after the Z-axis positioner (to avoid crashing the sample into the OSA). Only valid with **functionCode** == 2. Accepted values include:
|
||||
* -1: Negative positioner moves are completed fully before Z-axis movement starts. Positive positioner moves are started after Z-axis movement is complete.
|
||||
* 0: Move order not controlled.
|
||||
* +1: positive positioner moves executed fully before Z-axis movement starts.
|
||||
* +1: Positive positioner moves are completed fully before Z-axis movement starts. Negative positioner moves are started after Z-axis movement is complete.
|
||||
<BR> **Default**: 0
|
||||
|
||||
**angleXZ**::<BR>
|
||||
 Integer value defines ???.<BR>
|
||||
 **Default**: 0
|
||||
 Double value defines the number of degrees through which the coordinate system is rotated in the XZ plane (about the Y-axis). Only valid with **functionCode** == 2<BR>
|
||||
 **Default**: 0.0
|
||||
|
||||
**angleYZ**::<BR>
|
||||
 Integer value defines ???.<BR>
|
||||
 **Default**: 0
|
||||
 Double value defines the number of degrees through which the coordinate system is rotated in the YZ plane (about the X-axis). Only valid with **functionCode** == 2<BR>
|
||||
 **Default**: 0.0
|
||||
|
||||
**param1**::<BR>
|
||||
 Integer value defines ???.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**param2**::<BR>
|
||||
 Integer value defines ???.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**param3**::<BR>
|
||||
 Integer value defines ???.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**param4**::<BR>
|
||||
 Integer value defines ???.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
***param5**::<BR>
|
||||
 Integer value defines ???.<BR>
|
||||
**param5**::<BR>
|
||||
 String value defines positioner names involved in the transform.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**matrix**::<BR>
|
||||
|
||||
Reference in New Issue
Block a user