
ページ
ページ
ページ
ページ
8
13
Si
nature Description
1998/09/21
FS16/18-MC , FS16i
18i-M
Tool Life Management B
A-63526E
Title
Drawin
No.
Edit Data
3.3. Use method
When the tool counter is added 1 and ‘Tool life value (LIFE)-life counter value (COUNT)'
reaches the value (remaining tool life value), signal (TLCHB) is output to PMC.
Example) It is assumed that group No. 1 is in the state when life is controlled by the frequency
as follows.
EDIT LIFE DATA GRP:00000001
TYPE :1(1:C 2:M) NEXT GROUP: 00000003
LIFE : 9000 USE GROUP : 00000002
COUNT: 5999 REST COUNT : 3000
NO. STATE T-CODE H-CODE D-CODE
01 * 00000001 002 003
02 # 00000004 005 006
// //
It is assumed that the remaining tool life is set 3000 until selecting a new tool of group 1.
‘COUNT' is 5999, ‘LIFE' is 9000.
9000-5999=3001
Therefore the signal (TLCHB) is not output to PMC, because that value is larger than 3000.
(the remaining tool life of group No. 1).
EDIT LIFE DATA GRP:00000001
TYPE :1(1:C 2:M) NEXT GROUP: 00000003
LIFE : 9000 USE GROUP : 00000002
COUNT: 6000 REST COUNT : 3000
NO. STATE T-CODE H-CODE D-CODE
01 * 00000001 002 003
02 # 00000004 005 006
// //
It is assumed that‘COUNT' counted up and reached to 6000.
‘COUNT' is 6000, ‘LIFE' is 9000.
9000-6000=3000
Therefore the signal (TLCHB) is output to PMC, because that value is equal 3000.
EDIT LIFE DATA GRP:00000001
TYPE :1(1:C 2:M) NEXT GROUP: 00000003
LIFE : 9000 USE GROUP : 00000002
COUNT: 6001 REST COUNT : 3000
NO. STATE T-CODE H-CODE D-CODE
01 * 00000001 002 003
02 # 00000004 005 006
// //
It is assumed that‘COUNT' counted up and reached to 6001.
‘COUNT' is 6001, ‘LIFE' is 9000.
9000-6001=2999
Therefore the signal (TLCHB) is turned off to PMC, because that value is smaller than 3000.
(When parameter No. 6802#7(RMT) is 0, the signal is turning on)