Posts: 26
Threads: 11
Joined: Sep 2025
Reputation:
0
11-02-2025, 09:05 PM
(This post was last modified: 11-05-2025, 01:20 PM by Albert.)
I just sent the request. Thanks!
Posts: 26
Threads: 11
Joined: Sep 2025
Reputation:
0
11-03-2025, 07:32 PM
(This post was last modified: 11-05-2025, 01:19 PM by Albert.)
Hello Albert,
I have received the source code files, but I am not sure how I should be solving my current issue with those. Could you please provide some insights?
Thanks for your help!
Posts: 4,544
Threads: 2
Joined: Apr 2018
Reputation:
210
The post processor allows you to customize the behavior when you generate a program.
For example, calling a subprogram triggers the RunCode function of the post processor.
Posts: 4,544
Threads: 2
Joined: Apr 2018
Reputation:
210
If you are planning to customize your post processor I recommend you to rename it and place it in C:/RoboDK/Posts/
If you don't rename the post processor it will be overridden automatically with a new install of RoboDK.
Posts: 26
Threads: 11
Joined: Sep 2025
Reputation:
0
11-07-2025, 07:20 PM
(This post was last modified: 11-11-2025, 09:11 AM by Albert.)
When I generate a robot program and then proceed to "Add/Edit Post Processor," the resulting Python script is the default template and does not contain the movement information from the main .jks program. I expected this Python script to hold all the movement details after program generation.
For context, in the zip folder provided by Konstantinos, there are three python files: apijaka, JAKA_POST and JAKAZu. I have copy pasted three of them into RoboDK/posts but only using the "JAKA_POST as the post processor.
I apologize for the repeated questions, but I could find only one video on post processor, therefore I am very confused.