Originally Posted by 82rouled hello, fadal experts can anyone please explain why when runing a program on top of screen where all the current G codes are displayed after G 41 is active and visible the control displays D=0 when I have D2 in the program and some compensation stored?.thanks alot for your help.really appreciated it. |
I only have this happen if I restart the program in the middle. I have gotten in the habit of using the D register in the same line as my G41/G42 call. Don't worry that the control isn't reading it, it is. Just won't pop up on the screen. I am using CAM software for most of my programming now so it's really easy to put the D in each comp call.
G41 D2 X1. F27.23
Just FYI, using this method can be dangerous if you do a lot of manual editing. If you add a tool to your program and now D2 is a D3, you have to make sure you replace ALL D2s with D3 using the Search and Replace. You follow what I mean?