Hi Guys,
We recently purchased a right angle head for our mill that is equipped with the Acorn control board. The hope is that we will be using it quite a bit to drill holes into the side of our parts without having to change the setup. The parts are also far too large to be repositioned that it would be possible to drill conventionally.
Most of the time we will need to peck drill holes that are in a circular pattern (BHC). Instead of the depth being -Z, it would be +X. Is it possible to program this either using the CAM function or via manually programming?
I would love to avoid having to determine the Y and Z coordinates for each hole and only being able to drill to a depth without pecking. (However this is the only solution that I have currently that I know can function.)
Any help would be greatly appreciated.
Programming with a Right Angle Head
Moderator: cnckeith
-
- Posts: 15
- Joined: Tue Aug 15, 2023 5:03 pm
- Acorn CNC Controller: Yes
- 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: Yes
- CNC11: No
- CPU10 or CPU7: No
Programming with a Right Angle Head
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 3588
- Joined: Thu Sep 23, 2021 3:49 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 6433DB0446C1-08115074
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Germany
Re: Programming with a Right Angle Head
If you want to use Intercon, you will have to setup a second configuration for the machine.
Pecking or other cycles will only work if you drill in Z direction.
Other option is to hand code with G0 and G1 or use a properly setup CAD/CAM.
Uwe
Pecking or other cycles will only work if you drill in Z direction.
Other option is to hand code with G0 and G1 or use a properly setup CAD/CAM.
Uwe
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Site Admin
- Posts: 8924
- 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: Programming with a Right Angle Head
are you using a cad/cam system?
a cad/cam system can be setup so that it knows that you are using horizontal drilling and it will create the g code for you.
is the right angle head always installed? are you always using the machine as a horizontal?
a cad/cam system can be setup so that it knows that you are using horizontal drilling and it will create the g code for you.
is the right angle head always installed? are you always using the machine as a horizontal?
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: 15
- Joined: Tue Aug 15, 2023 5:03 pm
- Acorn CNC Controller: Yes
- 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: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Programming with a Right Angle Head
We are not currently using a any cam system. We do use Inventor so perhaps we could look into Fusion. We are a small operation so most of the time the operator is the programmer and I was just hoping there was an easier and quicker solution that they could do. Besides this the rest of our programs are very basic.
The right angle head is not always installed as we frequently switch between drilling with the right angle to milling without the angle head. Therefore the machine is constantly being switched from being used vertically to horizontally.
The right angle head is not always installed as we frequently switch between drilling with the right angle to milling without the angle head. Therefore the machine is constantly being switched from being used vertically to horizontally.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Site Admin
- Posts: 8924
- 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: Programming with a Right Angle Head
right on thanks for the additional information.
a cad/cam system would ultimately be the best choice
if the types of drilling you are doing are similar you might consider writing a set of macros with variables, this is an old technique but works well for families of parts/operations that are similar. the g code program itself would prompt operator to enter the variable data such as depth,peck amount, feed etc.
https://www.centroidcnc.com/centroid_di ... amming.pdf
if it was a dedicated machine/operation with some variance in the cycles/parts, others have written their own App(s) to do just that.
such as this example. viewtopic.php?p=81732#p81732
a cad/cam system would ultimately be the best choice
if the types of drilling you are doing are similar you might consider writing a set of macros with variables, this is an old technique but works well for families of parts/operations that are similar. the g code program itself would prompt operator to enter the variable data such as depth,peck amount, feed etc.
https://www.centroidcnc.com/centroid_di ... amming.pdf
if it was a dedicated machine/operation with some variance in the cycles/parts, others have written their own App(s) to do just that.
such as this example. viewtopic.php?p=81732#p81732
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)