CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > Machine Controllers Software and Solutions > Fanuc


Fanuc Discuss Fanuc controllers here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 10-17-2011, 01:09 PM
 
Join Date: Sep 2011
Location: USA
Posts: 71
MCImes is on a distinguished road
Question Cant find rapid override on Fanuc LE1 control. Where is it?!?

Hello,
Im taking over a Tsugami bx12 with a Fanuc LE1 ((OTA capable (whatever that means)) control. I have looked at every menu I can think of and can not find the rapid override.

I know its usually under Offset/Setting>extend>OPR> then page up or down till you see it.

but alas, Its not on the operator panel menu. Ive looked at every sub menu I can think of/find and I see no 100/50/25/0% rapid override.

anyone know where it is or if this control has one?

Thanks
Reply With Quote

  #2  
Old 10-17-2011, 01:11 PM
Al_The_Man's Avatar
Community Moderator
 
Join Date: Dec 2003
Location: Canada
Posts: 16,539
Al_The_Man is on a distinguished road
Buy me a Beer?

Many times the OEM only implements feed rate O/R but not rapid O/R in the ladder.
Al.
__________________
CNC, Mechatronics Integration and Machine Design.
“Logic will get you from A to B. Imagination will take you everywhere.”
Albert E.
Reply With Quote

  #3   Ban this user!
Old 10-17-2011, 01:19 PM
 
Join Date: Sep 2011
Location: USA
Posts: 71
MCImes is on a distinguished road

if you are correct (which i bet you are) i want to PUNCH THAT ENGINEER IN THE FACE!!!!

did they EVER consult with ANYONE who would ever actually program/setup or operate the machine before producing it?

obviously not. I was hoping that wasnt the answer I would get...

if there is no override does anyone know of a parameter or something to define what my rapid travel rate is?
Reply With Quote

  #4   Ban this user!
Old 10-17-2011, 07:30 PM
tc429's Avatar  
Join Date: Feb 2011
Location: USA
Posts: 325
tc429 is on a distinguished road

Ive never heard of a 'LE1', but if its based on a zero-T, 518/519 are x/z rapids, theres a second set (I think 559/560) for manual modes- if those are set at zero, the 518/519 do both auto/manual. I usually chop our manual rates waaaay down- no need to jog a machine at 900 IPM

look in your ladder for HX/ROV1 and HZ/ROV2 signals, dont recall the addresses, but should be around G110~G120...look at the ladder and see if those are only enabled in MPG mode- if they are enabled in other modes, the inputs in that branch would be your rov1/2 inputs- might just need wired in.
Reply With Quote

  #5   Ban this user!
Old 10-18-2011, 04:52 AM
fordav11's Avatar  
Join Date: Aug 2011
Location: Fordaville
Posts: 939
fordav11 is on a distinguished road

we had a similar problem with one of our machines missing rapid override and spindle override. our maintenance guys found out where the connections were and wired up 2 multi-position switches. I don't know the exact details but your machine should be able to have a switch fitted if you can find out exactly where the connection is.
in the mean time you could use dry run and set the feed override switch to 30-50% which should slow down the rapid (and feed too but you can put it to 100% when feeding)
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 10-18-2011, 05:10 PM
 
Join Date: Sep 2011
Location: USA
Posts: 71
MCImes is on a distinguished road

so i looked in the ladder display and found my rapid override but I have no idea what im looking at.

Here's what I see: (kinda)
-all the | should be in a line (representing one side of the ladder connection i assume)
- on the control the letters in () are displayed above an oval in the middle of the 2 vertical lines. the oval is connected to the sides with a horizontal line.
for example: (periods are just for spacing, dashes represent a solid line)

|rov10m.....................rov1m...........|rapid override
|-------------------------(oval)----------|1 (main)

the above diagram is more true to life. the stuff below looks the same i just dont have patience to make it look all pretty

|ov0______| |_______(tsitl)__| tool select interlock
|rov10m___| |______(rov1m)___|rapid override 1 main
|rov20m___| |______(rov2m)___|rapid override 2 main
|rov10s___| |_______(rov1s)___|rapid override 1 sub
|rov20s___| |_______(rov2s)___|rapid override 2 sub

| and theres a few more below those but unrelated to rapid override|
|


does that mean I could possibly have a tech wire in a switch? or somehow get it into a menu?

Thanks

(note for self, found on page NET 00185-00191)
Reply With Quote

  #7   Ban this user!
Old 10-18-2011, 05:27 PM
tc429's Avatar  
Join Date: Feb 2011
Location: USA
Posts: 325
tc429 is on a distinguished road

that looks greek to me- might be subprogram calls, I write all ours in one ladder, some OEMs write dozens of subs called by the main ladder- we've still got a couple that havent been cleaned up yet... to each his own, but I hate flipping thru different subs.

good news is if theres a sub for it, its in there somewhere already, just gotta look thru the sub, find the actual logic and see what switches it on, might be a 'D' bit, might even be moving macro variables into it, who knows...

lots of OEMs seem to like klunky hard to follow logic. We had a Mori MVJR/10M that was 298 pages of stuff none of our maintenance guys could read, rewrote at around 30 pages with text, and anyone could not just work on it, but actually understand it without dragging out manuals to see what the inputs to all the unnecessary functional instruction blocks meant.
Reply With Quote

  #8   Ban this user!
Old 10-26-2011, 11:04 AM
 
Join Date: Sep 2011
Location: USA
Posts: 71
MCImes is on a distinguished road

alright, i have another idea i just discovered. I was looking through my parameters to add a custom g code and I saw parameter 1420. It defines the rapid feed rate for a given axis. They are currently set to 15000 which I assume is mm/min (590 in/min for us) which seems about right.

My question is since there is no rapid override on my control can I change that parameter to whatever for a setup then change it back for production?

any reason this wouldnt work? Im the only one who runs the machine so im not worried about anyone else being confused/forgetting/changing/screwing up.
__________________
I program, setup and run Swiss lathes with Fanuc controls
Reply With Quote

  #9   Ban this user!
Old 10-27-2011, 02:31 AM
fordav11's Avatar  
Join Date: Aug 2011
Location: Fordaville
Posts: 939
fordav11 is on a distinguished road

yes changing the rapid rate parameter will work fine.
Reply With Quote

  #10   Ban this user!
Old 10-27-2011, 05:35 AM
 
Join Date: Sep 2010
Location: Australia
Posts: 733
angelw is on a distinguished road

Originally Posted by MCImes View Post
alright, i have another idea i just discovered. I was looking through my parameters to add a custom g code and I saw parameter 1420. It defines the rapid feed rate for a given axis. They are currently set to 15000 which I assume is mm/min (590 in/min for us) which seems about right.

My question is since there is no rapid override on my control can I change that parameter to whatever for a setup then change it back for production?

any reason this wouldnt work? Im the only one who runs the machine so im not worried about anyone else being confused/forgetting/changing/screwing up.
Rather than change the parameter via MDI and enabling PW, you can change the parameter via Programmable Parameter Entry G10. Perhaps the following may work for you.
1. Create a Custom G Code, ie G100
2. Launch G100 via MDI and include the desired percentage of full rapid. This percentage value will be passed to the Macro Program called by G100. For example G100 A20 will set the Rapid Rate to 20% of the normal maximum.
3. In the Macro Program:
i. check the value of variable #1, the value passed by A, is between 1 and 100 (add some error trapping for values outside this range)
ii. do some math on the 100% rapid value using the value passed as A to get A% of max rapid.
iii. change the Rapid Rate in the appropriate parameter using Programmable Parameter Entry G10, to the value resulting from ii.
4. To reset Rapid Rate to 100% command G100 A100

Regards,

Bill

Last edited by angelw; 10-27-2011 at 05:58 AM.
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 10-27-2011, 07:29 AM
 
Join Date: Sep 2011
Location: USA
Posts: 71
MCImes is on a distinguished road

The custom G code is a great idea! if its not too much trouble could you expand on what the custom g code program would look like? I know how to set up the custom code but dont know exactly what the program should look like. Ive never used the G10 data input command.

something like this?

%o9011
G10 A#1
#1 =#1420
#1 =[15000*?] (how do I define the variable?)
m99

so how do I link A to #1? can I just say #100 =A?

Im sure thats horribly wrong but thats my uneducated guess.

Thanks again
__________________
I program, setup and run Swiss lathes with Fanuc controls
Reply With Quote

  #12   Ban this user!
Old 10-27-2011, 08:12 AM
 
Join Date: Sep 2010
Location: Australia
Posts: 733
angelw is on a distinguished road

Originally Posted by MCImes View Post
The custom G code is a great idea! if its not too much trouble could you expand on what the custom g code program would look like? I know how to set up the custom code but dont know exactly what the program should look like. Ive never used the G10 data input command.

something like this?

%o9011
G10 A#1
#1 =#1420
#1 =[15000*?] (how do I define the variable?)
m99

so how do I link A to #1? can I just say #100 =A?

Im sure thats horribly wrong but thats my uneducated guess.

Thanks again
so how do I link A to #1? can I just say #100 =A?
There are corresponding Local Variables to most Alpha characters, you don't have to make the association. "A" is associated to #1, "B" to #2 and so on; refer to the Macro Programming section of your Fanuc programming manual for the full list

If Macro Program number O9011 is to be used, the number defining the custom G code will be registered in parameter #6051, for example 100 for G100.

G100 will then launch program number O9011 when commanded.

As explained in my penultimate post, you need to pass the percentage value of the Rapid Override you require; 50% for example. To do this the command line will be as follows. Note, any valid Alpha character can be used to pass the value; P (for percentage) may seem a logical choice but its not valid. In the following example "A" will be used to pass the value; "A" corresponds to local Macro variable #1.

Command Line
G100 A50

%
O9011
(The value passed by "A" will be allocated to #1 in the this Macro Program)
IF [[#1 LT 1] OR [#1 GT 100]]GOTO300; (Error trap)
#2 = [15000/100]*#1; (Calculate A% of max rapid rate)
G10L50 ; (Parameter entry mode start)
N1420 R#2;
G11 ; (Parameter entry mode end)
GOTO301
N300
#3006=1 (INVALID OVERRIDE RATE)
N301
M99;

Check thoroughly before using, but the above will be close.

Regards,

Bill

Last edited by angelw; 10-27-2011 at 10:33 PM.
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Help!- Rapid override MSGMachine Haas Mills 16 03-28-2011 07:22 AM
Rapid Override? zman300 Fanuc 21 02-11-2011 07:13 AM
Need Help!- fanuc rapid override sdb7311 Mori lathes 3 10-21-2009 01:55 AM
Please help with feed/rapid override parameter Hermle UWF851 Fanuc 2 04-22-2009 04:29 PM
Need Help!- RAPID OVERRIDE CNC_BOB OKK 5 06-02-2008 05:34 AM




All times are GMT -5. The time now is 07:26 PM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361