Message 1 of 7
Generic Heidenhain post axis limit modification not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm using the generic Heidenhain post with our Mikron Vario600. The post mostly works out of the box but I noticed it will post B axis moves beyond the range of the machine so I modified the following line from:
var bAxis = createAxis({coordinate:1, table:true, axis:[0, 1, 0], range:[-120.000, 120.000], preference:1});
to
var bAxis = createAxis({coordinate:1, table:true, axis:[0, 1, 0], range:[-115.0, 30.0], preference:1});
This matches the machine limits of -115 deg to +30. However, when I go to post, it doesn't seem to be taking this into account. It will still post B +32 moves, etc.
Is there something else that I need to modify? I've done something similar to a Haas UMC post in the past without issue.
Thanks!