class documentation

class PTPMode(Enum): (source)

View In Hierarchy

  1. JUMP_XYZ,
    Jump mode, (x,y,z,r) is the target point in Cartesian coordinate system
  2. MOVJ_XYZ,
    Joint movement, (x,y,z,r) is the target point in Cartesian coordinate system
  3. MOVL_XYZ,
    Linear movement, (x,y,z,r) is the target point in Cartesian coordinate system
  4. JUMP_ANGLE,
    Jump mode, (x,y,z,r) is the target point in Jointcoordinate system
  5. MOVJ_ANGLE,
    Joint movement, (x,y,z,r) is the target point in Joint coordinate system
  6. MOVL_ANGLE,
    Linear movement, (x,y,z,r) is the target point in Joint coordinate system
  7. MOVJ_INC,
    Joint movement increment mode, (x,y,z,r) is the angle increment in Joint coordinate system
  8. MOVL_INC,
    Linear movement increment mode, (x,y,z,r) is the Cartesian coordinate increment in Joint coordinate system
  9. MOVJ_XYZ_INC,
    Joint movement increment mode, (x,y,z,r) is the Cartesian coordinate increment in Cartesian coordinate system
  10. JUMP_MOVL_XYZ, Jump movement, (x,y,z,r) is the Cartesian coordinate increment in Cartesian coordinate system

Constant JUMP_ANGLE Undocumented
Constant JUMP_MOVL_XYZ Undocumented
Constant JUMP_XYZ Undocumented
Constant MOVJ_ANGLE Undocumented
Constant MOVJ_INC Undocumented
Constant MOVJ_XYZ Undocumented
Constant MOVJ_XYZ_INC Undocumented
Constant MOVL_ANGLE Undocumented
Constant MOVL_INC Undocumented
Constant MOVL_XYZ Undocumented
JUMP_ANGLE: int = (source)

Undocumented

Value
3
JUMP_MOVL_XYZ: int = (source)

Undocumented

Value
9
JUMP_XYZ: int = (source)

Undocumented

Value
0
MOVJ_ANGLE: int = (source)

Undocumented

Value
4
MOVJ_INC: int = (source)

Undocumented

Value
6
MOVJ_XYZ: int = (source)

Undocumented

Value
1
MOVJ_XYZ_INC: int = (source)

Undocumented

Value
8
MOVL_ANGLE: int = (source)

Undocumented

Value
5
MOVL_INC: int = (source)

Undocumented

Value
7
MOVL_XYZ: int = (source)

Undocumented

Value
2