Arcs Post P problems
Moderators: Mike Iubelt, Jason Susnjara, Larry Epplin, Clint Buechlein, Mike Iubelt, Jason Susnjara, Larry Epplin, Clint Buechlein
- Gerry A Brown
- Senior Member
- Posts: 140
- Joined: Fri, May 27 2005, 8:56AM
- Company Name: Old Style Woodwork
- Country: CANADA
- Location: Southern Alberta
Arcs Post P problems
Hello everyone,
I am trying to get a Post P working that outputs Arcs but the router seems to cut all over the place when I run the code that is produced. Could some one please take a look at the code and see what is wrong with it. I have attached the code and the Post P that produced it.
Thanks,
Gerry
I am trying to get a Post P working that outputs Arcs but the router seems to cut all over the place when I run the code that is produced. Could some one please take a look at the code and see what is wrong with it. I have attached the code and the Post P that produced it.
Thanks,
Gerry
- Attachments
-
- Thermwood_CS45-G52L_ARC_inch.txt
- (4.43 KiB) Downloaded 748 times
-
- DRIVE PLATE REEL SIDE arcs.txt
- (58.01 KiB) Downloaded 694 times
- Gerry A Brown
- Senior Member
- Posts: 140
- Joined: Fri, May 27 2005, 8:56AM
- Company Name: Old Style Woodwork
- Country: CANADA
- Location: Southern Alberta
Re: Arcs Post P problems
Hi,
I should have mentioned we are running this on a 2007 CS45 with 6.1.6.5 control.
Thanks,
Gerry
I should have mentioned we are running this on a 2007 CS45 with 6.1.6.5 control.
Thanks,
Gerry
-
- Senior Member
- Posts: 204
- Joined: Thu, Oct 20 2011, 12:52PM
- Company Name: Carlton Kitchen and Bath
- Country: UNITED STATES
Re: Arcs Post P problems
I think arcs need to be incremental instead of absolute.
- Brad McIntosh
- Guru Member
- Posts: 539
- Joined: Wed, May 18 2005, 6:59PM
- Company Name: CNC Automation
- Country: CANADA
- Location: St. Zotique, Québec, Canada
- Contact:
Re: Arcs Post P problems
That is correct. Your post is formatted for ABSOLUTE ARC CENTERS instead of INCREMENTAL FROM START ARC CENTERS. Although the post is similar to those of ArtCAM, I am do not have a ready example of what to change the:
VAR ARC_CENTRE_I_ABS_POSITION = [IA|A|I|1.4]
VAR ARC_CENTRE_J_ABS_POSITION = [JA|A|J|1.4]
..reference to.
VAR ARC_CENTRE_I_ABS_POSITION = [IA|A|I|1.4]
VAR ARC_CENTRE_J_ABS_POSITION = [JA|A|J|1.4]
..reference to.
-
- Senior Member
- Posts: 209
- Joined: Tue, May 17 2005, 1:05PM
- Company Name: Richmond Cabinet
- Country: UNITED STATES
- Location: Delavan, WI
Re: Arcs Post P problems
It would look like this:
VAR ARC_CENTRE_I_INC_POSITION = [I|A|I|1.4]
VAR ARC_CENTRE_J_INC_POSITION = [J|A|J|1.4]
VAR ARC_CENTRE_I_INC_POSITION = [I|A|I|1.4]
VAR ARC_CENTRE_J_INC_POSITION = [J|A|J|1.4]
Dave Egnoski
Richmond Cabinet & Millwork
Richmond Cabinet & Millwork
- Gerry A Brown
- Senior Member
- Posts: 140
- Joined: Fri, May 27 2005, 8:56AM
- Company Name: Old Style Woodwork
- Country: CANADA
- Location: Southern Alberta
Re: Arcs Post P problems
Hi,
I will attempt to get it changed to incremental.
Thanks everyone,
Gerry
I will attempt to get it changed to incremental.
Thanks everyone,
Gerry
- Brad McIntosh
- Guru Member
- Posts: 539
- Joined: Wed, May 18 2005, 6:59PM
- Company Name: CNC Automation
- Country: CANADA
- Location: St. Zotique, Québec, Canada
- Contact:
Re: Arcs Post P problems
Gerry,
Based on David's information and my ArtCAM knowledge, this should do you...
Based on David's information and my ArtCAM knowledge, this should do you...
- Gerry A Brown
- Senior Member
- Posts: 140
- Joined: Fri, May 27 2005, 8:56AM
- Company Name: Old Style Woodwork
- Country: CANADA
- Location: Southern Alberta
Re: Arcs Post P problems
Hi Brad,
Thanks that is greatly appreciated.
Gerry
Thanks that is greatly appreciated.
Gerry
