Acorn atc pulling tool? <Answered>
Moderator: cnckeith
-
- 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>
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??
1 user liked this post
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- 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?
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
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
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- 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?
Sorry i always forget
- Attachments
-
- report_3484E41C0C27-1003248579_2025-03-17_17-16-09.zip
- (1.31 MiB) Downloaded 3 times
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- 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?
I lowerd my rapid to 200ipm now its perfect just have to modify the macro to lower speed??
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- 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?
Anyone know how to lower toolchange feed? somewere in m6 macro?
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- 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?
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 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 for 200 inches/minute.
You can modify line 225 (under N650) in your mfunc6.mac.
Original is
Code: Select all
G53 Z0
Reduced speed could then be written as
Code: Select all
G53 Z0 L200
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- 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?
Thanks!!
(Note: Liking will "up vote" a post in the search results helping others find good information faster)