RobotStudio event

Maximum size rapid file

Hi to everyone,
i've been searching technical manuals of robotware versions and rapid manual to find the maximum number of lines in a module.
I read here on the furum that the maximum number is 32768(https://forums.robotstudio.com/discussion/comment/28030) and that this is fixed in the recent release of robotware.
Anyway, i coulnd't find anything mentionig this in the  RobotWare 6.07. release notes.
Also in the same thread it was said the the Load latency problem was also solved in the next robotwar realease.
Can someone point me to the right direction or to a document explaining this?
how do i manage to work with very large files(~400.000 lines) of code without having delays while Loading modules?
IS it true new robotware doens't have a maximum line in rapid files?
Thanks 
Tagged:

Comments

  • I tried pasting 10 million lines of code in a module, which seems to be the breakpoint (for my computer atleast) when RS starts to get really slow.

    Why would you ever need 32 thousand lines of code?
  • The actual controller gives me an error if i try to upload a file with more than 65000 lines of code.
    Updating the controller(Robotware) would change something?
    Thanks
  • Hello,
    You cannot split it in other module?
  • Hello,
    of course i can, but i would also like to have a document stating the maximum number of lines.
    And if this number changes in accordance to the robotware version.
    Thanks