加入这些可以做到加工余量信息
# --------------------------------------------------------------------------
# Common User-defined Variable Initializations (not switches!)
# --------------------------------------------------------------------------
#XYZ stock variables
xy_stock : 0 #Declare a unmeric variable to hold
#the "XY stock to leave" setting
z_stock : 0 #Declare a unmeric variable to hold
#the "Z stock to leave" setting
fmt "TOOL = " 4 tnote # Note format
fmt "DIA. OFF. - " 4 toffnote # Note format
fmt "LENGTH - " 4 tlngnote # Note format
fmt "DIA. = " 2 tldia # Note format
fmt " RAD. = " 2 tcr # Note format
fmt "XY= " 2 xy_stock # Assign an output format
fmt "Z = " 2 z_stock # Assign an output format
"(STOCK:",*xy_stock," ",*z_stock,")"
这里如下设置
1501. Insert parameter information in the ascii NCI? y
1502. Write operation information to binary file (.ops)? y
1503. Write transform operations (0=transform ops, 1=source ops, 2=both)? 1
这样的值才不为零 |