Feedrate overide stops working after a tool change (Resolved)

All things related to the Centroid Acorn CNC Controller

Moderator: cnckeith

WINSTON
Posts: 51
Joined: Tue Feb 26, 2019 6:06 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: No
CNC11: No
CPU10 or CPU7: No

Feedrate overide stops working after a tool change (Resolved)

Post by WINSTON »

If I don't have a tool change the feedrate overide works as it should but if it goes through a tool change it stops responding . I have reinstalled cnc12 thinking I corrupted a file but that didn't work .





Attachments
report_F045DA76BCBE-1108181316_2021-04-12_11-37-54.zip
(1.09 MiB) Downloaded 83 times
cnckeith
Posts: 7166
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: Feedrate overide stops working after a tool change

Post by cnckeith »

post the offending g code
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
WINSTON
Posts: 51
Joined: Tue Feb 26, 2019 6:06 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: No
CNC11: No
CPU10 or CPU7: No

Re: Feedrate overide stops working after a tool change

Post by WINSTON »

Here they are sorry I missed them
Attachments
1015 geneva cam 1 peice.nc
(53.39 KiB) Downloaded 74 times
1001.nc
(96.44 KiB) Downloaded 76 times
cnckeith
Posts: 7166
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: Feedrate overide stops working after a tool change

Post by cnckeith »

which one has the issue?
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
cnckeith
Posts: 7166
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: Feedrate overide stops working after a tool change

Post by cnckeith »

are you using m108/9 in the program or any macros or sub programs?

13.37 M108 - Enable Override Controls
M108 re-enables the feedrate override and/or spindle speed override controls if they were disabled with
M109. A parameter of ”1” indicates the feedrate override; ”2” indicates the spindle speed override.
Example:
M109/1/2 ; disables feedrate and spindle speed overrides
M108/1 ; re-enables feedrate override
M108/2 ; re-enables spindle speed override
13.38 M109 - Disable Override Controls
M109 disables the feedrate override and/or spindle speed override controls. It may be used before tapping
with G85 to assure that the machine runs at the programmed feedrate and spindle speed. It is not
necessary to specify M109 with G74 or G84; those cycles automatically disable and re-enable the override
controls. M109 cannot be used in MDI mode.
Example:
M3 S500 ; start spindle in clockwise direction, at 500 rpm
F27.78 ; set feedrate for 18 pitch tap
M109/1/2 ; disable feedrate and spindle speed overrides
G85 X0 Y0 R.1 Z-.5 ; tap a hole
M108/1/2 ; re-enable overrides
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
WINSTON
Posts: 51
Joined: Tue Feb 26, 2019 6:06 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: No
CNC11: No
CPU10 or CPU7: No

Re: Feedrate overide stops working after a tool change

Post by WINSTON »

Both have the issue all my programs now have the issue . I found an m109 that should have been m108 error in my m6 macro and corrected it but that did not correct it . Here are all my macros I am using

M56 resets the atc after an e stop
M53 send an error message if I forget to reset the atc after an estop and ends program
M10 and 11 are used when a tool that is not in the carousel is called in a program
Attachments
mfunc10.mac
(1.8 KiB) Downloaded 83 times
mfunc11.mac
(1.31 KiB) Downloaded 72 times
mfunc53.mac
(1.32 KiB) Downloaded 93 times
mfunc56.mac
(1.04 KiB) Downloaded 78 times
mfunc6.mac
(24.55 KiB) Downloaded 76 times
WINSTON
Posts: 51
Joined: Tue Feb 26, 2019 6:06 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: No
CNC11: No
CPU10 or CPU7: No

Re: Feedrate overide stops working after a tool change

Post by WINSTON »

For got 2 macros carousel in and out

51 is carousel in
52 carousel out
Attachments
mfunc52.mac
(869 Bytes) Downloaded 71 times
mfunc51.mac
(692 Bytes) Downloaded 79 times
WINSTON
Posts: 51
Joined: Tue Feb 26, 2019 6:06 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: No
CNC11: No
CPU10 or CPU7: No

Re: Feedrate overide stops working after a tool change

Post by WINSTON »

Ok I got it working by moving m108 before the code that sets the tool # in spindel in the m6 macro.
martyscncgarage
Posts: 9912
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: Feedrate overide stops working after a tool change

Post by martyscncgarage »

WINSTON wrote: Mon Apr 12, 2021 6:33 pm Ok I got it working by moving m108 before the code that sets the tool # in spindel in the m6 macro.
WInston,
Is your ATC working? You have another thread going about issues with your ATC.
You should really try and keep everything together in one build thread.

If your ATC is working correctly great. If it is not, you should get the ATC issues ironed out before moving forward with running programs.

Marty
Reminder, for support please follow this post: viewtopic.php?f=20&t=383
We can't "SEE" what you see...
Mesa, AZ
WINSTON
Posts: 51
Joined: Tue Feb 26, 2019 6:06 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: No
CNC11: No
CPU10 or CPU7: No

Re: Feedrate overide stops working after a tool change

Post by WINSTON »

martyscncgarage wrote: Tue Apr 13, 2021 10:44 am
WINSTON wrote: Mon Apr 12, 2021 6:33 pm Ok I got it working by moving m108 before the code that sets the tool # in spindel in the m6 macro.
WInston,
Is your ATC working? You have another thread going about issues with your ATC.
You should really try and keep everything together in one build thread.

If your ATC is working correctly great. If it is not, you should get the ATC issues ironed out before moving forward with running programs.

Marty
Yes it’s working as far as know never ran one be for . this issue I thought had to do with the other program .Some times you have to run a program to find problems . Like I have said I am not a programmer I barely know g code nothing like in the atc macro. I am sorry if I am causing problems.
Post Reply