Hello Guest it is March 28, 2024, 09:55:44 AM

Author Topic: tool changer  (Read 8210 times)

0 Members and 1 Guest are viewing this topic.

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.
« Last Edit: October 18, 2018, 01:05:16 PM by javiele66 »

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: tool changer
« Reply #1 on: October 19, 2018, 02:14:54 AM »
can you please post your m6 macro?
anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.
Re: tool changer
« Reply #2 on: October 19, 2018, 05:02:07 AM »
attached macro m6, thanks.

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: tool changer
« Reply #3 on: October 21, 2018, 01:08:33 PM »
i have run your g-code and M6 Conde on my PP testmachine without any Problem.

can you describe the exact line whre the Loop starts ?
anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.
Re: tool changer
« Reply #4 on: October 22, 2018, 05:39:55 AM »
helllo, On line 33, and return to line 14, thank you
Re: tool changer
« Reply #5 on: October 26, 2018, 10:22:41 AM »
hello, can somebody help me? thank you.

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: tool changer
« Reply #6 on: October 27, 2018, 03:35:48 AM »
sorry for the Long delay, was too busy this week.

so it is going from

N310G43H4


to

N130G71G91.1


right? that makes no sense for me.
anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.
Re: tool changer
« Reply #7 on: October 27, 2018, 05:30:31 AM »
hello, I understand that it does not make sense, but it is what the machine does, I do not know why, take the second tool and go to part 0 and again take the first tool again and make the first drawing and so an infinite loop, thank you.

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: tool changer
« Reply #8 on: October 27, 2018, 08:04:41 AM »
so you can only try and error

use the line

N130G71G91.1 without the G71

because there is allready a G21 in the line before:

N120G00G21G17G90G40G49G80

i am only trying to guess, without a real idea, why it is doing this.

btw. witch Controller are you using?
anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.
Re: tool changer
« Reply #9 on: October 27, 2018, 10:26:49 AM »
hello, attached photo of the controller, thank you.