Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

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.