![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
I have a Mori Seiki with Fanuct 5T, and the X axis is inverted, that is X- is up and X+ is down, so all the X values should be negative but in my mastercam X2 I cannot find the way to change this. I already tried using X-Z+ lathe radius plane but still after postprocessing I always get X values positive. The big problem is G02 G03 because it seems like they have to change a lot. Any help is always welcome Thanks jolulank |
|
#2
| |||
| |||
| I had a similar problem with our old Thermwood router. What I found... In the mastercam help wile there is a sample of a 3 axis post, and it shows how to invert the axis. I assume that you are modifing an existing post processor to work with your machine. Make backup copies of your post before you start messing with it. Open it with any text editor and find the Motion control section, add a line to the section that writes the line for the axis. Something like this.. # -------------------------------------------------------------------------- # Motion NC output # -------------------------------------------------------------------------- ##### Custom changes allowed below ##### prapidout #Output to NC of linear movement - rapid xabs = xabs * -1 # <------Invert axis output pcan1, pbld, n$, `sgcode, sgplane, sgabsinc, pccdia, xout, yout, zout, s_out, p_out, strcantext, scoolant, e$ plinout #Output to NC of linear movement - feed xabs = xabs * -1 # <------Invert axis output pcan1, pbld, n$, `sgcode, sgplane, sgabsinc, `sgfeed, pccdia, xout, yout, zout, s_out, p_out, `feed, strcantext, scoolant, e$ if nc_lout$ <> m_one & feed = zero, psfeederror Your post might be different but hopefully you get the idea. Double check your g-code output to make sure things are moving in the right direction. And double check the g02 and g03 you may have to add that line in another place for those. From what I have heard, the newer versions of Mastercam are going to control the options for the post through the control definition file in Mastercam itself. I have an older version with an even older post so it doesn't do much for me, I have to manually edit the post. Hope this helps |
|
#3
| |||
| |||
Thanks Thermgood, I changed some of the values in the post as you suggested and is working fine now. I had to invert also the G02 and G03 too. Thanks again jolulank |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Direction output inverted in Mach3 R3.041 | kreutz | Machines running Mach Software | 13 | 07-21-2010 07:18 PM |
| inverted y axis | Jack000 | Coding | 2 | 04-30-2010 12:36 PM |
| Serious Sherline/ EMC2 problem: Inverted axis | bardDrab | Benchtop Machines | 3 | 03-01-2010 07:51 PM |
| Problem- Arc output in NC w/mastercam | zelaznog | Post Processor Files | 4 | 06-24-2009 11:35 AM |
| Need Help!- deckel 70 3+2 axis post processor for mastercam needed | broon | Post Processor Files | 0 | 05-04-2009 12:28 PM |