Haas Turning G92 won't do spring pass

Haas Turning G92 won't do spring pass

Alexander.hardie
Explorer Explorer
238 Views
1 Reply
Message 1 of 2

Haas Turning G92 won't do spring pass

Alexander.hardie
Explorer
Explorer

Hi,

 

I noticed that Haas turning posts won't do a spring pass with a G92.  They will do a spring pass with a G32.  Samusung turning with Fanuc controller will do a spring pass with G92, so I think it's something specific to the Haas turning posts.

Here's the file I was working with if you want to mess with it...

https://a360.co/3E94azF

0 Likes
239 Views
1 Reply
Reply (1)
Message 2 of 2

BrandonTBFBF
Collaborator
Collaborator

See the attached post.

 

I changed this:

 

 

if (zFormat.areDifferent(zOutput.getCurrent(), zFormat.getResultingValue(z))) {

 

 

 

To this:

 

 

if (true) {

 

 

 

It writes an unnecessary G0 line when your infeed angle is 0 but it shouldn't hurt anything.

 

I'm sure there's a more elegant way to do this but this works.

 

0 Likes