program name:BROL1
1: !MAIN WELDING PROG
2: LBL[1]
3: L P[1] 100mm/sec CNT100
4: L P[2] 100mm/sec CNT100
5: LBL[2]
3: L P[3] 100mm/sec CNT100
4: L P[4] 100mm/sec CNT100
2: LBL[3]
3: L P[5] 100mm/sec CNT100
4: L P[6] 100mm/sec CNT100
[END]
program name:BROL2
1: !TEST WELDING PROG
2: CALL BROL1[LBL1-LBL2]
[END]
Above BROL2 program call BROL1. But I just want it to work at the label intervals I specify. How to enter a formula after CALL BROL1. Or how else I can solve this programming problem. There is a RJ2 robot that needs a lot of programming, and the same program needs to be called by many different programs for different source points. As a result, the robot's memory is not enough.