LIN-REL Problem

  • I am new in kuka programming I have a problem in my program which is : path velocity not programmed.

    I defined A new tool which is FF2022.


    My program:

    PTP p1 VEL= 100 % PDAT1 Tool [1] : FF2022 Base [0]

    LIN-REl { y 50}


    The error here is path velocity not programmed.

  • Ahmed Ezzatt

    Changed the title of the thread from “LIN-REL Probelm” to “LIN-REL Problem”.
  • Lin-rel is not a valid krl command. Should be lin_rel.

    You must set the velocity, acceleration and so on before using movement commands.

    In standard robot programs this is done in the INI fold.

    You can call BAS(#init) at the very beginning of the program.

    Or you can call BAS(#vel_cp, 1.0) for setting the speed to 1m/s.

Advertising from our partners