Acorn won't run g code/mdi < lathe G98/G99?>

All things related to the Centroid Acorn CNC Controller

Moderator: cnckeith

pescadoman
Posts: 113
Joined: Wed Feb 12, 2020 3:18 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: USA

Re: Acorn won't run g code/mdi < lathe G98/G99?>

Post by pescadoman »

Image
Attachments
20240504_185503.jpg
cncsnw
Posts: 3879
Joined: Wed Mar 24, 2010 5:48 pm

Re: Acorn won't run g code/mdi < lathe G98/G99?>

Post by cncsnw »

Have you tried G98, as Keith suggested?

For example:

Code: Select all

G1 G98 F5 X1 Z1
... or, if you are going to use G1 in the default G99 mode, do you have the spindle running already, and have you given it a suitable per-revolution feedrate?

For example:

Code: Select all

M3 S1200
G1 G99 F0.01 X1 Z-2
pescadoman
Posts: 113
Joined: Wed Feb 12, 2020 3:18 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: USA

Re: Acorn won't run g code/mdi < lathe G98/G99?>

Post by pescadoman »

cncsnw wrote: Sat May 04, 2024 11:18 pm Have you tried G98, as Keith suggested?

For example:

Code: Select all

G1 G98 F5 X1 Z1
... or, if you are going to use G1 in the default G99 mode, do you have the spindle running already, and have you given it a suitable per-revolution feedrate?

For example:

Code: Select all

M3 S1200
G1 G99 F0.01 X1 Z-2
I'll try that. My buddy has a bunch of old code from an AHA that he really just wants to transfer over and have work..
pescadoman
Posts: 113
Joined: Wed Feb 12, 2020 3:18 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: USA

Re: Acorn won't run g code/mdi < lathe G98/G99?>

Post by pescadoman »

Here is an example of the code he wants to run
Attachments
20240504_182119.jpg
suntravel
Posts: 2104
Joined: Thu Sep 23, 2021 3:49 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 6433DB0446C1-08115074
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Germany

Re: Acorn won't run g code/mdi < lathe G98/G99?>

Post by suntravel »

I suggest to install current 5.1 software with the updates for a better Network connection on some hardware.

Uwe
pescadoman
Posts: 113
Joined: Wed Feb 12, 2020 3:18 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: USA

Re: Acorn won't run g code/mdi < lathe G98/G99?>

Post by pescadoman »

suntravel wrote: Sun May 05, 2024 4:52 am I suggest to install current 5.1 software with the updates for a better Network connection on some hardware.

Uwe
They both have fresh installs of 5.1
suntravel
Posts: 2104
Joined: Thu Sep 23, 2021 3:49 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 6433DB0446C1-08115074
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Germany

Re: Acorn won't run g code/mdi < lathe G98/G99?>

Post by suntravel »

Your reports are 5.08...

.... are the com errors gone now ?

Uwe
pescadoman
Posts: 113
Joined: Wed Feb 12, 2020 3:18 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: USA

Re: Acorn won't run g code/mdi < lathe G98/G99?>

Post by pescadoman »

suntravel wrote: Sun May 05, 2024 11:59 am Your reports are 5.08...

.... are the com errors gone now ?

Uwe
I haven't updated the ether drivers, like Gary suggested, yet.
cncsnw
Posts: 3879
Joined: Wed Mar 24, 2010 5:48 pm

Re: Acorn won't run g code/mdi < lathe G98/G99?>

Post by cncsnw »

His Ahha programs will not run without some changes.

G90 is not appropriate there. All X and Z coordinates are absolute by default.

"F8" looks like an inches-per-minute feedrate. To use that, you need a G98 code.
pescadoman
Posts: 113
Joined: Wed Feb 12, 2020 3:18 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: USA

Re: Acorn won't run g code/mdi < lathe G98/G99?>

Post by pescadoman »

suntravel wrote: Sun May 05, 2024 11:59 am Your reports are 5.08...

.... are the com errors gone now ?

Uwe
Still getting errors, but it seems to be working....kind of..
Post Reply