Legacy Artisan OM5 Mach3 Wrapper Post Processor

This forum is for requests and queries about machine tool support for Vectric Products
Post Reply
THellewell
Posts: 11
Joined: Thu Sep 24, 2009 3:15 pm

Legacy Artisan OM5 Mach3 Wrapper Post Processor

Post by THellewell »

For those with Legacy Artisan's using Mach3 with the OM5 interface here is a modified post processor that will work with your standard "A Offset 6 G59". Both inch and mm versions are below.
Attachments
Mach3_Artisan_Wrap_inch.pp
(4.41 KiB) Downloaded 514 times
Mach3_Artisan_Wrap_mm.pp
(4.34 KiB) Downloaded 454 times

THellewell
Posts: 11
Joined: Thu Sep 24, 2009 3:15 pm

Re: Legacy Artisan OM5 Mach3 Wrapper Post Processor

Post by THellewell »

Anyone tried to VCarve or Toolpath text on a round yet? Getting a mirror image?

THellewell
Posts: 11
Joined: Thu Sep 24, 2009 3:15 pm

Re: Legacy Artisan OM5 Mach3 Wrapper Post Processor

Post by THellewell »

Here are the post processors again with the A-Axis reversed. This way you won't have to manually reconfigure your machine when switching between Vectric Products and Legacy Conversational CAM. You will notice the G-Code looks a bit different because it uses Mach3's math capabilities to multiply the A-Axis values by -1 within the G-Code.
Attachments
Mach3_Artisan_Wrap_Reverse_inch.pp
(4.47 KiB) Downloaded 419 times
Mach3_Artisan_Wrap_Reverse_mm.pp
(4.46 KiB) Downloaded 412 times

Greolt
Vectric Wizard
Posts: 1000
Joined: Fri Sep 21, 2007 1:44 pm
Model of CNC Machine: UCCNC Router, Plasma, Laser
Location: Australia 3781

Re: Legacy Artisan OM5 Mach3 Wrapper Post Processor

Post by Greolt »

If you want it to run backwards just change this,

ROTARY_WRAP_X = "-A"

To this,

ROTARY_WRAP_X = "A"

Greg

THellewell
Posts: 11
Joined: Thu Sep 24, 2009 3:15 pm

Re: Legacy Artisan OM5 Mach3 Wrapper Post Processor

Post by THellewell »

Thanks Greg. That is even simpler. Here are the files again with the simpler fix for reversing A rotation and the modification to work with the "A Offset 6 G59".
Attachments
Mach3_Artisan_Wrap_Reverse_inch.pp
(4.46 KiB) Downloaded 412 times
Mach3_Artisan_Wrap_Reverse_mm.pp
(4.45 KiB) Downloaded 408 times

User avatar
dealguy11
Vectric Wizard
Posts: 2494
Joined: Tue Sep 22, 2009 9:52 pm
Model of CNC Machine: Anderson Selexx 510,24x48 GCnC/WinCNC
Location: Henryville, PA

Re: Legacy Artisan OM5 Mach3 Wrapper Post Processor

Post by dealguy11 »

Will this postprocessor still work with Aspire 3?
Steve Godding
Not all who wander (or wonder) are lost

User avatar
Mark
Vectric Staff
Posts: 1058
Joined: Sat Aug 18, 2007 2:55 pm
Model of CNC Machine: CNC Shark, ShopBot, Roland PNC3000
Location: Alcester U.K.
Contact:

Re: Legacy Artisan OM5 Mach3 Wrapper Post Processor

Post by Mark »

Hello dealguy11,

Yes, all post processors written for earlier versions of Aspire,
will work in version 3, without any modification.

I hope that this helps,

Cheers,

Mark.

Post Reply