kramrellim Posted June 20, 2016 Share Posted June 20, 2016 Where should the programs called by a G65 Pxxxx be located? What folder? Link to comment Share on other sites More sharing options...
Jay Lee Posted June 21, 2016 Share Posted June 21, 2016 it should be in prog 1000 G-Codes To handle machine-tool-style G-codes, which provide direct access to part programs created by CAD/CAM programs, Turbo PMAC treats a Gnn statement as CALL 1000.nn000. The following values on the line (e.g. X1000) can be treated as parameters to be passed, as for a canned cycle, or the subprogram can execute without arguments, return, and execute the rest of the line (as for a modal Gcode). The machine tool designer writes Program 1000 to implement the G-codes as he wishes, allowing customization and enhancements. Delta Tau provides a sample file implementing all of the standard Gcodes. M, S, T, and D codes are similarly implemented. Link to comment Share on other sites More sharing options...
steve.milici Posted June 21, 2016 Share Posted June 21, 2016 In the same folder as the main NC program. See the Pro2 NC manual in the section for "Parametric Programming": http://www.deltatau.com/manuals/pdfs/PMAC-NC%20PRO2.pdf?id=635787783277989394 Link to comment Share on other sites More sharing options...
kramrellim Posted July 7, 2016 Author Share Posted July 7, 2016 In the same folder as the main NC program. See the Pro2 NC manual in the section for "Parametric Programming": http://www.deltatau.com/manuals/pdfs/PMAC-NC%20PRO2.pdf?id=635787783277989394 Are you saying the same folder as the calling program? I read the manual. I did not read anywhere its states where to store the called macro program. See attached error image. Link to comment Share on other sites More sharing options...
steve.milici Posted July 7, 2016 Share Posted July 7, 2016 Yes, they must all reside in the same directory. Link to comment Share on other sites More sharing options...
Recommended Posts