Greetings,
I've almost finished upgrading a Aciera mill from a DCIO3 to an AllinOne controller.
All has gone very smoothly. I documented all the settings from the old controller and programmed them into the new.
Only issue is feedrate when commanded by G-code. Jogging follows my settings. But when I give it an MDI command or use some of the AUX keys that I've programmed, it only moves at 24 IPM.
It's probably some simple issue I've overlooked. I searched thru the manuals and setup documents to no avail.
Any suggestions?
I've attached a report.
Thanks
Feedrate max's at 24 IPM except when jogging <resolved>
Moderator: cnckeith
-
- Posts: 66
- Joined: Sun Apr 28, 2013 9:19 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: Yes
- Oak CNC controller: Yes
- CNC Control System Serial Number: 1218120647
- DC3IOB: Yes
- CNC12: Yes
- CNC11: Yes
- CPU10 or CPU7: Yes
- Location: Newark, NJ
- Contact:
Feedrate max's at 24 IPM except when jogging <resolved>
- Attachments
-
- report_0008DC111213-0718243068_2024-11-17_08-04-28.zip
- (783.54 KiB) Downloaded 4 times
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 510
- Joined: Thu Apr 14, 2022 2:46 pm
- Acorn CNC Controller: No
- 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 max's at 24 IPM except when jogging
What codes are you commanding in MDI to get this result?
First thing is check the feedrate and rapid feedrate overrides. It may or may not be coincidental that everything is moving at your slow jog rate.
You also have the fast jog rates higher than the max rate which should not cause problems but it is odd.
I would expect your mfunc50.mac macro to seek at 10 inches/minute for the M91 and M92 codes.
Several of your macros have "G53 G1 X1 F150" and similar lines which are not expected to work as you would want. The correct call is "G53 X1 L150" to override the feedrate.
First thing is check the feedrate and rapid feedrate overrides. It may or may not be coincidental that everything is moving at your slow jog rate.
You also have the fast jog rates higher than the max rate which should not cause problems but it is odd.
I would expect your mfunc50.mac macro to seek at 10 inches/minute for the M91 and M92 codes.
Several of your macros have "G53 G1 X1 F150" and similar lines which are not expected to work as you would want. The correct call is "G53 X1 L150" to override the feedrate.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
Re: Feedrate max's at 24 IPM except when jogging
Copying "all the settings" from a DC3IO/CNC10 installation into an Allin1DC/CNC12 installation was not a good idea.
For example, you have set Parameter 85 = 1.
In the current CNC12, that designates INP1 as a door-open switch, with a closed input indicating that the guard door is open. Since in reality you probably have one of your X axis limit switches wired to INP1, then whenever that limit is closed, CNC12 will restrict axis movement to the slow jog rate.
Change Parameter 85 to zero.
For example, you have set Parameter 85 = 1.
In the current CNC12, that designates INP1 as a door-open switch, with a closed input indicating that the guard door is open. Since in reality you probably have one of your X axis limit switches wired to INP1, then whenever that limit is closed, CNC12 will restrict axis movement to the slow jog rate.
Change Parameter 85 to zero.
1 user liked this post
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 66
- Joined: Sun Apr 28, 2013 9:19 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: Yes
- Oak CNC controller: Yes
- CNC Control System Serial Number: 1218120647
- DC3IOB: Yes
- CNC12: Yes
- CNC11: Yes
- CPU10 or CPU7: Yes
- Location: Newark, NJ
- Contact:
Re: Feedrate max's at 24 IPM except when jogging
That was it.
Thanks again CNCSNW!
Best Regards
Thanks again CNCSNW!
Best Regards
(Note: Liking will "up vote" a post in the search results helping others find good information faster)