Modify Fanuc post for 4th axis

Modify Fanuc post for 4th axis

Obadare
Contributor Contributor
1,385 Views
7 Replies
Message 1 of 8

Modify Fanuc post for 4th axis

Obadare
Contributor
Contributor

Hi all,

I need some help on modifying the Fanuc a axis inverse time post to remove the feed rate on each line as my machine doesn't have inverse time.

I tried using standard milling Fanuc post but when it outputs the Y axis is also there, only only want X and C axis lines.

evanmaunder_0-1632379600311.png

evanmaunder_1-1632379789740.png

I can change the A axis to C axis for my rotary axis, just have to remove all these feed rates

 

0 Likes
Accepted solutions (2)
1,386 Views
7 Replies
Replies (7)
Message 2 of 8

andrea.amilo
Community Manager
Community Manager

Hello @Obadare ,

 

I think you could try to modify the value of 'useInverseTimeFeed' variable in your postprocessor, at line 2236.

You need to set it to  false  as highlighted below:

 

useInverseTimeFeed.JPG

 

Please test it carefully and let me know.

 



Andrea Amilo

Senior Technical Consultant

Autodesk Knowledge Network | Fusion 360 Webinars | Autodesk Make
Message 3 of 8

Obadare
Contributor
Contributor

ok, I changed that, but still has feed on every line but the feed looks better. Would be nice to only have only one feed rate as this program is for engraving test around a bar.

evanmaunder_0-1632394063081.png

 

0 Likes
Message 4 of 8

serge.quiblier
Autodesk
Autodesk

Hi @Obadare 

 

You may also need to change the line at the begin of onOpen

var aAxis = createAxis({coordinate:0table:trueaxis:[(getProperty("makeAAxisOtherWay") ? -1 : 1) * -100], cyclic:truepreference:1});
and change it to
var aAxis = createAxis({coordinate:0table:trueaxis:[(getProperty("makeAAxisOtherWay") ? -1 : 1) * -100], cyclic:truepreference:1tcp:false}); //QS
 
Regards


Serge.Q
Technical Consultant
cam.autodesk.com
0 Likes
Message 5 of 8

andrea.amilo
Community Manager
Community Manager

Hello @Obadare ,

 

your postprocessor is developed with multiaxis feedrates to manage the feed variations on the 4th rotary axes.

You can try to write the programmed feedrate value in mm/min, by commenting ( // ) line 2200 and adding the new line 2201:

 

Feed.JPG

 

Please test carefully that your machine would be able to properly mill in 4 axis with a Feedrate defined in mm/min.

Let me know.

 



Andrea Amilo

Senior Technical Consultant

Autodesk Knowledge Network | Fusion 360 Webinars | Autodesk Make
0 Likes
Message 6 of 8

Obadare
Contributor
Contributor
Accepted solution

Yep that did the trick, I will just have to workout what the best feed rate is for given diameter, just means other axis's will be slow or fast. not ideal but since my crap Mirl control doesn't have inverse time feed unfortunately this will have to do. 

evanmaunder_0-1632435320743.png

 

Message 7 of 8

andrea.amilo
Community Manager
Community Manager
Accepted solution

Hi @Obadare ,

 

If my post answers your question, please click the "Accept Solution" button.
This helps everyone find answers more quickly. Thanks.

 



Andrea Amilo

Senior Technical Consultant

Autodesk Knowledge Network | Fusion 360 Webinars | Autodesk Make
Message 8 of 8

engineer78QJ94
Participant
Participant

Could you please share the Fanuc 4-axis post? I would really appreciate it.

0 Likes