06-20-2016, 12:46 PM
Where should the programs called by a G65 Pxxxx be located?
What folder?
What folder?
Macro program location
|
06-20-2016, 12:46 PM
Where should the programs called by a G65 Pxxxx be located?
What folder?
06-21-2016, 09:33 AM
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.
06-21-2016, 10:01 AM
(This post was last modified: 06-21-2016, 10:02 AM by steve.milici.)
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/PMA...3277989394
07-07-2016, 09:37 AM
(06-21-2016, 10:01 AM)steve.milici Wrote: In the same folder as the main NC program. See the Pro2 NC manual in the section for "Parametric Programming": 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.
07-07-2016, 11:49 AM
Yes, they must all reside in the same directory.
|
« Next Oldest | Next Newest »
|