![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Fanuc Discuss Fanuc controllers here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
Hello all, I have set up tool life on one of our machine, however I do have some questions and concerns.. 1. How do I change my program to setup it up in cycles not minutes? 2. Is there anyway to alert the operator when the tool changes? Right now they are loading from the back of the machine, so they have no idea when a tool is being changed out and to inspect that part. It would be nice to have them hit cycle start or something to confirm a new tool. Thank you for the time. |
|
#2
| |||
| |||
| Welcome to the group. You are forgetting 1 thing…..you never told us what kind of machine and control you are using. There are many different ways that you can do this. I would personally set up a macro for counting the pieces and notify the operator of the tool change. Stevo |
|
#4
| |||
| |||
| 1. Do you have a programming or operator manual for this control?? There should be a timer for cycles as well as minutes. The manual should explain it. 2. You can put a message in the tool change macro. If you do not have one on this machine we can set one up either using the M6 code or the T code. It is very simple to do. You can have the machine stop and display a message along with needing the cycle start button pushed in order to continue. Stevo |
|
#5
| ||||
| ||||
| Maybe this will help
__________________ *********************************************************** *~~Darwinian Man, though well-behaved, At best is only a monkey shaved!~~* *********************************************************** *__________If you feel inclined to pay for the support you receive__________* *_______Please give to charity http://www.oxfam.org/en/getinvolved_______* *********************************************************** |
| Sponsored Links |
|
#6
| |||
| |||
Stevo, If you can help me with that, it would be awesome! What you describe is exactly what I need. However I have no idea how to do that. Thanks for all the help. |
|
#7
| |||
| |||
| I have never worked on the 31i control so you should double check the syntax for this control. First thing you have to do is see what programs are being called for your tool change macro if you have one set up. The best way to do this is by calling a tool and seeing if it jumps to a subprogram in the 9000 range. The other way to tell is looking at the parameters that need to be set in order to call a macro with an M-code. For your control the following parameters will call subprograms. Parameters 6071-6079 calls programs 9001-9009 Parameters 6080-6089 calls programs 9020-9029 Check these parameters to see what they are set to. For example if parameter 6072 is set to 6 then program 9002 is going to be called when a M6 is programmed. Once we establish which program is being called or if none are called then we will set one up to be called with every M6. For example sake lets set up program 9001 to be called with a M6. So set parameter 9001 to 6. Now make a 9001 program and you can write a stop inside of this program so that the operator has to push cycle start if a tool is changed. Now IIRC #3006 is still the system variable to stop the control with a message in your control. You can set up the stop in a few different ways. You can use a M1 for optional stop, M0 for program stop, or #3006. If you ALWAYS want the program to stop then use M0 or #3006. If you use M0 then the program will stop at that code and sit until cycle start is pushed. If you use #3006 then you have to program it like so. #3006=1(tool change cycle start) Now the program will stop and it will go to the message screen and display what you what written in the parenthesis on the screen. You can then push cycle start to continue. If you have a program currently being called for the tool change then post that code so we can find the best place to insert the program stop. Stevo |
|
#8
| |||
| |||
|
As far as I remember, on my machine with 0i Mate TC, the message screen does not automatically come. The program does stop (and re-starts with CYCLE START button), but the message is displayed only after pressing the MESSAGE key. How can the message be automatically displayed? |
|
#9
| |||
| |||
| I have not worked enough on the Oi series control to notice the message is displayed after cycle start. So does that mean you have to push cycle start twice to continue the cycle? You say it stops with no message, then you push cycle start and it displays the message…..does it stop at that point as well or will it continue the cycle with the message displayed on the screen?? What does the screen display when it reads the #3006?? Does it stay in the main program and sit on the #3006 line like an M0?? On the 10,11,12,15,16,18,21 series and IIRC the O series when #3006 is set to 1 the screen will change to the message screen, display the message in parentheses and stop the cycle. Stevo |
|
#10
| |||
| |||
| CYCLE START is required to be pressed only once for restarting execution. Everything is same as in other control versions, except that the screen does not automatically change to message screen. If you want to see the message, you have to select message screen. If you wish, you can even restart execution without reading message. It is like M0. Possibly, it is parameter-related issue. If I come to know about it, I would post it here. |
| Sponsored Links |
|
#11
| |||
| |||
Stevo |
|
#12
| |||
| |||
| Yes, it works like M00. Just sits over #3006 line, waiting for CYCLE START to be pressed again. This may be a parameter issue. I have just seen the following in 0i parameter manual (though I have not tested it): 3111#7 (NPA): Action taken when an alarm is generated or when an operator message is entered 0 : The display shifts to the alarm or message screen. 1 : The display does not shift to the alarm or message screen. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tool Life Management | marko440 | Fanuc | 8 | 04-07-2010 03:47 PM |
| Tool Life Management | Jake E. | General CNC (Mill and Lathe) Control Software (NC) | 6 | 11-05-2009 01:13 PM |
| Fanuc Tool Life Management | guypb | Fanuc | 0 | 09-11-2009 11:57 AM |
| Tool Life Management | pp-TG | Fanuc | 4 | 08-21-2009 08:39 AM |
| Need A Quote- tool life management | oskar the 2 | CNCzone Club House | 1 | 05-19-2008 08:51 PM |