07-12-2019, 08:18 AM
Hello,
I want to generate a program from a file (gcode) in which is stored diferent positions. I have no problem to generate the program but i have it with the speed of the script run-time.
I tested the following instructions, but these not makes (much) effect:
- program.ShowInstructions(False)
- RDK.Render(False)
- program.ShowTargets(False)
and, also i've tried setPoses but there is no diference.
If I generate the program with the machining tool RoboDK generates the robotprogram inmediatly. But i need to add some signals, velocity changes,...
Another solution/function to increase the speed of processing?
I want to generate a program from a file (gcode) in which is stored diferent positions. I have no problem to generate the program but i have it with the speed of the script run-time.
I tested the following instructions, but these not makes (much) effect:
- program.ShowInstructions(False)
- RDK.Render(False)
- program.ShowTargets(False)
and, also i've tried setPoses but there is no diference.
If I generate the program with the machining tool RoboDK generates the robotprogram inmediatly. But i need to add some signals, velocity changes,...
Another solution/function to increase the speed of processing?