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 Thanks
Thanks for your suggestion. It is currently not possible to create for loops in a user friendly way. However, you can accomplish this in one of the following ways:
Manually enter the code required to run the loop as a Program call or "insert code" instruction
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.