admin管理员组

文章数量:1531663

2024年4月23日发(作者:)

machine fanucom —————— 后处理文件头

define word TN ---------------------------- 定义字段;

address letter = "TOOL TYPE :- " ----- 定义字段的返回值

address width = 13 定义字符宽度

field width = 25 定义返回字的宽度

end define 结束定义

define format ( / G6 S T M1 M2 L P D E H O ) 第二段是定义字符的格式

address width = 1------------ 定义字符宽度

address width = 1------------ 定义字符宽度

field width = 2 ------------- 定义返回字的宽度

exponent width = 0 ---------- 指数的宽度

scale factor = 1 ------------- 比例因子: 值乘以 1

scale divisor = 1 ------------ 比例因子:值被 1 除

tape position = 1----------- 字前留一个空格

print position = 1 -----------打印位置

sign = none----- 用于不需要 G代码和进给率

sign = if negative 仅标识负坐标

sign = always 如果需要 + / - 号

not permanent -------- 不需要行号

not modal ------------ 仅当改变时需要重复的字为 modal 。 (模态)

通常 G 代码和 X, Y 和 Z 为 坐标为 modal,

但圆心通常使用的 I, J, K 代码通常不是,因此它们为 not modal .

metric formats --------------- 公制

leading zeros = false --------- 前导 0

trailing zeros = true ----------后导 0

decimal point = false ------ 不需要小数点

本文标签: 需要定义宽度因子