Good day. I really like this video. I've had a turret head lathe for a long time, but I'm fighting with macro. I wanted to ask if you could sell me yours. I've been trying for a long time and it still doesn't work for me, I'll pay as much as you say: D
Hoi Jan, elegant ontwerp! Ik zag in het draadje op cnczone uit 2011 dat je het hebt over een wormwiel voor de ovebrenging van de stappenmotor. In het model wat ik zie op grabcad zie ik echter het gebruik van een tandriem voor de overbrenging. Wat heb je uiteindelijk gebruikt in het definitieve ontwerp als ik vragen mag? Alvast bedankt
Hallo Niels ik gebruik ze beide de stappenmotor drijft via een riempje de worm aan die weer de vertraging naar de 4e-as aan. Anders had ik de stappenmotor direct op de wormas moeten koppelen en werd de 4e-as te lang.
Hallo Niels ik heb geen tekening van de constructie maar als je mij een email stuurt op jan@...... puntjes zie in het filmpje achteraan als aftiteling dan stuur ik je wel wat foto's van de constructie.
Migueldeservantes He would need to use a Hirth coupler and air solenoid. I can’t imagine this can hold well to strong axial loads or heavy cutting but for light use it probably suffices.
@Erik Mikkelsaar probably not all the force it does have a pair of tapered roller bearings eating up a fair amount of the load. I would suspect if he had bushings with a pawl lock it would never last but enough people make these like this for their mini machines and for whatever reason they either work or they all end up on the bench before a final run video. I’m sure I’ve seen at least one in action. Anyways not all that impressed with the design but whatever suits his needs is all that really matters.
If you liked the design you could have a solenoid engage the locking mechanism so that the turret could spin both directions. Perhaps a star design would have less backlash. Never good if your insert centerline drops a tenth.
De macro voor mach3 die ik gebruik heet M6start.m1s ___________________________________________________________________ 'REM Macro gereedschaps wisselaar 8 gereedschappen door Mosoft Zaltbommel maxtool = 8 'aantal gereedschappen in turret extrahoek = 10 'hoek in graden dat de turret doorloopt rond = 360 'Eén omwenteling in graden van de turret oldtool = GetCurrentTool() 'gereedschapsnummer voor de wissel tool = GetSelectedTool() 'Gekozen gereedschap in programma hoek = rond/maxtool 'Hoek per gereedschap van de turret newtool = tool 'gebruik alleen T0404 eerste 4 is beitel en tweede 4 is de ofset van beitel 4 'M06 hoeft niet gebruikt te worden maar mag wel voor of achter de toolnummer 'M06 T0505 >>>> T0606 M06 >>>> T0707 >>>> M6 T0303 >>>> T0808 M6 mag allemaal Code "G0 X50 Z50" 'Ga naar vrijloop positie While Ismoving() Wend If GetDro(24)=0 Or GetDro(24)>8 Then nummer1=Question("Welk gereedschap staat nu voor:") Call SetDro(24,nummer1) Call SetOemDro(803,nummer1*rond/maxtool) End If If maxtoolGetCurrentTool() Then stappen=GetSelectedTool-GetCurrentTool If GetCurrentTool()>GetSelectedTool() Then stappen=maxtool-GetCurrentTool+GetSelectedTool nummer= GetDro(24) 'haal gereedschapsnummer uit box Verplaatsing=(nummer+stappen)*rond/maxtool Code "G0 Y" & verplaatsing + extrahoek 'voer de rotatie uit code "G0 Y" & verplaatsing - 1 'terug tegen de pal While IsMoving() Wend Call SetDro(24,GetSelectedTool()) 'druk gereedschapsnummer in kader. Call SetOemDro(801,(GetSelectedTool*rond/maxtool)) 'druk turret stand in kader 'SetOemDro(801) bij Y-as Code "G0 Y" 'SetOemDro(803) bij A-as Code "G0 A" ____________________________________________________________________________ succes met de turret. M.v.g. Jan (mosoft op CNCzone.nl)
Hallo Jan, heb jij eventueel tekening of schets van hoe jij de turret hebt opgebouwd.
Groetjes Benny
6 years... But it still the best video about turret thank you s much ser, can you please show me the macro.
Maar wat nu als je T0809 ingeeft?
Buenos dias exelente trabajo, como hacer para que la torreta gire en una sola direccion....saludos
Muito bom seria possivel enviar a macro?
Many thanks jan. Is same thing used in Big one?
Cool Turret ...have you a macro of it for mach3 turn ?
Hello cant send me macross and screen set?
Cool&fain Turret ...have you a macro of it for mach3 turn? have posibilitet exatli one fotos.
To Understand how turret atc work
ruclips.net/video/BOFjCteCGQM/видео.html
Good day. I really like this video. I've had a turret head lathe for a long time, but I'm fighting with macro. I wanted to ask if you could sell me yours. I've been trying for a long time and it still doesn't work for me, I'll pay as much as you say: D
Hoi Jan, elegant ontwerp! Ik zag in het draadje op cnczone uit 2011 dat je het hebt over een wormwiel voor de ovebrenging van de stappenmotor. In het model wat ik zie op grabcad zie ik echter het gebruik van een tandriem voor de overbrenging. Wat heb je uiteindelijk gebruikt in het definitieve ontwerp als ik vragen mag? Alvast bedankt
Hallo Niels ik gebruik ze beide de stappenmotor drijft via een riempje de worm aan die weer de vertraging naar de 4e-as aan. Anders had ik de stappenmotor direct op de wormas moeten koppelen en werd de 4e-as te lang.
`Bedankt. Heb je van die constructie toevallig ook een cad tekening?
Hallo Niels ik heb geen tekening van de constructie maar als je mij een email stuurt op jan@...... puntjes zie in het filmpje achteraan als aftiteling dan stuur ik je wel wat foto's van de constructie.
Leuk, ga ik doen!
Impressive, kind of sad that the tool can't go back, only forth!!
Migueldeservantes He would need to use a Hirth coupler and air solenoid. I can’t imagine this can hold well to strong axial loads or heavy cutting but for light use it probably suffices.
@Erik Mikkelsaar probably not all the force it does have a pair of tapered roller bearings eating up a fair amount of the load. I would suspect if he had bushings with a pawl lock it would never last but enough people make these like this for their mini machines and for whatever reason they either work or they all end up on the bench before a final run video. I’m sure I’ve seen at least one in action. Anyways not all that impressed with the design but whatever suits his needs is all that really matters.
If you liked the design you could have a solenoid engage the locking mechanism so that the turret could spin both directions. Perhaps a star design would have less backlash. Never good if your insert centerline drops a tenth.
Heel mooi kan ik de macro van u krijgen
De macro voor mach3 die ik gebruik heet M6start.m1s
___________________________________________________________________
'REM Macro gereedschaps wisselaar 8 gereedschappen door Mosoft Zaltbommel
maxtool = 8 'aantal gereedschappen in turret
extrahoek = 10 'hoek in graden dat de turret doorloopt
rond = 360 'Eén omwenteling in graden van de turret
oldtool = GetCurrentTool() 'gereedschapsnummer voor de wissel
tool = GetSelectedTool() 'Gekozen gereedschap in programma
hoek = rond/maxtool 'Hoek per gereedschap van de turret
newtool = tool
'gebruik alleen T0404 eerste 4 is beitel en tweede 4 is de ofset van beitel 4
'M06 hoeft niet gebruikt te worden maar mag wel voor of achter de toolnummer
'M06 T0505 >>>> T0606 M06 >>>> T0707 >>>> M6 T0303 >>>> T0808 M6 mag allemaal
Code "G0 X50 Z50" 'Ga naar vrijloop positie
While Ismoving()
Wend
If GetDro(24)=0 Or GetDro(24)>8 Then
nummer1=Question("Welk gereedschap staat nu voor:")
Call SetDro(24,nummer1)
Call SetOemDro(803,nummer1*rond/maxtool)
End If
If maxtoolGetCurrentTool() Then stappen=GetSelectedTool-GetCurrentTool
If GetCurrentTool()>GetSelectedTool() Then stappen=maxtool-GetCurrentTool+GetSelectedTool
nummer= GetDro(24) 'haal gereedschapsnummer uit box
Verplaatsing=(nummer+stappen)*rond/maxtool
Code "G0 Y" & verplaatsing + extrahoek 'voer de rotatie uit
code "G0 Y" & verplaatsing - 1 'terug tegen de pal
While IsMoving()
Wend
Call SetDro(24,GetSelectedTool()) 'druk gereedschapsnummer in kader.
Call SetOemDro(801,(GetSelectedTool*rond/maxtool)) 'druk turret stand in kader
'SetOemDro(801) bij Y-as Code "G0 Y"
'SetOemDro(803) bij A-as Code "G0 A"
____________________________________________________________________________
succes met de turret.
M.v.g.
Jan (mosoft op CNCzone.nl)
Dank je wel ik zal het straks proberen ik ben ook lid van (cnczone.nl Jonathan.willemsen )
Groetjes
un programador para mover esa cosa
Please!!