Message 1 of 4
Is it possible to retrieve getPreviousSection.WorkOffset ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am using multiple work offsets on a 5axis heidenhain machine with a multi sided fixture.
My issue is that plane spatial is not always called after the new work offset is called meaning the machine does not rotate to the new side of the fixture. I have got around this but at the cost of now the machine returning to the home position after every operation regardless of whether the work offset has changed or not.
I would like to compare the current section work offset with the previous section offset and from this have it decide whether to post the plane spatial. This should also allow more control of when the machine returns to the home position.
getPreviousSection.WorkOffset currently returns me "undefined" is there any way to retrieve this information?