I'm back to trying to get my head around tool probing and tool length sensing. Say I have this in the psng_manual_change.ngc file. #<touch_result> = #5063 #<setterheight> = #<_ini[TOOLSENSOR]SETTER_HEIGHT> #<workheight> = #<_ini[PROBE_SCREEN]WORK_HEIGHT> #<blockheight> = #<_hal[probe.blockheight]> ; Put new tool length into tool table. G10 L1 P#<tool> Z[#<workheight> - #<setterheight> + #<touch_result>] >From the MDI command line or from one of the AXIS menu items can I examine these values? I do know that for example that: #<_ini[TOOLSENSOR]SETTER_HEIGHT> Is loaded from the ini file [TOOLSENSOR] # Absolute distance of top of tool sensor when light comes on. Amount table moves up. SETTER_HEIGHT = 3.673 But after the statement #<setterheight> = #<_ini[TOOLSENSOR]SETTER_HEIGHT> Is there an interactive way of examining #<setterheight> or any of the other parameters? I can add debugging statements to the .ngc G-Code file but I was wondering about something interactive or table based? (debug, Tool Length = #<workheight> - #<setterheight> + #<touch_result>)
_______________________________________________ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users