Message 1 of 7

Not applicable
02-06-2013
07:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a 2D mill, (no Z) with an older Centroid controller.
It requires the I & J values to be absolute not incremental.
I can deal with manually removing all the Z code and inserting pauses for raising/lowering the Z axis.
Is there a post included with HSMXpress that provides absolute I & J values?
Is it as simple as changing this code in the .cps file?
// circular output
var iOutput = createReferenceVariable({prefix:"I", force:true}, xyzFormat);
var jOutput = createReferenceVariable({prefix:"J", force:true}, xyzFormat);
var kOutput = createReferenceVariable({prefix:"K", force:true}, xyzFormat);
What do I change it to?
Thanks for any help
It requires the I & J values to be absolute not incremental.
I can deal with manually removing all the Z code and inserting pauses for raising/lowering the Z axis.
Is there a post included with HSMXpress that provides absolute I & J values?
Is it as simple as changing this code in the .cps file?
// circular output
var iOutput = createReferenceVariable({prefix:"I", force:true}, xyzFormat);
var jOutput = createReferenceVariable({prefix:"J", force:true}, xyzFormat);
var kOutput = createReferenceVariable({prefix:"K", force:true}, xyzFormat);
What do I change it to?
Thanks for any help
Solved! Go to Solution.