Message 1 of 1
Post all tool paths in a section to a single sub program.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does anyone know of a way to achieve this? I want to be able to post multiple tool paths to a single sub program. Was hoping to find a way to get the sub programs functions to somewhat mimic what the Onsection function in the generic Fanuc post kind of does which places all toolpaths in one section if the tool is the same.
Surfcam/Mastercam posts have had this forever. it makes programming multiple setups for the sam operation so much cleaner. Also makes it simpler to remove or add calls to setups.
example
GO G90 G54 X1.00 Y1.00 M98 P1000
/GO G90 G55 X1.00 Y1.00 M98 P1000
/GO G90 G56 X1.00 Y1.00 M98 P1000
/GO G90 G57 X1.00 Y1.00 M98 P1000