Community
HSM Post Processor Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Question to understanding turning I-J-K-Values

5 REPLIES 5
SOLVED
Reply
Message 1 of 6
makko74
851 Views, 5 Replies

Question to understanding turning I-J-K-Values

makko74
Collaborator
Collaborator
Hi,

yesterday i've made 3 little nc-programs for a friendly company.
My first simple turning Parts with HSM. 😄
For the Post-Process i've used the fanuc turning.cps.
Now my question:
on milling I,J,K values are incremental from arc-start to centerpoint.
in the fanuc turning.cps stands:

var xFormat = createFormat({decimals:(unit == MM ? 3 : 4), forceDecimal:true, scale:2}); // diameter mode

and for I and K outputs

// circular output
var kOutput = createReferenceVariable({prefix:"K"}, xFormat);
var iOutput = createReferenceVariable({prefix:"I"}, xFormat); // no scaling


Is this normal thats I- and K-Values must also scale with 2 on turning?

Thank you in advance


InfoInventor CAM(Ultimate) user --- Inventor Professional 2021.2 + Inventor CAM Ultimate 8.1.2.21785
0 Likes

Question to understanding turning I-J-K-Values

Hi,

yesterday i've made 3 little nc-programs for a friendly company.
My first simple turning Parts with HSM. 😄
For the Post-Process i've used the fanuc turning.cps.
Now my question:
on milling I,J,K values are incremental from arc-start to centerpoint.
in the fanuc turning.cps stands:

var xFormat = createFormat({decimals:(unit == MM ? 3 : 4), forceDecimal:true, scale:2}); // diameter mode

and for I and K outputs

// circular output
var kOutput = createReferenceVariable({prefix:"K"}, xFormat);
var iOutput = createReferenceVariable({prefix:"I"}, xFormat); // no scaling


Is this normal thats I- and K-Values must also scale with 2 on turning?

Thank you in advance


InfoInventor CAM(Ultimate) user --- Inventor Professional 2021.2 + Inventor CAM Ultimate 8.1.2.21785
5 REPLIES 5
Message 2 of 6
skidsolo
in reply to: makko74

skidsolo
Alumni
Alumni
Accepted solution
Some machines can be programmed with either diameter or radius values for X. It can be changed by a machine parameter in the controller to suit the users preference. The Haas turning post is does not have scaled IJK. So the answer is they are different.

http://forums.ge-ip.com/showthread.php?t=14635
Andrew W. Software engineer (CAM Post Processors)
0 Likes

Some machines can be programmed with either diameter or radius values for X. It can be changed by a machine parameter in the controller to suit the users preference. The Haas turning post is does not have scaled IJK. So the answer is they are different.

http://forums.ge-ip.com/showthread.php?t=14635
Andrew W. Software engineer (CAM Post Processors)
Message 3 of 6
makko74
in reply to: makko74

makko74
Collaborator
Collaborator
AndrewWard wrote:

Some machines can be programmed with either diameter or radius values for X. It can be changed by a machine parameter in the controller to suit the users preference.


OK, and the effects are also on I and K Values. Right?

Thank you Andrew


InfoInventor CAM(Ultimate) user --- Inventor Professional 2021.2 + Inventor CAM Ultimate 8.1.2.21785
0 Likes

AndrewWard wrote:

Some machines can be programmed with either diameter or radius values for X. It can be changed by a machine parameter in the controller to suit the users preference.


OK, and the effects are also on I and K Values. Right?

Thank you Andrew


InfoInventor CAM(Ultimate) user --- Inventor Professional 2021.2 + Inventor CAM Ultimate 8.1.2.21785
Message 4 of 6

Laurens-3DTechDraw
Mentor
Mentor
Accepted solution
makko wrote:

AndrewWard wrote:

Some machines can be programmed with either diameter or radius values for X. It can be changed by a machine parameter in the controller to suit the users preference.


OK, and the effects are also on I and K Values. Right?

Thank you Andrew


The way the k&iOutputs are set-up here means are scaled like the X-value. So if X is scaled to diameter mode the k&i will be too.

Laurens Wijnschenk
3DTechDraw

AutoDesk CAM user & Post editor.
René for Legend.


0 Likes

makko wrote:

AndrewWard wrote:

Some machines can be programmed with either diameter or radius values for X. It can be changed by a machine parameter in the controller to suit the users preference.


OK, and the effects are also on I and K Values. Right?

Thank you Andrew


The way the k&iOutputs are set-up here means are scaled like the X-value. So if X is scaled to diameter mode the k&i will be too.

Laurens Wijnschenk
3DTechDraw

AutoDesk CAM user & Post editor.
René for Legend.


Message 5 of 6
makko74
in reply to: makko74

makko74
Collaborator
Collaborator
Laurens-3DTechDraw wrote:

makko wrote:

AndrewWard wrote:

Some machines can be programmed with either diameter or radius values for X. It can be changed by a machine parameter in the controller to suit the users preference.


OK, and the effects are also on I and K Values. Right?

Thank you Andrew


The way the k&iOutputs are set-up here means are scaled like the X-value. So if X is scaled to diameter mode the k&i will be too.


It was just incomprehensible to me thats the K -Values must also entered in diameter mode.
Now its a little bit clearer, i've no Lathe and the machinist is up to next week on vacation,
so i'm asking here.

Thank you for your time and answers Laurens and Andrew


InfoInventor CAM(Ultimate) user --- Inventor Professional 2021.2 + Inventor CAM Ultimate 8.1.2.21785
0 Likes

Laurens-3DTechDraw wrote:

makko wrote:

AndrewWard wrote:

Some machines can be programmed with either diameter or radius values for X. It can be changed by a machine parameter in the controller to suit the users preference.


OK, and the effects are also on I and K Values. Right?

Thank you Andrew


The way the k&iOutputs are set-up here means are scaled like the X-value. So if X is scaled to diameter mode the k&i will be too.


It was just incomprehensible to me thats the K -Values must also entered in diameter mode.
Now its a little bit clearer, i've no Lathe and the machinist is up to next week on vacation,
so i'm asking here.

Thank you for your time and answers Laurens and Andrew


InfoInventor CAM(Ultimate) user --- Inventor Professional 2021.2 + Inventor CAM Ultimate 8.1.2.21785
Message 6 of 6

Laurens-3DTechDraw
Mentor
Mentor
makko wrote:

It was just incomprehensible to me thats the K -Values must also entered in diameter mode.
Now its a little bit clearer, i've no Lathe and the machinist is up to next week on vacation,
so i'm asking here.

Thank you for your time and answers Laurens and Andrew

Works like a charm on our Fanuc machine. 😉

Laurens Wijnschenk
3DTechDraw

AutoDesk CAM user & Post editor.
René for Legend.


0 Likes

makko wrote:

It was just incomprehensible to me thats the K -Values must also entered in diameter mode.
Now its a little bit clearer, i've no Lathe and the machinist is up to next week on vacation,
so i'm asking here.

Thank you for your time and answers Laurens and Andrew

Works like a charm on our Fanuc machine. 😉

Laurens Wijnschenk
3DTechDraw

AutoDesk CAM user & Post editor.
René for Legend.


Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report