I was hoping someone could help me with how to create a tool path in V25. We make tooling dies for extrusion machines and have lots of pockets and profiles that we have to do. The one the stumps me though is doing a profile in 3D though. Is there anyway to get the software to write a tool path that will follow a path in the Z direction?
In the attached example I would usually write the program by hand go to X1.0 Y-1.5 and then drop into the part around Z-0.60 (If in steel, more in Aluminum) and go across the part till I intersect the 135deg exit part which would be at X3.44 Y-1.5. Then I would write an X,Y,Z G01 move to clear the ramp. Then I would repeat going deeper each time till I get to the Z-0.50 depth.
Sample code (First cut - Z0.0 is top of the part)
G01 X1.0 Y-1.50
G01 Z-0.06
G01 X3.44
G01 X3.50 Y-1.50 Z0.0
......
So how can I do this in V25 easy and effectively?