Hello RoboDK Team,
I’m using RoboDK for a welding application with the ABB IRB 4600-20/2.50 robot. I’ve installed the welding add-in and successfully created the welding station. After generating the code, RoboDK opens a
.mod file with lines like:
But on my ABB robot, I have existing routines named:
Each of these contains the welding parameters I need. So, I want the generated program to call seam1, weld1, and wv1 instead of the default seam_start, weld_start, and wv_start.
My questions:
Thanks,
Hetansh Lodhiya
I’m using RoboDK for a welding application with the ABB IRB 4600-20/2.50 robot. I’ve installed the welding add-in and successfully created the welding station. After generating the code, RoboDK opens a
.mod file with lines like:
Code:
seam_start
weld_start
\Weave:=wv_start
Code:
seam1
weld1
wv1
My questions:
- Where can I modify this mapping – is it inside the welding add-in script or the post processor (like ABB_RAPID.py)?
- What is the best way to change the output so that it matches my ABB robot’s program structure?
Thanks,
Hetansh Lodhiya