Hi! We recently perchased a used robot comes with VKRC2 Version 3.3.3. I got problems and searched for help and I got this forum which is amazing!
As the robot was used for production in VW, it came with extra hardware and software modul. That causes a lot of problems but now at least I can jog the robot, that means the safety circuit is okay, the connection is okay, everything works fine.
I took the next step and got stuck: I tried to write a programm. Due to the extra configuration and software I can only create templates which are not standard templates from KUKA but with information from VW, which is related to gripper and welding unit. I tried to get a skeleton programm by removing the extra rows and I got the programm run.
Now the problem appears: The simplest programm from the Expert Programming manual I got from Internet:
$VEL_AXIS[X]=100 ;Definition of the axis velocities
$VEL_AXIS[2]=100
$VEL_AXIS[3]=100
$VEL_AXIS[4]=100
$VEL_AXIS[5]=100
$VEL_AXIS[6]=100
$ACC_AXIS[1]=100 ;Definition of the axis accelerations
$ACC_AXIS[2]=100
$ACC_AXIS[3]=100
$ACC_AXIS[4]=100
$ACC_AXIS[5]=100
$ACC_AXIS[6]=100
PTP {A1 0,A2 -90,A3 90,A4 0,A5 0,A6 0}
The programm runs and stop at PTP command and the robot did move but only within a second it stops! I had to press the start button for more than 20 times to move the robot only half of the path...I have no idea why the robot did move to the point directly. Sometime it moves quicker sometime slower, whats the problem behind this issue?
My guest: The programm checks the hardware, and I got a message about InterBus Lebensbit...I tried to disable the module as instructed by a post here. I still got the message. Is it possible that the robot stop the command due to this error, thats why it stops within a check interval?
I got stuck for two days already and I desperately need your help! Thanks in advance!