On Thu, 19 May 2022 at 09:11, gene heskett <[email protected]> wrote: > > Greetings all; > > On this 6040 mill. It can be a 3 axis, or a 4 axis, so I would like to > devise a way to put ALL the B axis stuff in seperate files, but have not > figured out how to do that to the ini.
What I do is have two separate INI files, which load different combinations of HAL files. (Well, in my case it is about 5 different INI files) Of course then you are keeping INI files in synch, but you can use #INCLUDE to keep all the common stuff in the same file. If you wanted to get really fancy you could have a script that loaded just enough HAL to read a pin value, then have that load a particular config, but I am not sure it's worth the bother, -- 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, 1912 _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
