I am programming with an RJ3ib controller running on software version V6.40. Is it possible to set an AR without calling the program from another program. I am looking to streamline testing and being able to do this would improve testing abilities.
Setting FANUC Argument Registers without Calling Program
-
NorthernNiceGuy -
October 11, 2024 at 12:26 AM -
Thread is Resolved
-
-
As far as I know, there is no way to do this even on new controllers.
I may be wrong... I can try tomorrow, but my bet is that it's not possible.
Edit: One idea, you may be able to use registers to test it, then after it works, use the replace function to replace each register with an AR. I do not remember if with RJ3 controllers you have the replace option but most likelly yes.
-
Why not writing a test program, that calls the program? What's the problem.
One more possibility, at beginning of program copy AR to normal R, then use R instead.