All,
Regarding my initial post from a couple years ago.... all suggestions above are accurate and good. @seth.madore was referring to a different machine in a reply to another user.
But looking specifically at an older Haas Pre-new gen control with or without the a-axis.... Simple answer for me was to:
1: Export the Haas Pre-NGC post from fusion and save to a file in your computer.
2. Open it up in notepad and use the "find shortcut" (ctl+F) Windows** and search for 94. Hit enter a couple times until you get to line 850 - 851. Should look like this:
// absolute coordinates and feed per min
writeBlock(gAbsIncModal.format(90), gfeedModal.format(94), gPlaneModal.format(17));
delete the g94 portion on line 851 and make it look like this:
// absolute coordinates and feed per min
writeBlock(gAbsIncModal.format(90), gPlaneModal.format(17));
3. Save the file and make sure it remains a .cps type file.
4. Go back to fusion in your post processor library and import the file to your cloud.
5. Select that post and let er rip. You may want to configure some of the post properties like rapids and stuff. My machine will alarm if rapids are over 200ipm in the post.
Hope that helps.
Josh