> Date: Tue, 12 May 2015 15:23:17 -0400 > From: [email protected] > To: [email protected] > Subject: Re: [Emc-users] Question on INI entrie regarding mill tool change > > Back to this, I am not sure why, but both of the Milacron controls in > our shop reference the table as zero, that is why I am going after this. > > I guess my question would be, how would I facilitate the line > "TOOL_CHANGE_POSITION=" to disregard the X and Y positional data, and > only use the Z value, so as to have no table movement, only a full Z > movement, to whatever I tell it to make the tool change. > > Our Post Processor that we use already figures in a safety zone to allow > for the tool change, and avoid a collision, by moving the X and Y to the > appropriate positions. > > > I only ask this to keep continuity among the controls, > > > Rick >
Rick you will need to remap M6. It's a similar idea as the remapping of T for the fanuc style offsets. The manual has some info: http://www.linuxcnc.org/docs/2.7/html/remap/structure.html#_specifying_the_m6_replacement I prefer all python code (no O words) but apparently you can do it either way. Chris M ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
