Link Type in AMPPU

cfastNJWK6
Advisor

Link Type in AMPPU

cfastNJWK6
Advisor
Advisor

@rafael.sansao Since you helped me out with my last hidden parameter I thought I would include you here.

 

I am trying to force a post to output a G0 move on "Skim Moves" that are programmed at 3000 IPM.  The post processor has a parametr for "Skim Rate" but no parameter for Link Type.

 

Is there a hidden parameter for link type? Or do I have to find a different way to accomplish this?

 

 

 

0 Likes
Reply
Accepted solutions (1)
588 Views
5 Replies
Replies (5)

evo80
Collaborator
Collaborator

Hi,

Couldn't you use the parameter Max Rate rather than Skim Rate?

 

0 Likes

cfastNJWK6
Advisor
Advisor

I don't understand how that would solve my issue.  I am able to get the skim rate, I am not able to get the type of link.

 

I would like my logic to be something like this:

IF %p(Skim Rate)% == 3000 && %p(Link Type)% == "SKIM" THEN 

Output a G0 move instead of a G1 move

 

The problem is that there is no parameter for Link Type

0 Likes

evo80
Collaborator
Collaborator

I see, I guess I was thinking Heidenhain where Max Rate will output FMax

0 Likes

rafael.sansao
Advisor
Advisor
Accepted solution
%p(Feed Rate Type)%=="SKIM" & %p(Feed Rate)%==3000

Capturar.PNG

Rafael Sansão

OptiNC - www.optinc.tech

EESignature

0 Likes

cfastNJWK6
Advisor
Advisor

Thank you @rafael.sansao , this appears to be doing the trick.  

0 Likes