02-23-2022, 11:35 AM (This post was last modified: 02-23-2022, 01:28 PM by Jonatanlaz.)
Hello,
I would need help from someone who knew how to call a program in Robodk, to run the program from a starting point that is different each time. It would be to make a loop but start it from different positions and that the values of the points that this program runs through were the same but with respect to the initial point of origin.
Thanks.
You can call a program that set a new origin before calling the main program, that way the targets will be relative to the new origin. See the attached example.
Thank you very much!! Another question I have... is there an option to automatically create the new frame displaced every time you run the program "Prog.1"? I need to run "Prog.1" many times and I don't want to have to create hundreds of frames.
Can you be more specific about what you are trying to do?
Do you want the TCP to move up and down while J1 is slowly rotating or do you want the TCP to rotate around the Z axis while moving up and down?
09-20-2025, 02:12 AM (This post was last modified: 09-20-2025, 02:13 AM by fmiller.)
I want the tcp TCP to move up and down while J1 is slowly rotating
I got the wiggling move already: https://www.youtube.com/watch?v=jVXIzourpL0
All i need it to do is to keep doing this in a loop, while slowly rotating J1
Thank you