RoboDK Forum
Generating programm with (call) function- Printable Version

+- RoboDK Forum (//m.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN)
+--- Forum: RoboDK bugs (//m.sinclairbody.com/forum/Forum-RoboDK-bugs)
+--- Thread: Generating programm with (call) function (/Thread-Generating-programm-with-call-function)



Generating programm with (call) function-Tsvetkov-11-05-2020

While trying to generate robot program (Fanuc post processor Fanuc 30IA) and in program used call program function, I got an issue:
////
Failed to generate program "MP0_50" using the Post Processor "Fanuc_R30iA"
Post processor path:C:/RoboDK/Posts/Fanuc_R30iA.py
Traceback (most recent call last):
文件“C: /用户/Руслан/ AppData /地方/ Temp / PostMP0_50.py", line 1120, in
make_program()
文件“C: /用户/Руслан/ AppData /地方/ Temp / PostMP0_50.py", line 32, in make_program
r.RunCode(r"""GOSAFE1""", True)
File "C:\RoboDK\Posts\Fanuc_R30iA.py", line 978, in RunCode
ValueError: substring not found

Process output:
Using Python version: sys.version_info(major=3, minor=7, micro=3, releaselevel='final', serial=0)
RoboDK Post Processor: C:/RoboDK/Posts
Total instructions: 953
Using Python version: sys.version_info(major=3, minor=7, micro=3, releaselevel='final', serial=0)
RoboDK Post Processor: C:/RoboDK/Posts
Total instructions: 953

Python Post Processor process exit code: 1


RE: Generating programm with (call) function-Jeremy-11-05-2020

Hi Tsvetkov,

Can you join your .rdk station?
It will help me help you.

Jeremy


RE: Generating programm with (call) function-Tsvetkov-11-06-2020

Here it is in attachment. Try to generate a main program.


RE: Generating programm with (call) function-Jeremy-11-06-2020

Hi Tsvetkov,

There is no file attached to your post.

Jeremy


RE: Generating programm with (call) function-Tsvetkov-11-06-2020

Once more.


RE: Generating programm with (call) function-Jeremy-11-06-2020

Hi Tsvetkov,
Can you update RoboDK to the latest version?
I just updated mine and it solved the issue.

Jeremy


RE: Generating programm with (call) function-Tsvetkov-11-09-2020

Ok, thank you.