Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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
Inventor CAM(Ultimate) user --- Inventor Professional 2021.2 + Inventor CAM Ultimate 8.1.2.21785
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
Solved! Go to Solution.
