![]() | |
| 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
| |||
| |||
hey all, i can't seem to find a parameter to affect this (i was hoping it was MDR minimum deccel ratio via param 1710 for corner override but i don't think it is) so its an 18-mc fanuc on a Hwacheon Sirius-U VMC... below is an excerpt of the code that is causing the problem... runs fine with or without look-ahead (G8P1) but if i enable AICC (G5.1Q1) the toolpath freezes at N9999 below... its a small arc but its not non-existent.... and coming from a CAM system (i've encountered it on other toolpaths as well) i'd rather solve this at the machine level i also have never had this issue with the same toolpath running on a few 18i-mb's with AICC or AI NANO... as well as on a couple 0i-mc's and 31i-ma... with AI APC and AICC I respectively... i also ran it on old 0-mc and 0-md controls, without AICC of course, but with look-ahead (g8p1) and no issues either... just on this 18-mc and only when G5.1Q1 is active (flashing AICC in the corner) thanks ahead of time... i know all the smart people on this forum will help me solve this before i start going back thru the parameters page by page thanks - gwarble Code: X6.9979Y-7.1331I-4.4133J3.7032 G3X6.968Y-7.2035Z-5.4499I0.0701J-0.0712 N9999X6.9967Y-7.2745Z-5.4474I0.1J-0.0008F500.0 G0Z1. |
|
#2
| |||
| |||
| AICC has certain rules that need to be followed. My first thought here is ... You have a "G0" move on the next line and there's no command to turn off AICC. So, after the the N9999 line, try shutting off AICC mode BEFORE commanding "G0Z.1". You may even need a short lead out line first depending on the visual effect seen on the part.
__________________ It's just a part..... cutter still goes round and round.... |
|
#3
| |||
| |||
| thanks for the advice... that may be the case, especially with the high feedrate before the g00... but i'm hoping to solve this in the control because its obviously computing a decceleration of 0 feedrate under these circumstances... and the code is otherwise working fine (without aicc) so i don't want to blame the code (the weird feed/move/rapid combo's are a result of a CAM system's rapid material removal toolpaths... ie SurfCAM Velocity toolpath, which is a constant tool engagement toolpath... with really high feed rates in between cutting moves for high speed machining) after playing with some parameters... i'm pretty sure its related to the feedrate differences... if i change the F500. in that line to a F50., it doesn't stall... and if i mess with parameters 1770 and 1771 (which compute the maximum acceleration) i can get it to run that line but the machine movements end up jerky maybe fine tuning of 1770 and 71 is all thats necessary... but i'm not sure - gwarble |
|
#4
| |||
| |||
| You're not reading what I wrote..... You need to shut off G5 before going into a rapid. This is "code thing"... You're switching modes between feed and rapid and AICC don't like it.... You even said it yourself...
__________________ It's just a part..... cutter still goes round and round.... |
|
#5
| |||
| |||
| i did read what you wrote... but sorry, you're wrong while you're right, there ARE some limitations... going from a feed move to a rapid move is definitely NOT one of them this is AICC not HPCC (they have different limitations, and AI is with G5.1 not G5) the code also works on other machines with AICC, and on this machine with a different feedrate value the real issue is a decceleration "after interpolation"... the behavior is affected by accel/deccel parameters, and the arc in question is processed, and interpolated (leaving .0001 distance to go in X and Y) before freezing... and using a feed rate of 50.0 instead of 500.0 removes the problem... my guess is an "auto corner override" or "block overlap" setting... - gwarble |
| Sponsored Links |
|
#6
| |||
| |||
| I may very well be off... however,... You need to clarify which mode HPCC you're running then... or if it's AICC. HPCC has a G5 format as well as a G5.1 format... basically it's RISC or without RISC. But leaving who's wrong or who's right aside... It could be corner override but I'm not sold on that. But you say if you're running AICC and going 50IPM... all is good huh? Hmmm.... Another thought... are you running cutter comp in this mode? (but since you know the rules... probably good here as well eh'...) I usually have all this dealt with by some of my friends at FANUC... I leave it to them quite a bit as I have a ton of other machines to deal with. As long as when their done it's doing what I want... I run with it. I'll dig around and see if I got some docs on what you're seeing but you just may be on the right path...
__________________ It's just a part..... cutter still goes round and round.... |
|
#7
| |||
| |||
| i thought i did in the first post... but no worries, thanks for helping me narrow it down... in my experience and in what i've read in the yellow books... AICC (or AI NANO, which is basically the same in practice) works fine in almost all cases if called after a tool change and a G49, before a G43 tool length offset... cutter comp (radius) can be applied and canceled inside AICC... although in this case it's not being used my typical code has AICC running in almost all cases except at toolchanges and tapping, where the M29 macro turns it off... - gwarble |
|
#8
| ||||
| ||||
| 3403#0 ?
__________________ *********************************************************** *~~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_______* *********************************************************** |
|
#9
| |||
| |||
| thanks for the help and info... on this machine, 3403#0 is already set to 1, which is what all my other machines are set to as well... do you have a description of what this bit does? its not in my manual for 18-mc but i'll check the 18i manual tomorrow thanks again - gwarble |
|
#10
| ||||
| ||||
| The only reference I have found to this parameter is in the 21i operations manual B-63614EN and the 0i-MC Connections manual (function) GFZ_64113EN According to these manuals It deals with the precision of radius error in circular interpolation when in AICC mode.
__________________ *********************************************************** *~~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 |
|
#11
| ||||
| ||||
|
How does work look-ahead on 0-md. Do you need extra hardware and/or activate an option bit?? |
|
#12
| |||
| |||
| to be honest i'm not sure whats up with that... seems like G8P1 is totally undocumented on the 0-mc and 0-md... i've had the service reps (not fanuc but its vendor) tell me that's not an option on the 0-m, but it does work... its not like AICC... its just preview control (not contour control) i call it look ahead and the chinese text i translated via google translate to find out info about it called it "First control" - gwarble |
![]() |
| 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 |
| AICC parameters | jrobson | Fanuc | 21 | 05-03-2010 07:43 PM |
| Need Help!- Dead CNC Shark - No movement - Head stopped | steveohm | Commercial CNC Wood Routers | 6 | 05-19-2009 06:05 PM |
| What is - Torque Mode? Position Mode? Speed/Velocity Mode? | sunmix | Servo Motors and Drives | 25 | 10-26-2008 03:53 AM |
| Aicc/hpcc Vs Hsm (non Fanuc) | highspeedmike | Hard and High Speed Machining | 1 | 08-23-2007 07:49 PM |
| AICC HPCC Help | figeacaero | Hard and High Speed Machining | 3 | 06-15-2007 01:22 AM |