![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Haas Mills Discuss Haas machinery here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
Greeting to Everyone from Aussie land. I am very pleased to engage with all of you guys Well to my question. .. I'm fairly new in macros programming I can write simple statements so far canned cycle, etc. I have came across with a new task which is to monitor tool life by spindle load and discard the tool (drill bits) when reaching a pre-established %-load and change the tool to next unused one in the tool magazine and so on. I have a HAAS VF-2 machining centre to run this test. Can anyone be so kind to give me some hints to cope with this task using macros statement?. Very much appreciated |
|
#2
| |||
| |||
|
|
#3
| |||
| |||
| Cheers! |
|
#4
| ||||
| ||||
| Try the following: T#501 M6 (tool call); ... (machining code); IF [ #[5800+#3026] GE #500] #501= #501 + 1 (at #500 you will manually set tool load limit value); ... (you must repeat it for each tool BEFORE change it to the next) If it works well, we can create an specific G-Code (using aliasing) for this routine. Try it and tell us about the result! |
![]() |
| 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 |
| Need Help!- Macro for spindle Load monitoring | stoddgopats | Fanuc | 1 | 05-05-2012 05:09 PM |
| Need Help!- CBN tool life? | Pontiff51 | General Material Machining Solutions | 2 | 02-27-2009 06:15 AM |
| Tool Life | stampman | Fanuc | 0 | 07-31-2007 01:30 PM |
| Tool life | Muzzy | CNC Tooling | 0 | 04-11-2007 04:47 PM |
| Haas Vf-2,macro For Tool Life | Tulak | Haas Mills | 0 | 10-22-2004 09:06 AM |