Hello Guest it is April 19, 2024, 07:41:58 PM

Author Topic: Probing Question PoundVar 5062 amd 5072  (Read 3600 times)

0 Members and 1 Guest are viewing this topic.

Re: Probing Question PoundVar 5062 amd 5072
« Reply #10 on: April 30, 2017, 04:39:11 PM »
506x are the user coordinates. I'm not sure whether these relate to G54 or whether the current fixture offset is used - I have only tested with G54.

507x are the machine coordinates. I agree that the probing module is confusing.

Allan
Re: Probing Question PoundVar 5062 amd 5072
« Reply #11 on: April 30, 2017, 06:45:01 PM »
Alan, makes sense to me.  I still have not been able to test a good fixture offset.

Offline smurph

*
  • *
  •  1,546 1,546
  • "That there... that's an RV."
    • View Profile
Re: Probing Question PoundVar 5062 amd 5072
« Reply #12 on: May 01, 2017, 03:22:01 PM »
The term absolute is used because the positions in those variables are always absolute.  G53 is always absolute.  However, work offset coordinates (G54-G59, etc..) can be called out as incremental or absolute depending on G90/G91.  What they are trying to convey is that no matter if you are probing in G91 mode, those variables will always be the absolute positions. 

For example.
G90 G00 X1
G91 G31 X1 F10

Say the probe struck at X==1.5.  The value in 5061 will be 1.5 and not 0.5. 

Steve
Re: Probing Question PoundVar 5062 amd 5072
« Reply #13 on: May 01, 2017, 03:41:27 PM »
Steve, I see where you're coming from. . Thanks for that clarification.

Allan