- Joined
- Jan 21, 2013
- Messages
- 922
Re: Find the Errors in the first program
Re: your original question about bugs: You are loading tool number 8 into the spindle without ensuring that the spindle is empty. I don't see any command to do this though.
You ask about already compensating for height, but up until the tool is loaded and the G43 command is given, the tool is set all the way up, so I'm not seeing a way to crash, but does this then affect the actual position of the G91 G28 call? that could offset the actual location by the height of the tool, and then we do it again with the G43 command, compounding the error EXCEPT you already cleared everything with G15 G17 G40 G80;, so once again, the only trouble seems to be if the spindle is not empty.
What is NCS? This term is used a lot, but I'm afraid I don't understand what it is.This is because there are two zeros, one for the machine and one for the part, G28 will be zero machine that is Z all way up and table to the left all thw way and as close to the door, this is the reference point of the machine.
the G54 through G59 are zeros of each part, or NCS. But also if you use G91 where you are standing at the time of execution becomes a zero relative to that precise standing point. If not clear let me know.
Re: your original question about bugs: You are loading tool number 8 into the spindle without ensuring that the spindle is empty. I don't see any command to do this though.
You ask about already compensating for height, but up until the tool is loaded and the G43 command is given, the tool is set all the way up, so I'm not seeing a way to crash, but does this then affect the actual position of the G91 G28 call? that could offset the actual location by the height of the tool, and then we do it again with the G43 command, compounding the error EXCEPT you already cleared everything with G15 G17 G40 G80;, so once again, the only trouble seems to be if the spindle is not empty.