Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Which Hurco post are you using?
hurco.cps from fusion library
If I use the same post but without machine configuration, I get the z move pushed to its on line. So XY position first then Z
Can you also share your Machine Config?
How?
Here ya go...
In your post, find this section in the "writeInitialPositioning" function:
if (machineConfiguration.isHeadConfiguration()) {
and change it to:
if (false) {
Result:
Thank you Seth, that did the trick!
I thought I had this figured out. Well I was wrong. I cant seem to figure out why this is happening. Simple toolpath for testing, chamfer top and two holes on the side of part. Same tool three operations. Crash on second operation, any help would be greatly appreciated.
Thanks!
How is it that a Fanuc post from Fusion works better that an actual Hurco post from Fusion for a Hurco machine?