Just put this in your program after the tool runs each time You can change the # numbers to use it on more than one tool #632 would be what you set for your limit of how many parts to run on the tool. I set this up for our mill
the #1129,#1139 may be different on your machine try it in MDI the rest should work ok when the alarm is set off it will put a masage on the screen and put the machine in Feed hold
O1234
PART PROGRAM HERE
#631= #631 + 1 (COUNTS 1 TIME EACH TOOL IS RAN)
(TOOL LIFE ALARM)
IF [ #631 GE #632 ] GOTO1000
IF [ #631 LT #632 ] GOTO1001
N1000
#631= 0 (SET COUNTER TO ZERO)
#1129= 1 (RED LITE ON)
#1139= 1 (BUZZER ON)
(ALARM STATEMENT)
#3006= 1 (CHANGE 3/4 MILL)
#1139= 0 (BUZZER ON OFF)
#1129= 0 (RED LITE OFF)
N1001
NEXT TOOL PART PROGRAM HERE


LinkBack URL
About LinkBacks





