bradp Posted July 18, 2008 Share Posted July 18, 2008 I have a PMAC motion program that i have been using in a Turbo PMAC. I want to use it in my Power PMAC but the FRAX command "FRAX(X,Y,Z,A)" generates a download error. Link to comment Share on other sites More sharing options...
bradp Posted July 18, 2008 Author Share Posted July 18, 2008 [quote=brad] I have a PMAC motion program that i have been using in a Turbo PMAC. I want to use it in my Power PMAC but the FRAX command "FRAX(X,Y,Z,A)" generates a download error. [/quote] In Power PMAC the FRAX command requires the axis names to be entered in alphabetical order. This command should be changed to FRAX(A,X,Y,Z). Power PMAC has 32 axis names extending to double characters such as AA UU or XX. Using these the command could be FRAX(A,X,UU,XX) Link to comment Share on other sites More sharing options...
Recommended Posts