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 01-18-2009, 12:31 PM
 
Join Date: Jan 2009
Location: canada
Posts: 21
skidoo is on a distinguished road
Fanuc resetting in automatic

Hi,

I have a Fanuc 21i-T Control on a kia skt300 lathe and I would like for the program to return to the beginning when reset is pushed and the machine is in Auto mode. At present the program only resets to the beginning when it is in Edit mode and the reset is pushed. Is there a parameter which can be changed to enable this in Auto mode?
I want to have the same as okuma lathe. We have 3 crash with this problem
because the operator don't reset the machine correctly.

thank-you.
Reply With Quote

  #2   Ban this user!
Old 01-19-2009, 07:58 AM
 
Join Date: Jun 2008
Location: United States
Posts: 1,507
stevo1 is on a distinguished road

I have never seen any parameters that can be changed to achieve what you need. I will take a quick look through the parameter manual when I get a minute but I am pretty sure that the program will only return to the beginning if you are in Edit mode or a M30 is programmed.

My best advice would be to properly instruct you operator how to rest a program. It should be pretty common practice to always do a "edit", "program", "rest". Or you need to eliminate the need to rest the program when it is running. What is the reason that the program needs to be rest before it is finished?

Stevo
Reply With Quote

  #3   Ban this user!
Old 01-19-2009, 08:53 AM
 
Join Date: Sep 2005
Location: USA
Age: 60
Posts: 755
Dan Fritz is on a distinguished road

I believe that what you're looking for can be done in the ladder. When you execute an M30 in Auto mode, the program resets to the beginning because the decoded M30 output bit is tied to the RRW (Reset ReWind) input bit. When you press the RESET button on the operators panel, a bit called RST is turned on momentarilly, so you could put an "OR" function in the ladder so that the M30 output OR the RST output will turn on the RRW input.

You may have to put a short timer on the RST -> RRW rung of the ladder so that RST turns on RRW for only a short time because I believe that RRW will also turn on RST internally, creating a "lockup" situation where the RST signal comes on and stays on forever. That would be bad.

I can't offer any advice on editing your ladder because I've never done it on a 21. Maybe some other forum members have experience editing a Fanuc 21 ladder.

Last edited by Dan Fritz; 01-19-2009 at 09:14 AM.
Reply With Quote

  #4   Ban this user!
Old 01-19-2009, 11:51 AM
hrh hrh is offline
 
Join Date: Jan 2009
Location: South Africa
Posts: 96
hrh is on a distinguished road

I think you can "rewind" to the beginning in Memory or Auto Mode by pressing the > softkey once and then a softkey for [REWIND] will be displayed. Press [REWIND] and the cursor will jump to the program header.
Reply With Quote

  #5   Ban this user!
Old 01-19-2009, 06:55 PM
 
Join Date: Jan 2009
Location: canada
Posts: 21
skidoo is on a distinguished road

Originally Posted by stevo1 View Post
I have never seen any parameters that can be changed to achieve what you need. I will take a quick look through the parameter manual when I get a minute but I am pretty sure that the program will only return to the beginning if you are in Edit mode or a M30 is programmed.

My best advice would be to properly instruct you operator how to rest a program. It should be pretty common practice to always do a "edit", "program", "rest". Or you need to eliminate the need to rest the program when it is running. What is the reason that the program needs to be rest before it is finished?

Stevo
Sorry for my english.

The parameter #3402 bit #6 make a reset and a rewind but only in MDI.
I would like to have the same in auto. The reason it's we have many okuma machine and when the operator work on a fanuc control foget to rewind the program !

I want to have and " idiot proof" system.
For the ladder, we have 6 different machine with different control.
It's complicated to change the ladder of each machine.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 01-19-2009, 10:45 PM
 
Join Date: Mar 2005
Location: Silicon Valley, CA
Posts: 982
psychomill is on a distinguished road

However, there is a parameter that resets the control to the beginning of the program when it reads a "M30" or "M2"...(3404.4 and 3404.5) Why not not just check that setting? Are you guys having to constantly rerun the first tool of the program or something?
__________________
It's just a part..... cutter still goes round and round....
Reply With Quote

  #7   Ban this user!
Old 01-20-2009, 07:03 AM
 
Join Date: Jun 2008
Location: United States
Posts: 1,507
stevo1 is on a distinguished road

There is no parameter that I seen that allows you to rewind to the beginning of the program when you are in memory.

So as Fritz has said you would have to alter the ladder in order to acheive this. I know this is something you don't want to do but if you continue to have problems and create scrap the benefit might out weigh the cost.

As I had asked before and as Psychomill is asking why is the program being reset before it reaches the end?? If you program a M30 or a M2 at the end of the program with the parameters set according to post #6 the program will rewind to the beginning when you are in memory mode.

Stevo
Reply With Quote

  #8   Ban this user!
Old 01-20-2009, 08:10 AM
 
Join Date: Feb 2007
Location: usa
Posts: 158
ALLtra Mach is on a distinguished road

He answered that, His operators are also running Okuma controls which have this function. He is trying to make his Fanucs act like the Okumas so that his Operators don't have to remember which machine they are at. Just a guess, but if operators can't keep up with this, probably button pushers you do not want into edit mode? Maybe?

Any way, you cannot do this without changing the ladder, as has been said.
And the soft key rewind feature is not a fanuc feature, you must be running a control with an OEM front end.
__________________
I hate deburring.....
Lets go (insert favorite hobby here)
Reply With Quote

  #9   Ban this user!
Old 01-20-2009, 09:30 AM
 
Join Date: Jun 2008
Location: United States
Posts: 1,507
stevo1 is on a distinguished road

Originally Posted by ALLtra Mach View Post
He answered that, His operators are also running Okuma controls which have this function. He is trying to make his Fanucs act like the Okumas so that his Operators don't have to remember which machine they are at. Just a guess, but if operators can't keep up with this, probably button pushers you do not want into edit mode? Maybe?

Any way, you cannot do this without changing the ladder, as has been said.
And the soft key rewind feature is not a fanuc feature, you must be running a control with an OEM front end.
He did not answer my question. The question is why is the program not running to the end??? I don't care if his operators are running a Okuma control or a Fanuc control. That make no differnce at all to the question being asked.

If he does just have button pushers then the progam would run from start to finish. And if he put a M30 or M2 at the end of the program it would then rewind to the beginning. Obviously the program is being stopped somewhere in the middle via feedhold, M1 or M0 and the operators are resetting at that point like Phsycomill and I have stated which is why we pose the question “why is the program not running through?”

The reason it is asked is because if the program is being stopped part way through with a M0 or M1 there are ways of programming around this so he does not have to change the ladder to reset to the beginning. You could program to the scenario of Psychomill that if they have to reset because they run the first tool more than once they could have the option to continue on with the program if they don’t need to rerun or have the program rest to the beginning if they do need to rerun.

Stevo
Reply With Quote

  #10   Ban this user!
Old 01-20-2009, 09:35 AM
 
Join Date: Feb 2007
Location: usa
Posts: 158
ALLtra Mach is on a distinguished road

LOl..I stand corrected
__________________
I hate deburring.....
Lets go (insert favorite hobby here)
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 01-20-2009, 09:41 AM
 
Join Date: Jun 2008
Location: United States
Posts: 1,507
stevo1 is on a distinguished road

If I had a nickel for every time I was corrected I would be living it up in the Bahamas with a perfect 10 girl on each side of me .

I like to use enlightened instead of corrected. Sounds much better.

Stevo
Reply With Quote

  #12   Ban this user!
Old 01-20-2009, 07:20 PM
 
Join Date: Jan 2009
Location: canada
Posts: 21
skidoo is on a distinguished road
Angry

I found in the ladder of a machine the rewind with the m30.
I don't find the rewind with the reset " rst".

The reason why I want this it's exemple today a guy read a program in
Bg edit and He have a problem with the communication. He push the reset button to cancel the read but in the same time the machine stop !!
He put the cycle start to continu like an okuma but it's not an okuma.
The machine start in the middle of the program and the tool hit the part ...
And other crash today........

This is an exemple of the plant in canada but we have a plant in china too...
It's very complicated to explane to a chines guy.. reset in memory or rewind the program when you have an alarm etc....

I made my programs "idiot proof " but it's impossible to never have a crash
with chines people (we have the same problem in canada)

exemple of my program

$O2046.MIN%
O2046(PROCESS #2)
(2008/10/13/20) (SKT300-MS-1)
(JAW # REP. #3 MS)
(PRESSURE 12-LOW M66)
G30U0W0P3
G28B0.
G50S2000
G20G40G54
M66
(** FACE+OD HUB = T0304 **)
N100G97S500M03
N102T0304
(X=DIAMETER HUB PART)
(Z=THICKNESS FINISH PART)
(H=THICKNESS CASTING)
(D=LENGTH OF MACHINING HUB)
(F= FEED OF FACE)
(S=SPEED IN G97=RPM)
G65P9223X1.95Z1.345H1.41D0.65F0.018S1000
N130M01
(** DRILLING **)
N200
(#507=NUMBER OF THE TOOL)
(#509=DIAMETER OF BORE)
(** Z=THICKNESS FINISH PART **)
(** W= Z OF END DRILLING **)
G65P9200Z1.345W-0.40
N230M01
(** RESTART FINISH BORE HERE**)
N400
IF[#509 LT 0.4130]GOTO2001
IF[#509 GT 1.1875]GOTO2002
IF[#509 LE 0.6298]GOTO700
IF[#509 LE 0.9840]GOTO800
IF[#509 LE 1.1875]GOTO900
GOTO2005
(#503=PUT 3 FOR 3 FINISH BORE)
(#508=NUMBER OF THE TOOL)
(#509=DIAMETER OF BORE)
(#510=TAPER BORE AT THE END)
(Z=THICKNESS FINISH PART)
(W=Z OF END FINISH BORE)
(C=CHAMFER SIZE)
(E=FEED FINISH #1)
(F=FEED FINISH #2)
(V=SPEED IN G97 FINISH #1)
(S=SPEED IN G97 FINISH #2)
(** TOOL 8MM **)
N700T0707
N720 IF[#508 NE 7]GOTO2004
G65P9305Z1.345W-0.1C0.03E0.010F0.008V1500. S1250.
N740
GOTO3000
(** TOOL 12MM **)
N800T0708
N820 IF[#508 NE 8]GOTO2004
G65P9305Z1.345W-0.1C0.03E0.013F0.011V1500. S1500.
N840
GOTO3000
(** TOOL 20MM **)
N900T0709
N920 IF[#508 NE 9]GOTO2004
G65P9305Z1.345W-0.1C0.03E0.013F0.011V1500. S1500.
N930
GOTO3000
N2001THEN#3000=1(#509 IS TO SMAL)
N2002THEN#3000=2(#509 IS TO BIG)
N2004THEN#3000=4(VERIFY #508=#OF TOOL)
N2005THEN#3000=5(VERIFY #509 DIAM. BORE)
N3000M05
N3010T0300M12
N3020 #512=#512+1
N3100M30
%
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
Fanuc 6MB Tool position is resetting to #1 moldmker Fanuc 1 11-05-2008 10:29 PM
Fanuc OI-mc Automatic Tool Change dsgent Fadal 3 12-20-2007 04:45 PM
Resetting X0 Y0 Z0. Witsenburg Mach Software (ArtSoft software) 2 06-05-2007 09:39 AM
Zero location resetting mid-run esmiller Machines running Mach Software 5 03-03-2006 02:00 PM
resetting fields hogman GibbsCAM 4 05-05-2005 08:22 PM




All times are GMT -5. The time now is 01:48 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