Quincunx a CNC Plasma Cutting Controller Program Example

CNC program example to cut Quincunx on a CNC Plasma Cutting Controller.
This program example is programmed in G91 Incremental programming.

What is a CNC Plasma Cutting Machine

Plasma Cutting

Plasma cutting is a process that is used to cut steel and other metals of different thicknesses (or sometimes other materials) using a plasma torch. In this process, an inert gas (in some units, compressed air) is blown at high speed out of a nozzle; at the same time an electrical arc is formed through that gas from the nozzle to the surface being cut, turning some of that gas to plasma. The plasma is sufficiently hot to melt the metal being cut and moves sufficiently fast to blow molten metal away from the cut.

CNC Plasma Cutting Machine

CNC Plasma Cutting Machine

CNC Plasma Cutter

A “CNC plasma” system is a machine that carries a plasma torch, and can move that torch in a path directed by CNC (Computer Numerical Control), which means that a computer is used to direct the machines motion based on numerical codes in a program.

Plasma Cutting Controller Program Example

Quincunx a CNC Plasma Cutting Controller Program Example

Quincunx a CNC Plasma Cutting Controller Program Example

Relative coordinate programming

G92 X0 Y0            (P1)
G00 X75 Y75          (P2)  
G02 Y100 I0 J50      (P3)
G02 X100 I50 J0      (P4)
G02 Y-100 I0 J-50    (P5)
G02 X-100 I-50 J0    (P6)
G00 X-75 Y-75        (P7)
M02