Streaming Robot Machining Code- Printable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) + - - -论坛:总的来说al questions about RoboDK (//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: Streaming Robot Machining Code (/Thread-Streaming-Robot-Machining-Code) |
Streaming Robot Machining Code-mikerhodes-02-19-2023 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! RE: Streaming Robot Machining Code-Albert-02-19-2023 RoboDK should automatically split long programs into smaller programs. You can configure this setting here:
Are you having issues when splitting programs? RE: Streaming Robot Machining Code-mikerhodes-02-20-2023 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. 谢谢阿尔伯特!幸福的家庭的一天。 Mike Rhodes RE: Streaming Robot Machining Code-Albert-02-20-2023 Thank you for your feedback Mike! We highly appreciate it. We have post processors for KUKA CamRob and KUKA CNC. However, these are paid options. In my experience, you can get around the issue with long programs by splitting them. RoboDK applies this criteria by default:
We would like to be able to handle this issue with RoboDK by default, without the need of any paid options. I understand this requires a circular buffer that loads points from a file while the robot goes through the movements. We look forward to putting the required development efforts to bring this to light if you are open to testing a new post processor. I just had a call with @Dmitry, our KUKA expert, and we can work with you to have an automatic way to load points to a buffer from a CSV file (similar to what CamRob does). It is better if you send us an email mentioning this thread and we'll get in touch with you. |