Tool Setting Options For Routers and Mills

Moderator: cnckeith

slodat
Posts: 793
Joined: Thu Apr 12, 2018 11:16 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

Re: Tool Setting Options For Routers and Mills

Post by slodat »

Dan,

As always, test things out. I didn't change anything in the m6.
Dan M
Posts: 506
Joined: Tue Aug 28, 2018 3:47 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: C8df84dfbdd5-0809181120
DC3IOB: No
CNC12: Yes
CNC11: Yes
CPU10 or CPU7: No
Contact:

Re: Tool Setting Options For Routers and Mills

Post by Dan M »

slodat wrote: Sat Mar 16, 2019 4:49 pm Dan,

As always, test things out. I didn't change anything in the m6.
Cool I'm going to take the plunge and do it this weekend. Thanks brother.

Dan
GBCues
Posts: 111
Joined: Tue Aug 14, 2018 10:49 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: noneC120192
DC3IOB: No
CNC11: No
CPU10 or CPU7: No
Location: Denver, CO

Re: Tool Setting Options For Routers and Mills

Post by GBCues »

Thanks Slodat for the update
slodat
Posts: 793
Joined: Thu Apr 12, 2018 11:16 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

Re: Tool Setting Options For Routers and Mills

Post by slodat »

Happy to help!

Keith updated the first post in this thread with CNC12 4.14 macros.
Dan M
Posts: 506
Joined: Tue Aug 28, 2018 3:47 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: C8df84dfbdd5-0809181120
DC3IOB: No
CNC12: Yes
CNC11: Yes
CPU10 or CPU7: No
Contact:

Re: Tool Setting Options For Routers and Mills

Post by Dan M »

Thank you very much Keith for doing this for us!!! This macro works fantastic and I was worried we would lose it.

Dan
cbb1962
Posts: 349
Joined: Wed Jan 03, 2018 10:04 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 38D2695C8301-0122180576
DC3IOB: No
CNC11: No
CPU10 or CPU7: No
Location: NW Arkansas

Re: Tool Setting Options For Routers and Mills

Post by cbb1962 »

I have something weird going on with mfunc6_g54.mac.

When I choose option 1, I zero G54 to a moveable plate, no issues.

Code: Select all

N225

M200 "#)Jog the cutter over the Moveable Plate on the Spoil Board \nPress Cycle Start to continue"	
										
M115 /Z P[#104] F[#102]                     ;Move at fast probing rate until TT1 detected
G91 Z#9013 F[#102]                          ;Move up the distance set in P13.
M115 /Z P[#104]F[#103]                      ;Move at slow probing rate until TT1 detected
G90
                                        
G54 G92 Z[#9071]                            ;Set Z position to 0 + detector height stored in parameter 71 - Moveable plate thickness 
G4 P1                                       ;Wait 1 second
G53 Z0                                      ;Retract Z
When I set G55 (it is the basically the same code as the G54) it hangs at the G53 Z0. The bit will stay at the touch plate and not retract until I press cycle start, then it retracts to G53 Z0 and immediately moves to the G30 position.

Code: Select all

N230                                        
M200 "#)Jog the cutter over the Moveable Plate on Top of the Part \nPress Cycle Start to continue"									
M115 /Z P[#104] F[#102]                     ;Move at fast probing rate until TT1 detected
G91 Z#9013 F[#102]                          ;Move up the distance set in P13.
M115 /Z P[#104]F[#103]                      ;Move at slow probing rate until TT1 detected
                                        
G55 G92 Z[#9071]                            ;Set Z position to 0 + detector height stored in parameter 71 - Moveable plate thickness 
G4 P1                                       ;Wait 1 second
G53 Z0                                      ;Retract Z

M225 #106 "#)Put away Moveable Tough Plate\nThe machine will now move to the Fixed Tool Touch Off\nPress Cycle Start to continue"
G30P2                                       ;Move machine to return point to measure Z at TT1 permanent location
This is not what it did in V4.12! it would retract to G53 Z0 then display the message. after I pressed cycle-start it would move to G30.

This makes ZERO SENSE! What am I missing???
Clint in NW Arkansas

The more I learn, the more I realize I don't know...
martyscncgarage
Posts: 9915
Joined: Tue Mar 28, 2017 12:01 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Location: Mesa, AZ

Re: Tool Setting Options For Routers and Mills

Post by martyscncgarage »

cbb1962 wrote: Mon Mar 25, 2019 9:40 pm I have something weird going on with mfunc6_g54.mac.

When I choose option 1, I zero G54 to a moveable plate, no issues.

Code: Select all

N225

M200 "#)Jog the cutter over the Moveable Plate on the Spoil Board \nPress Cycle Start to continue"	
										
M115 /Z P[#104] F[#102]                     ;Move at fast probing rate until TT1 detected
G91 Z#9013 F[#102]                          ;Move up the distance set in P13.
M115 /Z P[#104]F[#103]                      ;Move at slow probing rate until TT1 detected
G90
                                        
G54 G92 Z[#9071]                            ;Set Z position to 0 + detector height stored in parameter 71 - Moveable plate thickness 
G4 P1                                       ;Wait 1 second
G53 Z0                                      ;Retract Z
When I set G55 (it is the basically the same code as the G54) it hangs at the G53 Z0. The bit will stay at the touch plate and not retract until I press cycle start, then it retracts to G53 Z0 and immediately moves to the G30 position.

Code: Select all

N230                                        
M200 "#)Jog the cutter over the Moveable Plate on Top of the Part \nPress Cycle Start to continue"									
M115 /Z P[#104] F[#102]                     ;Move at fast probing rate until TT1 detected
G91 Z#9013 F[#102]                          ;Move up the distance set in P13.
M115 /Z P[#104]F[#103]                      ;Move at slow probing rate until TT1 detected
                                        
G55 G92 Z[#9071]                            ;Set Z position to 0 + detector height stored in parameter 71 - Moveable plate thickness 
G4 P1                                       ;Wait 1 second
G53 Z0                                      ;Retract Z

M225 #106 "#)Put away Moveable Tough Plate\nThe machine will now move to the Fixed Tool Touch Off\nPress Cycle Start to continue"
G30P2                                       ;Move machine to return point to measure Z at TT1 permanent location
This is not what it did in V4.12! it would retract to G53 Z0 then display the message. after I pressed cycle-start it would move to G30.

This makes ZERO SENSE! What am I missing???
Where is your latest report?
Reminder, for support please follow this post: viewtopic.php?f=20&t=383
We can't "SEE" what you see...
Mesa, AZ
cbb1962
Posts: 349
Joined: Wed Jan 03, 2018 10:04 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 38D2695C8301-0122180576
DC3IOB: No
CNC11: No
CPU10 or CPU7: No
Location: NW Arkansas

Re: Tool Setting Options For Routers and Mills

Post by cbb1962 »

Sorry about that...
Clint in NW Arkansas

The more I learn, the more I realize I don't know...
Dan M
Posts: 506
Joined: Tue Aug 28, 2018 3:47 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: C8df84dfbdd5-0809181120
DC3IOB: No
CNC12: Yes
CNC11: Yes
CPU10 or CPU7: No
Contact:

Re: Tool Setting Options For Routers and Mills

Post by Dan M »

It's something in the macro Clint it did the same thing when I tried it. It would pin the tool setter to the top of the material. I'm just running the first m6 that you did since the other one doesn't work right.

Dan
cbb1962
Posts: 349
Joined: Wed Jan 03, 2018 10:04 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 38D2695C8301-0122180576
DC3IOB: No
CNC11: No
CPU10 or CPU7: No
Location: NW Arkansas

Re: Tool Setting Options For Routers and Mills

Post by cbb1962 »

Dan M wrote: Mon Mar 25, 2019 10:22 pm It's something in the macro Clint it did the same thing when I tried it.
.
the Macro is essentially the same as it was in V4.12
Clint in NW Arkansas

The more I learn, the more I realize I don't know...
Post Reply