Cutter Comp Tutrial question - Typo?

All things related to the Centroid Acorn CNC Controller

Moderator: cnckeith

Post Reply
JRD56
Posts: 24
Joined: Mon Jul 12, 2021 6:55 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: None
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Kansas

Cutter Comp Tutrial question - Typo?

Post by JRD56 »

Hello, I was reading thru Tutorial #2 in the Mill Operators Manual (Draft July 27, 2023) and have a question about using Depth Repeat with Cutter Comp. I think there may be some typo's. At the bottom of page 192 it says "The outer contour begins with the Plunge operation in N0011 and ends with the Linear Mill in operation N0017. However, the program listing at the top of the page shows the Plunge in N0010, and N0017 is an Arc CW, not Linear move. Also, N0019 shows "Comp Left". Should that not be "Comp Off".

I'm trying to determine if the "Comp Left" and "Comp Off" need to be inside the Start and End Blocks of the Depth Repeat?
cnckeith
Posts: 7334
Joined: Wed Mar 03, 2010 4:23 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Contact:

Re: Cutter Comp Tutrial question - Typo?

Post by cnckeith »

post your .icn program
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
cncsnw
Posts: 3855
Joined: Wed Mar 24, 2010 5:48 pm

Re: Cutter Comp Tutrial question - Typo?

Post by cncsnw »

You are correct that the tutorial has a typo.

It should either say that the Depth Repeat should start with the plunge in operation N0010, or it should say that the Depth Repeat should start with the Comp Left in operation N0011.

You would probably get much the same result either way.

The lead-in and lead-out moves in the tutorial are also somewhat suspect. It is usually good practice to lead in and lead out on a tangent; but the tutorial has you make a 0.5" radius arc, from X5 Y0.5 to X4.625 Y0 (a distance of -0.375" on X, and -0.500" on Y). This will leave a small amount of uncut material behind, as the comped path turns away from the part a little early.
cnckeith
Posts: 7334
Joined: Wed Mar 03, 2010 4:23 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Contact:

Re: Cutter Comp Tutrial question - Typo?

Post by cnckeith »

i tend to do the lead in moves on material that isn't part of the actual part whenever possible.
post your intercon program so we can see what you are doing and edit it and send back to you.
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
cnckeith
Posts: 7334
Joined: Wed Mar 03, 2010 4:23 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Contact:

Re: Cutter Comp Tutrial question - Typo?

Post by cnckeith »

i am updating the operator manual with our new tech support guy Domenic.
We improved the "c rod" tutorial using better cutter comp practices. (get the tool compensated before it reaches any material of the actual part).
and proper depth repeat begin and end points

please see sample .icn and .cnc files attached.
c_rod_cc.png
c_rod.png
intercont2.png
Attachments
c_rod.cnc
(10.52 KiB) Downloaded 3 times
c_rod.icn
(4.95 KiB) Downloaded 1 time
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
JRD56
Posts: 24
Joined: Mon Jul 12, 2021 6:55 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: None
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Kansas

Re: Cutter Comp Tutrial question - Typo?

Post by JRD56 »

Thanks for the help, I didn't mean to create work for you. I don't really have an icn file yet. I'm just now getting my shop made cnc mill running and was preparing to make my first part, which is a part for a power draw bar I'm adding. As I was programming it in Intercon, I was struggling with the moves it was making when cutter comp turned off, so I read the tutorial when I noticed the typo. I actually made the part without using cutter comp and it turned out great, but I can certainly see the value in using cutter comp to simplify the math. I'll try it again using cutter comp and post my results. Thanks again.

Jim
cnckeith
Posts: 7334
Joined: Wed Mar 03, 2010 4:23 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Contact:

Re: Cutter Comp Tutrial question - Typo?

Post by cnckeith »

JRD56 wrote: Wed Sep 27, 2023 6:48 am Thanks for the help, I didn't mean to create work for you. I don't really have an icn file yet. I'm just now getting my shop made cnc mill running and was preparing to make my first part, which is a part for a power draw bar I'm adding. As I was programming it in Intercon, I was struggling with the moves it was making when cutter comp turned off, so I read the tutorial when I noticed the typo. I actually made the part without using cutter comp and it turned out great, but I can certainly see the value in using cutter comp to simplify the math. I'll try it again using cutter comp and post my results. Thanks again.

Jim
no worries, thanks for pointing the confusion/issues in the tutorial we are always trying to make things better.
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
dpascucci_support
Posts: 93
Joined: Thu Sep 21, 2023 9:24 am
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: Cutter Comp Tutrial question - Typo?

Post by dpascucci_support »

We have updated the tutorial to include better cutter comp and lead-in/lead-out strategies as well as proper depth repeat programming.
lGdTYaQH3EJdyiDr.png
The manual has also been updated to reflect these changes (not 100% updated quite yet, N0002-0004 are slightly different, but it's still close enough to follow along); the updated manual (09-30-23) can be found here. The sample file for the tutorial is up-to-date, and can be found below.

Next up is to work on converting it from inches to mm for all our metric folk!
Attachments
c_rod.icn
(4.95 KiB) Not downloaded yet
Domenic

When requesting support READ THIS POST first.

Please ALWAYS post a FRESH report.

(We pride ourselves on providing timely solid technical support but, without good information we may not be able to help and/or reply until such information is posted.)
Post Reply