我知道了,是后处理F文件夹没有设定好,要设为这样CIMFIL/ON,CUTCOM
$$
$$ This FIL is used to set a default diameter offset number
$$
SETV=POSTF(7,4) $$ get the 4th CL word
SETT=POSTF(6,4) $$ get the type of the 4th CL word
NBEL=POSTF(5) $$ Number of word
IF(SETT.EQ.0.AND.SETV.NE.(ICODEF(OFF)).AND.NBEL.EQ.4)THEN
$$ Default offset number to current tool number
DMY=POSTF(10,5,(POSTF(1,3,497)))
$$ Change number of argument
DMY=POSTF(12,5)
ENDIF
$$ Execute the current record (modified or not``)
DMY=POSTF(13)
CIMFIL/OFF |