Skip to content

Add Independent and Simultaneous motion group instructions #40

Description

@kobbled

Independent motion

linear_move.to(p1).at(100, 'mm/s').term(100).independent(group(1))
joint_move.to(p1).at(100, '%').term(50).independent(group(3))
Independent GP
GP1 L P[1] 50mm/s CNT100
GP3 J P[1] 100% CNT50

simultaneous motion

linear_move.to(p1).at(90, 'mm/s').term(100).simultaneous(group(1))
joint_move.to(p1).at(100, '%').term(50).simultaneous(group(3))
Simultaneous GP
GP1 L P[1] 90mm/s CNT100
GP3 J P[1] 100% CNT50

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions