Posts: 33
Threads: 12
Joined: Jan 2023
Reputation:
2
Hi RoboDK Team,
In order to run machining projects over 3000 lines of machining code with a KUKA KR120 R 2700 Extra HA,
Do I need to purchase CamRob or Kuka CNC to automatically run a sculpting job on stone? I successfully optimized a job I needed to complete in under 3K lines of code, but is there a way to stream code from RoboDK directly to a Kuka KRC4 in RoboDK?
If not, Perfectly understood.
Recommendation on best tech pack from Kuka for this? RoboDk is exceptional on so many levels, but I need some guidance on what the best avenue is to perform 100 000 lines of code minimum.
Is there a prefix I can employ in my code from RoboDK to automatically run the next cycle?
Mike Rhodes,
Thank you!
Posts: 33
Threads: 12
Joined: Jan 2023
Reputation:
2
02-20-2023, 02:29 AM
(This post was last modified: 02-20-2023, 02:40 AM by mikerhodes.)
Hi Albert,
No issues at all when splitting the programs, I am just not sure how many lines of code my KRC4 can handle at a time. I have been told from other integrators that I need CamRob or KukaCNC to do this. I know I can change the settings in RoboDK on the incremental code output to allegedly 999999 lines, correct me if I am wrong.
I was machining a logo in granite on Friday, and the program was split into 12 segments, but I was not sure how to get the robot to run the next segment. Is there some programming prefix in Codium I need to introduce on the subsequent code files?
Let me know if you require an example. I have a program I need to run soon that has over 6 million lines of code for a sculpture, and I am not sure how to get the Kuka to run it in its entirety in AUTO mode.
Thanks in advance Albert,
I LOVE ROBODK! I get better at it everytime I use it. WAY better the Octopuz...
Mike Rhodes
Furthermore Albert,
Programming and setting up our robot cell is about 10% of my actual duties as an engineer with HGH. I am also a digital artist, Adobe Suite professional, CNC programmer for a GMM 5 axis saw and CNC diamond etching machine + CAD layout designer. This is why I am reaching out for help on quick answers as I am stretched in so many directions! Not your fault of course my friend ;)
You have seen the website!
Maybe I am not using the correct post processor out of Fusion 360. I am currently using the generic Autodesk XYZ router processor in .APT format.
Thanks Albert! Happy Family day.
Mike Rhodes
Posts: 1
Threads: 0
Joined: Nov 2024
Reputation:
0
Hi! I'm really interested in this topic and was wondering if there are any updates. I tried the CNC plugin, but I encountered some errors that make me think there are still compatibility issues with older KSS versions or that some additional programs are required (the auto-config script didn't work for us).
I'm working with a KRC2 running KSS 4.#.#, and I was able to connect and remotely control the robot using C3bridge ANSI + RobodkSync###.src. It works great!
An option to stream points in that old controllers would be amazing. If I can help with testing on our old Win95 KRC2, I'd be happy to do so we have two robots dedicated exclusively to research.
Is there more documentation available for the CNC plugin or alternatives to make it work on Win95 KRC2?
Thanks!
P.S.: Cascade programs work great with the KUKA .src post, but older controllers have significant memory limitations. I was able to post-process the output using regular expressions, reducing redundancy and rounding values to 0.1 mm, making it possible to handle 100k-point programs.
I’m open to any tips or suggestions for improvements, and I’m happy to assist with testing. This will contribute to my research.
Posts: 1
Threads: 0
Joined: Dec 2024
Reputation:
0
12-10-2024, 05:03 PM
(This post was last modified: 12-10-2024, 05:06 PM by HighFreq71.)
Does this mean the PC streams the points to the robot during all the manufacturing process?
If so isn't it a bit dangerous since windows is not so stable especially for hours long programs?
I have a KR5 I am implementing for CNC work. In the last implementation we made we spliced programs in smaller ones and sed directory loader to load all chunks than a main program would call all the chunks one by one. Is there something in RoboDK that emulates what directory loader does and loads main programs and all small chunks to the robot at once before starting the job?
Thanks,
Corrado