RoboDK Forum
Can't import LS after Robodk to roboguide——革命制度党ntable 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: Can't import LS after Robodk to roboguide (/Thread-Can-t-import-LS-after-Robodk-to-roboguide)



Can't import LS after Robodk to roboguide-s_50-11-20-2020

Hello dear
Cant import LS program after Robo dk to roboguide :
roboguide on line 407 column 50 configuration error
How can I fix it


RE: Can't import LS after Robodk to roboguide-massula-11-20-2020

Can You post Your .ls file here?


RE: Can't import LS after Robodk to roboguide-s_50-11-23-2020

Here is Txt file from my LS


RE: Can't import LS after Robodk to roboguide-massula-11-23-2020

Well, before trying to load file on Roboguide, I've already spotted an error

File name and /PROG (parameter) name must match.

On this file You sent, file name is Prog8, but inside, on first line of the header, /PROG parameter is Prog7.

So I corrected this and could upload the file on Roboguide normally.

Anyway, If I try to upload the program without correcting it, the error I got was on line 2, column 2.


RE: Can't import LS after Robodk to roboguide-Jeremy-11-23-2020

Hi Guys,

This is most likely because you tried to rename the program outside of RoboDK.
This is a limitation we have with Fanuc and some other robot manufacturers. As the program name is "baked" in the code, you can not manually change the program name after you generate it, or if you do, you need to manually modify it in the code also.
The best way is to modify it in RoboDK before generating the LS file.

Jeremy