Jump to content
OMRON Forums

Macro program location


kramrellim

Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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

  • 3 weeks later...

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.

1659246359_SCREENSHOTOFERROR.thumb.jpg.dc8742286ebde9f648d7234c6746f643.jpg

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

×
×
  • Create New...