Hello All,
I wondering how can we update the data or memory of the control (OKUMA 700). Let say my main program is:
Comments...
N1....
N2 CALL O0001
....
M01
...
N10 CALL O0001
...
...
And my sub is: (.SSB)
O0001
G01 X=1.25 Z=12.
RTS
At the block N2 the main program call sub 0001 and execute it then M01 will stop the machine. So the question is if I update the sub 0001 with new X and Y (I can do that in my PC) and reload the sub without reload the main (PROGRAM SELECT) and continue the main program to N10. But the X and Y value still not change. And if I reload the main (PROGRAM SELECT) then the sub will be updated to new value.
Is there any way to delete the memory to clear out X and Y value without reloading the main program so that I can continue to run block N10 with the new value?