I have a problem on how to use RAPID instruction to let do similar things like “move PP to main” on teach pendant. Possible to do that?
S4C+ machine M2000
My problem is: every time I turn tobot key switch from “Auto” to “Manual”, PP will stop at the last recent line. After that, switch to automatic mode again, PP will stay at that line also and if you confirm with “Start” button,PP will start from that line. So now I have to click “move PP to main” before switch to auto mode everytime.
But I want robot to start from Main program everytime reset to automatic mode. Because doing this robot can call initialize module and it is more safe to machine.
Anyone knows how to realize this by special setting or a certain RAPID instruction?
I suggest that you read up on the function IsStopStateEvent. Then connect the START event to a routine using that function, if the result of IsStopStateEvent PPtoMain is false, you may prompt the user to Exitcycle or automatically ExitCycle without prompt. I would caution that you have some kind of Home check to ensure that you do not crash the robot.
hi, how to let the motors on = start main? (pp to main)
one question again, can i make the start button (from FP) is triggered from other button? (maybe from PLC). So, I only need to turn on the IRC5, and my PLC, then I only press one button from PLC, and my system(both robot and PLC) work. Is it possible?