Machsupport Forum

Mach Discussion => Mach4 General Discussion => Topic started by: gabedrummin on July 18, 2019, 05:57:15 PM

Title: MACH4 LATHE
Post by: gabedrummin on July 18, 2019, 05:57:15 PM
I was hoping I could get some answers .I have a Lathe with a 6 position tool changer the machine is a Dyna Myte  DM3000 is there a Macro for lathe tool changers  or dose the end user have to build one himself ? Is there a sample one floating around ? Is there anyone out there that can be hired to supply one? And how much would it cost?
Title: Re: MACH4 LATHE
Post by: Cbyrdtopper on July 19, 2019, 02:46:18 PM
If you have an ATC you will need to supply the tool changer code yourself.  There are examples in the Mach4 folder in "Lua Examples".
What is involved with the tool changer?  Does it have a motor that rotates the turret and also locks the turret when rotated in reverse?  Does it have switches the read the tool number?
Title: Re: MACH4 LATHE
Post by: gabedrummin on July 19, 2019, 04:49:28 PM
It originally had a solenoid that would release the pawl so the turret could move Bi-directional and optical switch to read position. But I dont know how that works .I have a friend with the same machine using Mach3 and he only rotates in one direction then backs up against the pawl .Will a Mach3 macro work in Mach 4?
Title: Re: MACH4 LATHE
Post by: Cbyrdtopper on July 22, 2019, 09:20:08 AM
No, Mach3 uses VB Script Mach4 uses LUA.  It's a different scripting language.