Vous êtes sur la page 1sur 5

COMMON PREPARATORY FUNCTIONS FOR EDM WIRECUT

G CODES
G00 High Speed Positioning
G01 Linear Interpolation
G02 Circular Interpolation CW
G03 Circular Interpolation CCW
G40 Wire Compensation Cancel
G41 Wire Compensation Left
G42 Wire Compensation Right
G70 Inch Command
G71 mm Command
G90 Absolute Value Command
G91 Incremental Value Command
G92 Zero Point Preset

M CODES
M00 Program Stop
M01 Optional Stop
M02 Program End
M20 Wire Insert Auto
M21 Wire Cut Auto
M22 Test Insert
M30 Program End
M76 Dielectric Fluid Circulation On
M77 Dielectric Fluid Circulation OFF
M78 Rapid Filling Up On
M80 Dielectric Fluid On
M81 Dielectric Fluid OFF
M82 Wire Feed On
M83 Wire Feed OFF
M84 Machining On
M85 Machining OFF
M90 Adaptive Control On
M91 Adaptive Control OFF
G41 - WIRE COMPENSATION LEFT

With G00 & G01

G41

%
N100 G90 (Absolute Coordinate)
N102 G92 X-5. Y0. (Work Coordinate Preset)
N104 G00 X-5. Y0. (Positioning)
N106 M20 (Wire Insert Auto)
N107 M78 (Rapid Fill On)
N108 M80 (Dielectric Fluid ON)
N110 M82 (Wire Feed ON)
N112 M84 (Machining ON)
N114 M90 (Adaptive Control ON)
N116 G01 G41 H1= X0. (H1 – wire diameter offset 1)
N118 Y25.
N120 X50.
Drawing Coordinate
N122 Y0.
N124 X0.
N126 G40 X-5.
N128 M21 (Wire Cut Auto)
N130 M02 (Program End)
%
G42 - WIRE COMPENSATION RIGHT

With G00, G01 & G03

G42

%
N100 G90
N102 G92 X-5. Y-5.
N104 G00 X-5. Y-5.
N106 M20
N107 M78
N108 M80
N110 M82
N112 M84
N114 M90
N116 G01 G42 H1= Y0.
N118 X45.
N120 G03 X50. Y5. R5.
N122 G01 Y20.
N124 G03 X45. Y25.R5.
N126 G01 X5.
N128 G03 X0. Y20. R5.
N130 G01 Y5.
N132 G03 X5. Y0. R5.
N134 G01 G40 Y-5.
N136 M21
N138 M02
%
G41 - WIRE COMPENSATION LEFT

With G00, G01,G02 & G03

%
N100 G90
N102 G92 X-5. Y0
N104 G00 X-5. Y0
N106 M20
N107 M78
N108 M80
N110 M82
N112 M84
N114 M90
N116 G01 G41 H1= X0.
N118 Y12.5
N120 X25. Y25.
N122 X45.
N124 G02 X50. Y20. R5.
N126 G01 Y10.
N128 G03 X40. Y0. R5.
N130 G01 X0.
N132 G40 X-5.
N134 M21
N136 M02
%

Vous aimerez peut-être aussi