Hello Guest it is April 18, 2024, 03:11:25 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - javiele66

Pages: 1
1
General Mach Discussion / tool changer
« on: October 18, 2018, 01:02:24 PM »
Good morning, I just bought a cnc router.
To have the problem is that I want you to make some trajectories with a milling tool first and then change tool automatically and make a 2 path.
Well then after doing the design in aspire postprocess with mach3 / atc. I send it to the CNC and it makes the first trajectories, then it goes and changes the tool and returns to part 0 to start its second trajectories, but at that point it again changes tools and enters a tool change loop, specifically Go back to line 14, can someone tell me what I'm doing wrong?
I have tried to postprocess independent files (copy and paste), I would greatly appreciate your help, I leave you the code generated by vectric aspire., Greetings.

( cambioher )
( File created: Wednesday October 10 2018 - 06:14 PM)
( for Mach2/3 from Vectric )
( Material Size)
( X= 300.000, Y= 300.000 ,Z= 10.000)
()
(Toolpaths used in this file:)
(Perfilado 1)
(Perfilado 2)
(Tools used in this file: )
(3 = aluminio)
(4 = aluminio2)
N120G00G21G17G90G40G49G80
N130G71G91.1
N140T3M06
N150 (aluminio)
N160G00G43Z20.320H3
N170S10000M03
N180(Toolpath:- Perfilado 1)
N190()
N200G94
N210X0.000Y0.000F3600.0
N220G00X48.846Y163.982Z5.080
N230G1X48.846Y163.982Z-3.000F600.0
N240G1X128.846Y163.982Z-3.000F3600.0
N250G1X128.846Y233.982Z-3.000
N260G1X48.846Y233.982Z-3.000
N270G1X48.846Y163.982Z-3.000
N280G00X48.846Y163.982Z5.080
N290T4M6
N300 (aluminio2)
N310G43H4
N320S10000M03
(Perfilado 2)
()
N350G00X88.846Y229.434Z5.080
N360G1X88.846Y229.434Z-3.000F600.0
N370G3X58.394Y198.982I0.000J-30.452F3600.0
N380G3X88.846Y168.530I30.452J0.000
N390G3X119.298Y198.982I0.000J30.452
N400G3X88.846Y229.434I-30.452J0.000
N410G00X88.846Y229.434Z5.080
N420G00Z20.320
N430G00X0.000Y0.000
N440M09
N450M30
%

PD: I do the simulation in match3 and without problem, but when you do it physically, you do the things described above.
Also say that the machine with command t6 changes tool without problem, it is only when I execute a code g.

2
Spanish / cambio de herramientas automatico
« on: October 14, 2018, 08:15:20 AM »
Buenos días, acabo de adquirir un router cnc.
Haber el problema es que  quiero que haga primero unas trayectorias con una fresa y después cambie herramienta automáticamente y realice una 2 trayectoria.
Bien pues después de hacer el diseño en aspire postproceso con mach3/atc. lo envio al cnc y hace las primeras trayectorias, después va y cambia de herramienta y vuelve a pieza 0 para empezar su segundas trayectorias, pero en ese punto de nuevo vuelve a cambiar de herramientas y entra en un bucle de cambio de herramientas,  en concreto vuelve a la linea 14,alguien me puede decir que hago mal?
He intentando postprocesar archivos independientes(copiar y pegar), agradecería muchísimo vuestra ayuda, os dejo el codigo g generado por vectric aspire., un saludo.

( cambioher )
( File created: Wednesday October 10 2018 - 06:14 PM)
( for Mach2/3 from Vectric )
( Material Size)
( X= 300.000, Y= 300.000 ,Z= 10.000)
()
(Toolpaths used in this file:)
(Perfilado 1)
(Perfilado 2)
(Tools used in this file: )
(3 = aluminio)
(4 = aluminio2)
N120G00G21G17G90G40G49G80
N130G71G91.1
N140T3M06
N150 (aluminio)
N160G00G43Z20.320H3
N170S10000M03
N180(Toolpath:- Perfilado 1)
N190()
N200G94
N210X0.000Y0.000F3600.0
N220G00X48.846Y163.982Z5.080
N230G1X48.846Y163.982Z-3.000F600.0
N240G1X128.846Y163.982Z-3.000F3600.0
N250G1X128.846Y233.982Z-3.000
N260G1X48.846Y233.982Z-3.000
N270G1X48.846Y163.982Z-3.000
N280G00X48.846Y163.982Z5.080
N290T4M6
N300 (aluminio2)
N310G43H4
N320S10000M03
(Perfilado 2)
()
N350G00X88.846Y229.434Z5.080
N360G1X88.846Y229.434Z-3.000F600.0
N370G3X58.394Y198.982I0.000J-30.452F3600.0
N380G3X88.846Y168.530I30.452J0.000
N390G3X119.298Y198.982I0.000J30.452
N400G3X88.846Y229.434I-30.452J0.000
N410G00X88.846Y229.434Z5.080
N420G00Z20.320
N430G00X0.000Y0.000
N440M09
N450M30
%

PD: Realizao la simulacion en match3 y sin problema, pero cuando va a realizarlo fisicamente hace lo descrito anteriormente.
Tambien decir que la maquina con comando t6 cambia herramienta sin problema, solo es cuando ejecuto un codigo g.

Pages: 1