Good morning all I hope you are all having a good day, I have a program that contains a simple loop to check multiple pockets on a valve rotator body, We have recently set up a few other machines to make the same part and I want to loop the entire program Loop included to check multiple parts at once.
My question is, can you Loop a Loop?
Or will the end point of the Loop checking multiple pockets cancel out the Loop that would be needed at the start of the program.
I usually use loops, but I avoid inserting a loop inside another one, even if it's work well (because long time ago, it wasn't the case !!!!!)
When I need to insert a loop in another one, I use while/end while in a loop or do/until, with a loop inside.
I saw that do/until in a loop didn't work in 2014.1 (there's a thread about it)
Happy week-end, all, it's friday !
I usually use loops, but I avoid inserting a loop inside another one, even if it's work well (because long time ago, it wasn't the case !!!!!)
When I need to insert a loop in another one, I use while/end while in a loop or do/until, with a loop inside.
I saw that do/until in a loop didn't work in 2014.1 (there's a thread about it)
Happy week-end, all, it's friday !