07-08-2021, 02:13 PM
I think you could do something like that before generating the program to change the name:
But for the extension, it's coded in the post-processor.
So either you modify the post or you add a python command to your macro to get the file generated and change the extension. 100% sure it can be done.
Code:
myProgramItem.setName(“新名称”)
But for the extension, it's coded in the post-processor.
So either you modify the post or you add a python command to your macro to get the file generated and change the extension. 100% sure it can be done.
Find useful information about RoboDK and its features by visiting ourOnline Documentationand by watching tutorials on ourYoutube Channel.