Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

RoboDK Crashes when generating program

#1
Hi

Something has happend to my saved RDK file.
It waas working fine, but then my Welding addin started to grash, and i cannot start it up again, just throws me a error.

   

And when i generate the program, it gets to 8% and then crashes.
I have tried other RDK files, and they have no issues, so im suspecting something went wrong when i deleted some weld start and ends from the program files?

The welding addin works fine with other RDK files, it is just this one, and i cannot reproduce the error

Best Regards
Michael Lauth

.rdk   RobotCelle1_12012024_132259_cal.rdk (Size: 6.25 MB / Downloads: 48)
#2
There seems to be something wrong with the format of the recipes.

Please take a look at the template format examples:
https://robodk.com/doc/en/Addin-Welding-...#AIWAddIns

I added a mode cleanup script to your station - it clears all the welding information in the station:

Code:
from robodk import robolink    # RoboDK API
from robodk import robomath    # Robot toolbox
RDK = robolink.Robolink()
RDK.setParam('modes', b'')


After that, the Welding Add-in runs without any issues

I attached the modified station


Attached Files
.rdk   RobotCelle1_12012024_132259_cal_md.rdk (Size: 6.25 MB / Downloads: 54)
  




Users browsing this thread:
1 Guest(s)