How do I program incremental C(H) and Y(V) axis 4.82 lathe pro

All things related to the Centroid Acorn CNC Controller

Moderator: cnckeith

cmkanefab
Posts: 30
Joined: Mon Oct 31, 2022 5:51 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 20d77882d94b-0817226462
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: How do I program incremental C(H) and Y(V) axis 4.82 lathe pro

Post by cmkanefab »

Blessings brotherman i got it looking at your example. Do you find this just as easy as H& V axis g code programing?, Or is this a work around?


suntravel
Community Expert
Posts: 3655
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: How do I program incremental C(H) and Y(V) axis 4.82 lathe pro

Post by suntravel »

Workaround, you have to use what you have....

But I never missed not having incremental moves for C and Y

Uwe


cmkanefab
Posts: 30
Joined: Mon Oct 31, 2022 5:51 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 20d77882d94b-0817226462
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: How do I program incremental C(H) and Y(V) axis 4.82 lathe pro

Post by cmkanefab »

i will have to learn/ add this type of variable, programming to my old brain i can see repeat indexing stuff by macro is fast and loose just by changing dimensions .... i do love parameterized cad modeling in fusion 360...that also took my old brain a while to learn when i switched from Bobcad ....
Thnks again for your help suntravel may the LORD bless all that you put your hands to!


cmkanefab
Posts: 30
Joined: Mon Oct 31, 2022 5:51 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 20d77882d94b-0817226462
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: How do I program incremental C(H) and Y(V) axis 4.82 lathe pro

Post by cmkanefab »

here is my setup

20230203_013827.jpg
20230212_082439.jpg
20230223_103540.jpg


cmkanefab
Posts: 30
Joined: Mon Oct 31, 2022 5:51 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 20d77882d94b-0817226462
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: How do I program incremental C(H) and Y(V) axis 4.82 lathe pro

Post by cmkanefab »

20230212_082853.jpg
20230212_082728.jpg
20230212_082559.jpg


cmkanefab
Posts: 30
Joined: Mon Oct 31, 2022 5:51 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 20d77882d94b-0817226462
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: How do I program incremental C(H) and Y(V) axis 4.82 lathe pro

Post by cmkanefab »

i started making the pillar out of a heavy cast iron fixture until i dropped it and it cracked along a bolt line......right material poor design if i wanted to dribble the pillar on concrete... next design aluminum ...cast is expensive for some reason ....but sub guide mounts are cast to dampen hoping counter aluminum vibes.....taking small bites chewing well so far...


suntravel
Community Expert
Posts: 3655
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: How do I program incremental C(H) and Y(V) axis 4.82 lathe pro

Post by suntravel »

Cool build

Uwe


cncsnw
Community Expert
Posts: 4595
Joined: Wed Mar 24, 2010 5:48 pm

Re: How do I program incremental C(H) and Y(V) axis 4.82 lathe pro

Post by cncsnw »

Expanding on the example Uwe posted:

To move the C axis on a lathe incrementally +90 degrees:

Code: Select all

G0 C[#5043 + 90]


cmkanefab
Posts: 30
Joined: Mon Oct 31, 2022 5:51 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 20d77882d94b-0817226462
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: How do I program incremental C(H) and Y(V) axis 4.82 lathe pro

Post by cmkanefab »

some of your posts and especially the detail you provide helped me make the transition to acorn from mach3/4 almost a year ago so i appreciate your help sir!

cncsnw is the #100=#5043 also needed


cmkanefab
Posts: 30
Joined: Mon Oct 31, 2022 5:51 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 20d77882d94b-0817226462
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: How do I program incremental C(H) and Y(V) axis 4.82 lathe pro

Post by cmkanefab »

all- just tried last suggestion alone in mdi got my answer


Post Reply