On Mon, 17 Sep 2018 at 15:15, Todd Zuercher <to...@pgrahamdunn.com> wrote:
> To command down more than one drill just issue multiple T3xx commands (or you > can use a series of binary commands). Then use M3 Sxxxx to start them. > > I wonder if that system could be replicated by remapping the T commands in > Linuxcnc now As T is easily remappable for tool-changers, this should be pretty straightforward. O100 IF [<_T_number> EQ 103] S1000 $3 O100 ENDIF As a very simplistic example. Note that the converse (hard-coding T to perform spindle changes) would almost certainly break existing configs, which is one reason not to do it. Also, on the machines you are describing the spindles act a lot more like tools than, for example, on a counterspindle lathe. Here is a good example of such a thing, including threading on the second spindle: https://www.youtube.com/watch?v=fJov8SdmsS4 -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of mechanical geniuses, daredevils and lunatics." — George Fitch, Atlanta Constitution Newspaper, 1916 _______________________________________________ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users