Posts: 5
Threads: 3
Joined: Apr 2020
Reputation:
2
I really need variable based looping before I can use RoboDK as a direct replacement for physical robots. Some sort of "For...next" loop AND a "While x<y" really is needed as it is a critical part of my class and having to do the logic in Python is not going to work for the class as many of the students don't have programming background (they are manufacturing oriented).
Thanks
Kevin
Posts: 5
Threads: 2
Joined: Mar 2020
Reputation:
0
I also never understood why it is not possible to program loops in RoboDK. Every robot programming language offers such commands. For example, if you want to grip twenty parts, it is very inconvenient to call a subroutine twenty times. RoboDK is great, but this functionality would make it even better.
Posts: 995
Threads: 1
Joined: Apr 2018
Reputation:
49
Thank you for your feedback.
We'll try to integrate a for-loop or a while-loop in the UI without making things too messy.