This programming job had three requirements, 1) to penetrate the material at least 1" away from the profile and 2) to cut the eight OD profiles in one continuous operation, and 3) to cut each row at a time, i.e., 8ID profiles then 1 continuous OD profile x 10 rows.
The steps to complete this programming job were as follows:
View 825 line G-Code Program »
By using subroutine programming, the program to cut the 80 parts can be significantly reduced in size.
The steps to complete this programming job were as follows:
View main program and subroutines »
Wire EDM jobs provide the most simple of programming jobs. Cutter coordinates are converted to G-code and the program is 99% complete.
The steps to complete this programming job were as follows:
View 252 Line G-Code Program »
Because of the resulting finish on the edge of parts cut with plasma, it is common practice to cut outer perimeters clockwise and inner perimeters counter clockwise using cutter left compensation for both.
In general, machine tools can only cut straight lines (G01), or arcs (G02/G03).
CAD has the power of placing multiple points on curves. CNC Construct has the ability to extract these points and convert them to linear motion.
The problem is that CAD may generate these points opposite to the designed tool path, i.e., CAD may start placing points at the curve end and finish placing points at the start.
This example presents how to use CNC Construct to solve this problem.
The steps to complete this programming job were as follows:
View G-Code Program »
Although engraving jobs are done on a mill, they are the equivalent programming problem as any waterjet, laserjet, or plasmajet because the cutter on/cutter off commands do not change throughout the program.
The steps to complete this programming job were as follows:
View G-Code Program before any edits were made »