ProtoTwin API
    Preparing search index...

    Class JointMoveRobotInstruction

    Joint move (MoveJ/PTP) instruction.

    Instructs the robot to move towards the specified target through its joint space. The robot will attempt to move at the target speed of the most limiting joint, such that all joints arrive at the same time.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get program(): null | RobotProgram

      The program to which the instruction has been assigned.

      Returns null | RobotProgram

      If the program is null then the instruction hasn't been added to a program.

    • set program(value: null | RobotProgram): void

      Parameters

      Returns void

    • get solution(): null | number[]

      The joint move solution.

      Returns null | number[]

    • set solution(value: null | number[]): void

      Parameters

      • value: null | number[]

      Returns void

    • get target(): null | Entity

      The target entity.

      Returns null | Entity

    • set target(value: null | Entity): void

      Parameters

      Returns void

    Methods