Tool Setting Options For Routers and Mills

Moderator: cnckeith

Post Reply
Centroid_Tech
Posts: 286
Joined: Thu Mar 18, 2010 2:24 pm

Re: Tool Setting Options For Routers and Mills

Post by Centroid_Tech »

I'm assuming that you are referring to the custom tool change macro, mfunc6.mac, correct? It actually looks like the custom tool change macro was moving at a fixed feedrate of 100mm/min when the system is in metric mode or 100in/min when the system is in imperial mode. Please copy the attached file into the c:\cncm directory and see if that works for you. That will jog based on the value of parameter 14.
Attachments
mfunc6.mac
(9.05 KiB) Downloaded 204 times
When requesting support, please ALWAYS post a current report. Find out how to take a report from your Acorn, CNC11 or CNC10 system here: https://www.youtube.com/watch?v=Ecvg0VJp1oQ.

If your question is PLC, Macro or program related, please also post a copy of the program or macro as well.

Without the above information we may not be able to help and/or reply until the required information is posted..
Mq1506
Posts: 2
Joined: Tue Sep 11, 2018 12:04 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 Mq1506 »

Hmm, something weird is going on. I loaded the macro you supplied. Same issue. As a test I divided param 14 by 10 so it became 15. Then it did the fast probe at 152 mm/min. Acceptable, I was able to run the macro fully and touch off but the Z axis setting wasn't anywhere close (at least 200mm off) I divided #71 by 10, closer but still way off. I then tried converting #71 to inches which got it really close but it was still roughly 5mm off. I think something is up with how the macro handles mm vs inches.
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 »

Installed a stationary tool height probe and switched to Clint's m6 macro. Works great. This saves a ton of time on tool changes within a job.

Thank you!
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 »

Capture.PNG
After using the Original Macro for a while I found there were times when I only needed the movable plate. I modified the Macro to include this functionality.
mfunc6.mac
(12.7 KiB) Downloaded 266 times
Clint in NW Arkansas

The more I learn, the more I realize I don't know...
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 »

One weird thing that I have noticed: Whenever I power cycle the Acorn the M6 macro doesn't work properly (the Z-axis moves up instead of moving down looking for the touch plate) until I either activate the TT1 or touch the moveable touch plate to the bit.

Is this normal or is there something wonky with my setup??

Thanks!
Clint in NW Arkansas

The more I learn, the more I realize I don't know...
Gary Campbell
Posts: 2190
Joined: Sat Nov 18, 2017 2:32 pm
Acorn CNC Controller: Yes
Plasma CNC Controller: No
AcornSix CNC Controller: Yes
Allin1DC CNC Controller: No
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: Acorn 238
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Bergland, MI, USA
Contact:

Re: Tool Setting Options For Routers and Mills

Post by Gary Campbell »

Clint...
Was the machine homed after the reboot?
GCnC Control
CNC Control & Retrofits
https://www.youtube.com/user/Islaww1/videos
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 »

Yes
Clint in NW Arkansas

The more I learn, the more I realize I don't know...
MecTechMike
Posts: 54
Joined: Thu Aug 10, 2017 8:59 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 MecTechMike »

Folks,

I've come across a curious issue. I am currently using the original tool touch off code "mfunc6JogToToolTouchOff-tt1.mac". It works great, and many thanks to the author. But this macro interprets parameter 71 differently than CNC12. For the macro, you enter the thickness of the probe as a positive number, and the macro subtracts this off the measurement to get to the part/reference. For CNC12, you have to enter the negative value for parameter 71 if you go through the part setup menu.

Is there some pilot error on my part here, or is there a misinterpretation of the two zeroing methods?

Mike
Gary Campbell
Posts: 2190
Joined: Sat Nov 18, 2017 2:32 pm
Acorn CNC Controller: Yes
Plasma CNC Controller: No
AcornSix CNC Controller: Yes
Allin1DC CNC Controller: No
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: Acorn 238
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Bergland, MI, USA
Contact:

Re: Tool Setting Options For Routers and Mills

Post by Gary Campbell »

Mike...
As I remember it, and I am not reviewing the code now, the action is to set the Current Z position as the value of parm 71. In my reasoning, the number would have to be positive as the touchoff device would be above the surface that you wish to reference the Z to.

Are you sure something else is not amiss?
GCnC Control
CNC Control & Retrofits
https://www.youtube.com/user/Islaww1/videos
cncnewguy
Posts: 43
Joined: Sat Nov 24, 2018 10:42 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 38D2695947FE-1222170399
DC3IOB: No
CNC11: No
CPU10 or CPU7: No

Re: Tool Setting Options For Routers and Mills

Post by cncnewguy »

I just performed the below option:

2. Manually jog the tool over the Tool Touch Off Device and press Cycle start to probe the the Tool Touch Off Device: Download here:
mfunc6JogToToolTouchOff-tt1.mac
(9.11 KiB) Downloaded 175 times
Save as : c:\cncm\mfunc6.mac


When I go into setup I do not get pop up dialog boxes that give me options lie in the videos. I just get the same original "set part position" screen and when I select "auto" the z axis drives Negitive towards the touch plate. Once it contacts the plate it backs off slowly and then moves back down to touch it again and only then does the relay click and the Z axis is set to the dimention I inputed. In my case it is .98.


Three questions: How come I am not seeing the Marco display? Why when I select "save" does it reset to 0.000? And Why does it not reflect a positive value since it is infact 1 inch above the work surface?

Thank you
Post Reply