Siemens 810t L97 Cycle working but..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, Got the L97 Cycle working but need some help Tweaking it
I need some pointers how to get the finish and start point in Z.
This is the code im using now to get the start and finish point!
var backFromFront = hasParameter("operation:applyStockOffsetBackFromFront") && getParameter("operation:applyStockOffsetBackFromFront") === 1;
var pos = backFromFront ? currentSection.getFinalPosition() : currentSection.getInitialPosition();
var ThreadFinishPointZ = backFromFront ? pos.z : z;
ThreadStartPointZ = ThreadFinishPointZ + -cycle.incrementalZ;
Im not getting the precise start and stop values with this code im a few tenths of a millimetre off.
It shouldnt be any big problems converting the threading cycle to other Siemens machines when im done.
Can someone please give me some pointers??