Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

ABB output file - Change MODULE and PROC names

#1
Hello,

We would like to know how can be change the PROC name from "Main" to "Prog2". If we open the Example 1 - Pick and place, and we generate the program "Pick and place", output file is like: 

MODULE MOD_Pickandplace
...
PROC main_RoboDK()
Pickandplace;
EXIT;
ENDPROC

PROC Pickandplace()
!Program
...
ENDMODULE


However, when we generate our program, it is generated a file like:

MODULE MOD_Prog2

PROC Main()
...

ENDMODULE

and we would like to generate something like your example1. We guess that somewhere is an option to change it but we can't find it. 

Thank you


Attached Files Thumbnail(s)
       
#2
Try this:

"Tools"->"Plugins"-> Activate "Post Processor Editor"
"Program"->"Post Processor Editor"->"ABB IRC 5"

Change "FIRST PROG AS MAIN" to false.

Jeremy
Find useful information about RoboDK and its features by visiting our Online Documentation and by watching tutorials on our Youtube Channel


#3
Thank you Jeremy

Kind regards,

Aleix R.
  




Users browsing this thread:
1 Guest(s)