Problem with the exported .src files- Printable Version +- RoboDK Forum (//m.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN) + - - -论坛:通用RoboDK问题(//m.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: Problem with the exported .src files (/Thread-Problem-with-the-exported-src-files)
Pages:
1
2
|
Problem with the exported .src files-robo.robi-01-24-2021 Hello! I have a question regarding exporting the robot program. I've created a simulation in RoboDK and would like to export this program to .src file for my KUKA robot. However, when I click "Generate robot program", the program was separated into 23 different files and each file has only around 2000 lines, as shown in the pictures below: Is this "maximum line per file" set by default in RoboDK? I only want to have one .src file and not many files with limited lines. Would that be possible? Thank you and best regards, Robo RE: Problem with the exported .src files-Jeremy-01-26-2021 Hi Robo, I hope you are well. This is an option to avoid overflowing the internal memory of the controller. I'm not exactly sure how many lines yours can accept, but here's what we can do. First, make sure that this option isn't activated: "Tools"->"Options"->"Program" If it isn't activated, just let me know which post-processor you are using and I'll fix that issue for you. Jeremy RE: Problem with the exported .src files-robo.robi-01-26-2021 (01-26-2021, 05:30 PM)Jeremy Wrote:Hi Robo, Hi Jeremy! I've checked this option and it is not activated but still limits the line numbers per file, as shown below: I am using KUKA KRC4 post-processor. Thank you very much! Robo RE: Problem with the exported .src files-Jeremy-01-27-2021 Hi Robo, Here's a new post-processor. It's now limited to 999,999 lines, so that should be enough. Simply replace the file here: C:/RoboDK/Posts I'll appreciate it if you can tell us how many lines are accepted by the KRC4 (if you do reach a limit). Jeremy RE: Problem with the exported .src files-robo.robi-01-27-2021 (01-27-2021, 04:11 AM)Jeremy Wrote:Hi Robo, Hi Jeremy, Thank you very much for this! I've used the new post-processor and it worked, I have 51521 lines in one file at the moment. However, I haven't had the chance to try this .src file on real KUKA yet. I'll keep you updated. Robo RE: Problem with the exported .src files-Jeremy-01-27-2021 Hi Robo, Good. I'll wait for your update. Jeremy RE: Problem with the exported .src files-robo.robi-04-20-2021 (01-27-2021, 03:51 PM)Jeremy Wrote:Hi Robo, Hi Jeremey, Here's a late update: I've tried the file with 50000+ lines on KUKA and it works fine! No problem occured until now :) Rob RE: Problem with the exported .src files-Jeremy-04-21-2021 Thanks for the update Rob. Jeremy RE: Problem with the exported .src files-robo.robi-06-29-2021 (04-21-2021, 07:26 PM)Jeremy Wrote:Thanks for the update Rob. Hi Jeremy, I am currently using RoboDK on MacBook, and I've also added your new "kuka_krc4_nolimit.py" post-processor into the post-processor folder of RoboDK. However, it is not possible to generate code with this post-processor, it always gives an error message, as shown below: Do you know what the problem is? (The Nolimit post-processor works really well on my Windows computer) Best regards, Robo RE: Problem with the exported .src files-Jeremy-06-29-2021 Can you show a bit more of the error message? I'm not using MacOS and I don't have a way to test it right now. Jeremy |