Dec 12, 2006 #1 frankrobotic Automotive Joined Dec 12, 2006 Messages 1 Location US i am trying to program a fanuc robot to turn on a OUTPUT, how can i make it do that?
Dec 28, 2006 #2 jonesy29847 Electrical Joined Feb 28, 2003 Messages 133 Location US DO[xx] = ON. Where xx is the output number. As a tip be sure you have a routine that will reset outputs to the required state and call that routine when you are at home or before you start another cycle. Upvote 0 Downvote
DO[xx] = ON. Where xx is the output number. As a tip be sure you have a routine that will reset outputs to the required state and call that routine when you are at home or before you start another cycle.