Hello,
Hope you're doing well!
I am using the api to post process couple of setups, and when I'm trying to do this for more than one setups, I am getting the following errors...
When using the postProcess method from the NcProgramm object, I'm getting:
"One or more operations are still being generated", while when using postProcess or postProcessAll attribute from CAM object, I'm getting: "Initialization Fails".
What can I do about it??
I tried adding sleep time in-between the individual operations, before the invoking the method, but the issue remains.
Thank you in advance!
Solved! Go to Solution.
Solved by Jorge_Jaramillo. Go to Solution.
Hi,
It isn't clear in your post how the toolpaths are being generated.
If you use any of the CAM.generateToolpath 's methods, all of the return a GenerateToolpathFuture which can be used to track the toolpath's generation progress, as described in the documentation:
Can you explain better your workflow or even better can you share your code to generate toolpaths and post-process them?
I believe than using just sleep() isn't enough to wait for the toolpaths for being completed.
Regards,
Jorge Jaramillo
Can't find what you're looking for? Ask the community or share your knowledge.