I have a question. How do I setup a While do loop for tool management.
I did:
#100=1
while[#100 gt 3] do1
n10 #100=1
n20 #3006 (Tool change, press cycle start)
end1
.
.
.
#100=#100+1
m01

but when the program starts cycling through it displays the message every time. Is anything wrong with this loop. Thank you in advance.
Jerry