Intercon and Lathe Manual discrepency

All things related to Centroid Oak, Allin1DC, MPU11 and Legacy products

Moderator: cnckeith

Post Reply
tomwiz
Posts: 2
Joined: Sat Nov 03, 2018 2:56 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 3802697cd0dc-0620181004
DC3IOB: No
CNC11: No
CPU10 or CPU7: No

Intercon and Lathe Manual discrepency

Post by tomwiz »

Creating a turning post does not create code as it shows in the manual. Am I missing something ?
turning.jpg
turning.jpg (19.89 KiB) Viewed 1235 times
In the manual, it shows that the cutter retracts to the starting x and z positions then moving to the next feed position.
A code snip-it it created : the x position stays at the cut and retracts to the starting z but not the starting x.
N0002 T1100 ;.625 Dia Boring Bar
M7
G97 S1300.0 M3
G4 P3.0
G0 X1.35 Z0.1 T1111
X1.35 Z0.1
G90 X1.352 Z-0.499 G98 F5.0
G0 X1.352 Z0.1
G90 X1.354 Z-0.499
G0 X1.354 Z0.1
G90 X1.356 Z-0.499
Dave_C
Posts: 669
Joined: Wed Nov 15, 2017 8:25 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC11: No
CPU10 or CPU7: No
Location: Springfield, MO. USA
Contact:

Re: Intercon and Lathe Manual discrepency

Post by Dave_C »

Unless I am reading the code wrong, the start of the cut is a smaller diameter than the end of the cut in X?

IE: First cut is at X1.35 then the last cut is X1.356 so you have a .006" larger diameter on the last cut.

If you want to start at the outer rim of the part and cut toward the middle, the diamter has to get smaller!

Dave C.
Grizzly G0678 Mill ,CNC conversion with Acorn. G4004G Lathe, Mach 3 conversion to Acorn.
tomwiz
Posts: 2
Joined: Sat Nov 03, 2018 2:56 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 3802697cd0dc-0620181004
DC3IOB: No
CNC11: No
CPU10 or CPU7: No

Re: Intercon and Lathe Manual discrepency

Post by tomwiz »

That’s right, because it’s a boring operation!
cnc_smith
Posts: 237
Joined: Mon Nov 20, 2017 10:13 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC11: Yes
CPU10 or CPU7: Yes
Location: Frenchville, PA

Re: Intercon and Lathe Manual discrepency

Post by cnc_smith »

tomwiz wrote: Tue Nov 13, 2018 1:22 pm Creating a turning post does not create code as it shows in the manual. Am I missing something ?
The manual is doing an OD turning. The starting X is 3.00 and the ending X is 1.5. When you created your program as Dave C. stated your starting diameter was smaller then the ending diameter so this would be doing an ID cut. With the G90 cycle, on the line that the G90 is you only see the ending X and ending Z in the g-code. Within the G90 cycle itself at the end of the move it will move up the depth of cut for X and move back to the starting Z. Looking at your g-code your depth of cut is only .001 if you are in diameter mode. .001 depth of cut tines 2 equals the difference in diameter for each pass. So looking at a graph it will look like X is not moving up because of your depth of cut unless you Zoom in close.
Dana

When requesting support, please ALWAYS post a current report.
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
Post Reply