View Full Version : Spindle load meter


Osmanselim
07-30-2008, 01:50 AM
Hi,
My machine Awea 18 imb and we cutting always finish cutting no more heavy cutting,

Some time operator wrong write the program machine not stopede, tool broken but machine not stopped

I think on the screen spindle load meter

witth the macro read spindle load meter for example
If spindle load meter upper than %20 machine stopped is it possible?

jamesweed
07-31-2008, 11:56 AM
i might be wrong but i don't think there is a readable parameter assigned to the spindle load meter. would be nice if there was.

here is a link to a old thread about this same subject...

http://www.cnczone.com/forums/showthread.php?t=35166

Osmanselim
07-31-2008, 04:41 PM
Thank your interesting

I was checked Spindle Prm For Fanuc 18imb;
-4025 Tork limit prm

How can used this prm for loading alarm ?

My İdea=
I found it G70,4 Signal according to Prm 4025 Flickering signal

Means:
If Prm 4025 %20 loading Machine Generated G70.4 Flickering signal
My be I will used This signal on ladder give me EMG alarm is it possible?

jamesweed
08-01-2008, 10:41 AM
macro b gives you 2 options;

#3000=101(ALARM MESSAGE HERE)
this will alarm out the control just like any control alarm.

#3006=1(MESSAGE HERE)
this will create a message but will not create alarm condition.

jamesweed
08-01-2008, 11:09 AM
might want to look at PARAMETERS OF TROUBLE DIAGNOSIS

Osmanselim
08-01-2008, 05:03 PM
Alarm is okey

machine stoped I used F45,6

Thanks