10-09-2024
02:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-09-2024
02:35 AM
I don't need feed/rev for part transfer but I tried changing "FEED_MODE_UNIT_REV" to "FEED_MODE_UNIT_MIN" , it didn't make any difference to the outputted code.
I think I am going to leave this now, I have the feed rates outputted correctly using this method:
var SSGrabfeedOutput = createVariable({prefix:"F"}, feedFormat);
var SSReturnfeedOutput = createVariable({prefix:"F"}, feedFormat);
var SSPullfeedOutput = createVariable({prefix:"F"}, feedFormat);
As you say it isn't the most elegant solution but it is working for me.
Thank you very much for all your help.
Fusion