0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

使えそうなGコードとMコード

Last updated at Posted at 2021-09-11

基本のGコード
https://nc-program.s-projects.net/jis/g-code.html
基本のMコード
https://nc-program.s-projects.net/jis/m-code.html
数値の扱い方
https://nc-program.s-projects.net/numerical.html

G00 位置決め
G01 直線補間
G04 ドウェル
G28 リファレンス点復帰
G90 アブソリュートディメンション
G91 インクレメンタルディメンション

M02 エンドオブプログラム
M03 主軸時計方向回転
M04 主軸反時計方向回転
M05 主軸停止
M06 工具交換
M30 エンドオブデータ
アクチュエーターの駆動と停止は新たにMを割り当てる

X 座標値 小数点つきでmm単位、小数点なしでum単位
Y 座標値 小数点つきでmm単位、小数点なしでum単位
Z 座標値 小数点つきでmm単位、小数点なしでum単位
T 工具番号
F 直線補間速度 mm/min
S 主軸回転速度 rpm
P ドウェル時間 小数点つきで秒単位、小数点なしでミリ秒単位
() 注釈
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?