Newbie Intercon question
Moderator: cnckeith
-
- Posts: 7
- Joined: Tue Dec 27, 2022 6:22 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 20D778870A00-1019226598
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Newbie Intercon question
If I have a dxf with a high number of operations, (my 4x8 spoil board needs 105 holes cut) is there no way to efficiently program this in Intercon? Is this an example of when I would need to use another CAM program that would allow me to select all parts for a single operation? Thanks for any advice.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 404
- Joined: Tue Dec 11, 2018 4: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: F045DA80C8B8-0905181172
E415F6F70BC3-0318203049
98F07B91FC6B-0123236802 - DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: UK East Coast
Re: Newbie Intercon question
If I understand your request and ignoring the DXF part, this needs just one main Intercon command with a choice of 2 - Either Bore Array or Drill Array.
Assuming your 105 holes are split 7 rows in Y Axis and 15 rows on X axis, you enter Bore or Drill Array and enter increments of nn inches (or mm) for your hole spacing for X and Y and then 7 holes for Y and 15 holes for X. Accept then Graph to see the result.
For further info, read section 10 of the Manual
Assuming your 105 holes are split 7 rows in Y Axis and 15 rows on X axis, you enter Bore or Drill Array and enter increments of nn inches (or mm) for your hole spacing for X and Y and then 7 holes for Y and 15 holes for X. Accept then Graph to see the result.
For further info, read section 10 of the Manual
Hope this helps
Nigel
"You can lead a horse to water but you cannot force it to drink"
Nigel
"You can lead a horse to water but you cannot force it to drink"
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 7
- Joined: Tue Dec 27, 2022 6:22 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 20D778870A00-1019226598
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Newbie Intercon question
Thanks, this helps for drilling situations. These holes, however, need to be 1.5” diameter. It looks like the repeat function may be the way to do this.Nigelo wrote: ↑Thu Apr 11, 2024 4:29 pm If I understand your request and ignoring the DXF part, this needs just one main Intercon command with a choice of 2 - Either Bore Array or Drill Array.
Assuming your 105 holes are split 7 rows in Y Axis and 15 rows on X axis, you enter Bore or Drill Array and enter increments of nn inches (or mm) for your hole spacing for X and Y and then 7 holes for Y and 15 holes for X. Accept then Graph to see the result.
For further info, read section 10 of the Manual
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
Re: Newbie Intercon question
Yes. If you want to make an array of circular pockets, then two Repeat cycles will do it.
The first Repeat copies the Pocket cycle down the remainder of the first row.
The second Repeat copies the Pocket plus the first Repeat, to make the remaining rows.
The first Repeat copies the Pocket cycle down the remainder of the first row.
The second Repeat copies the Pocket plus the first Repeat, to make the remaining rows.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 7
- Joined: Tue Dec 27, 2022 6:22 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 20D778870A00-1019226598
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Newbie Intercon question
I got it done before I saw this, but I forgot to repeat the first pocket so I just added another row repeat at the end. I’d have to do this again anyway so I’ll do it your way, thanks.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)