Skip to content

Symetrie Hexapod

Configuring a Symetrie Hexapod motor controller

Supported features

Encoder Shutter Trajectories
NO NO NO

Specific Symetrie Hexapod controller parameters

  • version: 1, 2 or 5 (optional, should be detected automaticaly but recommanded)

Specific Symetrie Hexapod axis parameters

  • role: virtual axis in 3D -> 3 translations and 3 rotations.
  • tx: X translation
  • ty: Y translation
  • tz: Z translation
  • rx: Rotation on X
  • ry: Rotation on Y
  • rz: Rotation on Z

Note

velocity and accelertion are not mandatory in config.

YAML configuration file example

class: SHexapod
version: 2          # (optional)
tcp:
    url: id99hexa1
axes:
    - name: h1tx
      role: tx
      unit: mm
    - name: h1ty
      role: ty
      unit: mm
    - name: h1tz
      role: tz
      unit: mm
    - name: h1rx
      role: rx
      unit: deg
    - name: h1ry
      role: ry
      unit: deg
    - name: h1rz
      role: rz
      unit: deg