发布于 2015-06-11 07:44:55
1楼
IF R39 > 80
SETALL(66011) ;这是什么命令? // 弹出66011报警内容
ENDIF
CALL "/_N_CST_DIR/_N_WZK_WHEEL"R13=$P_TOOLL[ZA_Nr_] ;这是什么系统变量?//Active tool total length
CALL "/_N_CST_DIR/_N_CHECK_TYP400_SPF"
SAVEFR_=$P_PFRAME ;这是什么系统变量?//Variable $P_PFRAME is used to program the active programmable frame.The programmable frame is retained on a Reset when the following setting is configured:
G00 G19 G90 S1=R12*9550/R104 M1=3 M95
CALL "/_N_CST_DIR/_N_CHECK_NPV_SPF"
R104=$TC_DP4[R10,R12] ;这是什么系统变量? //刀具的Geometry - length 2
你可以在高级编程和系统变量手册查到这些东西。