ProtoTwin API
    Preparing search index...

    Class LinearMoveRobotInstruction

    Linear move (MoveL/LIN) instruction.

    Instructs the robot to move linearly towards the specified target. The robot will try to translate the TCP at the set linear speed, and rotate the TCP at the set angular speed.

    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 target(): null | Entity

      The target entity.

      Returns null | Entity

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

      Parameters

      Returns void

    Methods