Unicornai Posted August 20 Share Posted August 20 I read this pdf,G92 what should i do in power-pmac? s1e.pdf Quote Link to comment Share on other sites More sharing options...
Unicornai Posted August 20 Author Share Posted August 20 and anther question is the g_code.pmc in my subprog is subprog1000,why it's subprog1000? Is it generated by the system or must G-CODE be subprog1000? Quote Link to comment Share on other sites More sharing options...
steve.milici Posted August 20 Share Posted August 20 The document you show was developed for Turbo PMAC and would not apply to Power PMAC. Usage of G-code in power PMAC is described in the “Power PMAC User’s Manual” in the chapter “Writing and Executing Script Programs in the Power PMAC” starting on page 610. Specifically see the section “Implementing an RS-274 Style Motion Program” starting on page 652. Coord[x].Gprog controls which subprogram is called on the execution of a “G-code”. The default is “1000”. This is described in the above references. Quote Link to comment Share on other sites More sharing options...
Unicornai Posted August 21 Author Share Posted August 21 5 hours ago, steve.milici said: The document you show was developed for Turbo PMAC and would not apply to Power PMAC. Usage of G-code in power PMAC is described in the “Power PMAC User’s Manual” in the chapter “Writing and Executing Script Programs in the Power PMAC” starting on page 610. Specifically see the section “Implementing an RS-274 Style Motion Program” starting on page 652. Coord[x].Gprog controls which subprogram is called on the execution of a “G-code”. The default is “1000”. This is described in the above references. then i want to copy g92 but the “Power PMAC User’s Manual” dont have g92 means what shoule i do about use g92 in power pmac Quote Link to comment Share on other sites More sharing options...
steve.milici Posted August 21 Share Posted August 21 This is not a trivial G-code to implement. This would typically be done with an “offset” matrix transformation on the axes of your coordinate system. See the section “Axis Transformation Matrices” in the “Power PMAC User’s Manual” starting on page 519 for usage details. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.