Acorn atc pulling tool? <Answered>

All things related to the Centroid Acorn CNC Controller

Moderator: cnckeith

Post Reply
supermaxcnc
Posts: 62
Joined: Sun Jun 17, 2012 11:16 pm
Acorn CNC Controller: No
Plasma CNC Controller: No
AcornSix CNC Controller: No
Allin1DC CNC Controller: Yes
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes

Acorn atc pulling tool? <Answered>

Post by supermaxcnc »

I got a my atc working great. Although once in a while it seems to pull the tool from the carousel. Almost as if it's rapiding up before releasing tool gripper. Is there a way to add more delay to signal. Or slow down the rapid from 590ipm. To like 50??


cnckeith
Site Admin
Posts: 9025
Joined: Wed Mar 03, 2010 4:23 pm
Acorn CNC Controller: Yes
Plasma CNC Controller: No
AcornSix CNC Controller: No
Allin1DC CNC Controller: Yes
Hickory CNC Controller: No
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Contact:

Re: Acorn atc pulling tool?

Post by cnckeith »

Need support? READ THIS POST first. http://centroidcncforum.com/viewtopic.php?f=60&t=1043
All Acorn Documentation is located here: viewtopic.php?f=60&t=3397
Answers to common questions: viewforum.php?f=63
and here viewforum.php?f=61
Gear we use but don't sell. https://www.centroidcnc.com/centroid_di ... _gear.html


supermaxcnc
Posts: 62
Joined: Sun Jun 17, 2012 11:16 pm
Acorn CNC Controller: No
Plasma CNC Controller: No
AcornSix CNC Controller: No
Allin1DC CNC Controller: Yes
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes

Re: Acorn atc pulling tool?

Post by supermaxcnc »

Sorry i always forget
Attachments
report_3484E41C0C27-1003248579_2025-03-17_17-16-09.zip
(1.31 MiB) Downloaded 3 times


supermaxcnc
Posts: 62
Joined: Sun Jun 17, 2012 11:16 pm
Acorn CNC Controller: No
Plasma CNC Controller: No
AcornSix CNC Controller: No
Allin1DC CNC Controller: Yes
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes

Re: Acorn atc pulling tool?

Post by supermaxcnc »

I lowerd my rapid to 200ipm now its perfect just have to modify the macro to lower speed??


supermaxcnc
Posts: 62
Joined: Sun Jun 17, 2012 11:16 pm
Acorn CNC Controller: No
Plasma CNC Controller: No
AcornSix CNC Controller: No
Allin1DC CNC Controller: Yes
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes

Re: Acorn atc pulling tool?

Post by supermaxcnc »

Anyone know how to lower toolchange feed? somewere in m6 macro?


centroid467
Posts: 842
Joined: Thu Apr 14, 2022 2:46 pm
Acorn CNC Controller: No
Plasma CNC Controller: No
AcornSix CNC Controller: No
Allin1DC CNC Controller: No
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: No
CNC11: No
CPU10 or CPU7: No

Re: Acorn atc pulling tool?

Post by centroid467 »

You want to reduce the speed when it rapids to clearance height after releasing the tool to the carousel?

You can modify line 225 (under N650) in your mfunc6.mac.

Original is

Code: Select all

G53 Z0
The G53 is a rapid by default so moves at max rate. To reduce the rate, you can specify an L parameter.

Reduced speed could then be written as

Code: Select all

G53 Z0 L200
for 200 inches/minute.


supermaxcnc
Posts: 62
Joined: Sun Jun 17, 2012 11:16 pm
Acorn CNC Controller: No
Plasma CNC Controller: No
AcornSix CNC Controller: No
Allin1DC CNC Controller: Yes
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes

Re: Acorn atc pulling tool?

Post by supermaxcnc »

Thanks!!


Post Reply