11-07-2023, 02:22 PM
Good morning everybody, I have a question specific to Fanuc robots. For my robot we use register values to keep track of what tool the robot currently has and what tool the robot needs to swap to when our change tool program is called. R[30: Current Tool] just keeps track of the current tool held by the robot and R[31: Change Tool] is the value our change tool program uses to jump to lines that are specific to the tool being requested. Is there a way to set these values in RoboDK? Currently I am having to manually do this on the teach pendant which isn't terrible for programs without many tool changes but it can get cumbersome for larger, more complex cut paths.