【LinuxCNC】【学习笔记】工作模式

// emc.hh
// types for EMC_TASK mode 
enum EMC_TASK_MODE_ENUM {
    EMC_TASK_MODE_MANUAL = 1,
    EMC_TASK_MODE_AUTO = 2,
    EMC_TASK_MODE_MDI = 3
};

 MDI模式:手动数据输入,用于单行G代码输入

Manual Data Input. This is a mode of operation where the controller executes single lines of G-code as they are typed by
the operator.

MDI mode allows you to enter single blocks and have the interpreter execute them as if they were part of a program (kind
of like a one-line program). You can execute circles, arcs, lines and such. You can even test sets of program lines by
entering one block, waiting for that motion to end, and then enter the next block. Below the entry window, there is a listing
of all of the current modal codes. This listing can be very handy. I often forget to enter a g00 before I command a motion.
If nothing happens I look down there to see if G80 is in effect. G80 stops any motion. If it’s there I remember to issue a
block like G00 X0 Y0 Z0. In MDI you are entering text from the keyboard so none of the main keys work for commands
to the running machine. [F1] will Estop the control.

Manual模式: 手动移动各个轴,开关主轴,开关冷却液</

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值