Tag: Other CNC Controller
CNC | M03-M04-S Command | Spindle Speed
Hakan -
Spindle Speed Introduction
The spindle speed is programmed in revolutions per minute under the address S provided that the machine possesses a controlled spindle. The direction...
CNC Milling | Profile Definition Example with Tool Radius Compensation (G41 and G42)
Hakan -
Technical Drawing CNC Program
N5 T2 D2
N10 G0 G90 G42 X0 Y0 Z5 S1000 M3 M41
N20 G94 G1 Z-5 F150
N30 X10.858 F200 ; Start machining the...
CNC Lathe | G50.2 and G51.2 | Polygon Turning
Hakan -
Polygon Turning Introduction
When rotating the workpiece and a tool at a certain ratio, a polygonal figure can be machined. For example, by changing conditions such...
CNC Grinding | G74 Cycle | Oscillation Direct Constant-Size Grinding
Hakan -
CNC Grinding - Oscillation Size Grinding
This cycle uses only CNC grinding machines with related control units. Not applicable to CNC lathe or machine centres. An...
CNC Grinding | G73 Cycle | Oscillation Grinding
Hakan -
CNC Grinding - Oscillation Grinding
This cycle uses only CNC grinding machines with related control units. Not applicable to CNC lathe or machine centres. An oscillation...
CNC Grinding | G72 Cycle | Traverse Direct Constant-Size Grinding
Hakan -
CNC Grinding - Size Grinding
This cycle uses only CNC grinding machines with related control units. Not applicable to CNC lathe or machine centres. A traverse...
CNC Grinding | G71 Cycle | Traverse Grinding
Hakan -
CNC Grinding - Traverse Grinding
This cycle uses only CNC grinding machines with related control units. Not applicable to CNC lathe or machine centres. A traverse...
CNC | M198 Code | External Subprogram Call (Quick Guide)
Hakan -
M198 Code Introduction
During memory operation, you can call and execute a subprogram registered in an external device (such as a Memory Card, Handy File,...
CNC | G31 Code | Skip Function (Quick Guide)
Hakan -
G31 Code Introduction
Linear interpolation can be commanded by specifying axial move following the G31 command, like G01. If an external skip signal is input during...
CNC Macro | Real versus Integer Values
Hakan -
Introduction
Though perhaps inappropriate, Fanuc control is very liberal in the use of real numbers in place of integer numbers, and vice versa, in macro...