越夜越野88 发表于 2018-9-22 14:14:18

请老师帮忙修改PM程序头刀具显示信息

R2的球刀就直接R2,不要上面D4下面R2,操机看错几回了,请老师帮忙修改,谢谢



优胜模具 发表于 2018-9-22 14:38:24


%
G90G40G17G80G0G49G54
G91G28Z0
S2000M3
( D = 17.R = 0.8 )

修改TD和TIPR格式如下

define word TD
   address letter = " D ="
    address width            =   5
    field width                =   5
    exponent width             =   0
    scale factor               =   2
    scale divisor            =   1
    tape position            =   0
    print position             =   1
    sign                     = none
    not permanent
    not modal
   metric formats
    leading zeros            = false
    trailing zeros             = false
    decimal point            = true
    decimal places             =   3
end define

define word TIPR
   address letter = "R ="
    address width            =   6
    field width                =   3
    exponent width             =   0
    scale factor               =   1
    scale divisor            =   1
    tape position            =   0
    print position             =   1
    sign                     = none
    not permanent
    not modal
   metric formats
    leading zeros            = true
    trailing zeros             = false
    decimal point            = true
    decimal places             =   3
end define


已修改好的后处理,请测试

页: [1]
查看完整版本: 请老师帮忙修改PM程序头刀具显示信息