I am using Fanuc CR 15iB, R 30ib plus controller.
I have to loop a program for 3 times. I used register to count.
LBL [100]
p[1] 100mm/....
.
.
.
..
.
R[1]= R[1]+1
IF (R[1]<3) THEN
JMP LBL[100]
ENDIF
This is my program. It didn't stop after the third loop but, keeps on looping.
Anyone can help me out?
I think my register is not counting