Search found 51 matches

by WINSTON
Tue Apr 13, 2021 12:41 pm
Forum: Centroid Acorn CNC Controller
Topic: Feedrate overide stops working after a tool change (Resolved)
Replies: 11
Views: 3945

Re: Feedrate overide stops working after a tool change

Ok I got it working by moving m108 before the code that sets the tool # in spindel in the m6 macro. WInston, Is your ATC working? You have another thread going about issues with your ATC. You should really try and keep everything together in one build thread. If your ATC is working correctly great....
by WINSTON
Mon Apr 12, 2021 6:54 pm
Forum: Centroid Acorn CNC Controller
Topic: Atc mfunc.6 could use some help (Resolved)
Replies: 34
Views: 10926

Re: Atc mfunc.6 could use some help

Going back to 4.5 didn't fix the estop issue about turning off those 4 outputs,. So you will need to design a relay circuit with one latching relay and a regular relay to prevent pressing the estop twice from turning it back on and causing a crash The drawbar works with a latching relay , its the on...
by WINSTON
Mon Apr 12, 2021 6:33 pm
Forum: Centroid Acorn CNC Controller
Topic: Feedrate overide stops working after a tool change (Resolved)
Replies: 11
Views: 3945

Re: Feedrate overide stops working after a tool change

Ok I got it working by moving m108 before the code that sets the tool # in spindel in the m6 macro.
by WINSTON
Mon Apr 12, 2021 5:57 pm
Forum: Centroid Acorn CNC Controller
Topic: Feedrate overide stops working after a tool change (Resolved)
Replies: 11
Views: 3945

Re: Feedrate overide stops working after a tool change

For got 2 macros carousel in and out

51 is carousel in
52 carousel out
by WINSTON
Mon Apr 12, 2021 4:54 pm
Forum: Centroid Acorn CNC Controller
Topic: Feedrate overide stops working after a tool change (Resolved)
Replies: 11
Views: 3945

Re: Feedrate overide stops working after a tool change

Both have the issue all my programs now have the issue . I found an m109 that should have been m108 error in my m6 macro and corrected it but that did not correct it . Here are all my macros I am using M56 resets the atc after an e stop M53 send an error message if I forget to reset the atc after an...
by WINSTON
Mon Apr 12, 2021 12:02 pm
Forum: Centroid Acorn CNC Controller
Topic: Feedrate overide stops working after a tool change (Resolved)
Replies: 11
Views: 3945

Feedrate overide stops working after a tool change (Resolved)

If I don't have a tool change the feedrate overide works as it should but if it goes through a tool change it stops responding . I have reinstalled cnc12 thinking I corrupted a file but that didn't work .





by WINSTON
Sun Apr 04, 2021 8:43 pm
Forum: Centroid Acorn CNC Controller
Topic: Atc mfunc.6 could use some help (Resolved)
Replies: 34
Views: 10926

Re: Atc mfunc.6 could use some help

Don't forget that a proper estop has 2 circuits. One that physically removes power from certain components and another that triggers an input set as estop. That input, when triggered, will activate an "all stop" event. No motion, no outputs Ok got to work on it today, here is what i think...
by WINSTON
Sat Apr 03, 2021 8:21 am
Forum: Centroid Acorn CNC Controller
Topic: Atc mfunc.6 could use some help (Resolved)
Replies: 34
Views: 10926

Re: Atc mfunc.6 could use some help

Gary Campbell wrote: Fri Apr 02, 2021 11:18 pm No bug. You have something set incorrectly. Once the estop (input)is triggered all outputs will toggle off
Thanks for the reply

I assumed it was my macro because they are the only outputs that don’t shut off I will go and check my settings
by WINSTON
Fri Apr 02, 2021 7:53 pm
Forum: Centroid Acorn CNC Controller
Topic: Atc mfunc.6 could use some help (Resolved)
Replies: 34
Views: 10926

Re: Atc mfunc.6 could use some help

Here's biggest bug in this program that I have found . Say it goes into a tool change and I realize somethings wrong and I hit the estop button , It doesn't turn off the outputs which means it crashes into the spindle and the carousel keeps turning . How can I get the estop to turn off the outputs T...