I want to import an .SRC file as a program.
During the simulation i noticed that the speed of MoveJ() commands are wrong: it was too fast. However, the speed for MoveL() commands is correct.
I am not connected to the robot. The program is already tested on a real KUKA robot without using RoboDK.
This are the settings for the speed in the program:
During import, only VEL.CP instructions are imported into a RoboDK set speed intruction. Everything else gets add as insert code instruction.
I manually added a set speed instruction for $VEL.ORI1 and $VEL.ORI2. After i added the instruction MoveJ were only a small amout too fast.
I did not find a way to add instructions for $VEl_AXIS and $ACC_AXIS. So the simulation and the real movement of the robot are not exactly the same.
I hope somebody can help me with this.
Best regards,
Jonas
During the simulation i noticed that the speed of MoveJ() commands are wrong: it was too fast. However, the speed for MoveL() commands is correct.
I am not connected to the robot. The program is already tested on a real KUKA robot without using RoboDK.
This are the settings for the speed in the program:
Code:
$VEL.CP=3
$VEL.ORI1=15
$VEL.ORI2=15
$VEL_AXIS[1]=5
$VEL_AXIS[2]=5
$VEL_AXIS[3]=5
$VEL_AXIS[4]=5
$VEL_AXIS[5]=5
$VEL_AXIS[6]=5
$ACC_AXIS[1]=5
$ACC_AXIS[2]=5
$ACC_AXIS[3]=5
$ACC_AXIS[4]=5
$ACC_AXIS[5]=5
$ACC_AXIS[6]=5
I manually added a set speed instruction for $VEL.ORI1 and $VEL.ORI2. After i added the instruction MoveJ were only a small amout too fast.
I did not find a way to add instructions for $VEl_AXIS and $ACC_AXIS. So the simulation and the real movement of the robot are not exactly the same.
I hope somebody can help me with this.
Best regards,
Jonas