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 04-17-2009, 12:29 PM
 
Join Date: Jan 2006
Location: NORTHERN IRELAND
Posts: 15
CMK1 is on a distinguished road
6MB WONT RECOGNIZE WORK OFFSETS

Hello
I have a problem on a fanuc 6mb with the work offsets G54-G59
They wont work.
If i set any work offset to any position
and in mdi give it G0 G90 G54 X0.0 Y0.0
it will just sit there
we have bought this machine at auction
so it possible someone has been playing with the paramaters
i have tried everything i can think of so any help
will be gratefully appreciated
Reply With Quote

  #2   Ban this user!
Old 04-17-2009, 12:35 PM
 
Join Date: Jan 2005
Location: USA
Posts: 2,348
mactec54 is on a distinguished road
Buy me a Beer?

Hi CMK1

Try putting the G90G54G0X.0Y.0
another way also
G54
G90G0X.0Y.0
If this does not work there my be something wrong in the control Parameters Etc
__________________
Mactec54
Reply With Quote

  #3   Ban this user!
Old 04-17-2009, 12:49 PM
 
Join Date: Jan 2006
Location: NORTHERN IRELAND
Posts: 15
CMK1 is on a distinguished road

Thanks but i have already tried it like that
and it still does not work
what paramaters should i check?
Reply With Quote

  #4   Ban this user!
Old 04-17-2009, 01:03 PM
 
Join Date: Sep 2004
Location: Canada
Posts: 204
ckirchen is on a distinguished road

What happens if you enter G0 G90 G54 X1.0 Y1.0?
Reply With Quote

  #5   Ban this user!
Old 04-17-2009, 01:33 PM
 
Join Date: Jan 2006
Location: NORTHERN IRELAND
Posts: 15
CMK1 is on a distinguished road

I think it will move +1.0mm from its current position
I will double check in the morning
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 04-17-2009, 02:18 PM
 
Join Date: Sep 2004
Location: Canada
Posts: 204
ckirchen is on a distinguished road

If it does that, it means that MDI is in incremental mode. MDI is overriding your G90.

In MDI, do you see an ABS or an INC at the bottom right of the screen? If you see an INC, press the ABS/INC button (top left) until you see ABS and try entering your line again.

I would have thought that if you specify G90 in an MDI block it would designate absolute and override the ABS/INC selection, but I guess not.

The reason G0 G90 G54 X0.0 Y0.0 didn't cause any montion is because, in incremental terms, you told the controller not to move.

Chris Kirchen
Reply With Quote

  #7   Ban this user!
Old 04-17-2009, 03:00 PM
 
Join Date: Jun 2008
Location: United States
Posts: 1,507
stevo1 is on a distinguished road

I have never seen the MDI mode be incremental no matter what you program. But I have not had much experience on the 6 series control. Just to clear the stupid question up…when you set your G54 say as your current machine position you then move the tool off that position before programming G54X0Y0 correct?

Does this machine do everything else correctly? You have the machine referenced home?

I would try running it in a program instead of MDI to clear up any problem of incremental in MDI mode that Chris was referring to.

So you say if you program G0G90G54X1Y1 it will move X1 & Y1 So what happens if you program:
G0G90G54X1Y1;
X0Y0;
Will the machine only do the first line then not execute returning back to 0,0? You say you have tried everything so I assume you tried using G55-G59 as well?

I don’t have a 6 series manual but skimming through some of my parameter manuals I found parameter 2402 bit 1 that refers to manual intervention for absolute and incremental and if set to 1 it has a note about the Fanuc 6 series. It might be worth checking out.

Stevo
Reply With Quote

  #8   Ban this user!
Old 04-17-2009, 05:30 PM
 
Join Date: Jan 2005
Location: USA
Posts: 2,348
mactec54 is on a distinguished road
Buy me a Beer?

Hi CMK1

Have you tryed as ckirchen has done the Gcode with a space

G0 G90 G54 X 1.0 Y 1.0 some of the funuc controls like to see a space in the code

& also a G10 can be used for offset value setting in some controls
__________________
Mactec54
Reply With Quote

  #9   Ban this user!
Old 04-18-2009, 11:50 AM
 
Join Date: Jan 2006
Location: NORTHERN IRELAND
Posts: 15
CMK1 is on a distinguished road

Have found another few problems maybe there all related

1 when using a G84 tapping cycle it will go to the bottom of the
hole reverse the spindle but it will not retract the z out of the hole
it just sits revolving the spindle in reverse at the bottom of the hole

2 when using G28 to move to tool change position in Z it is 5mm out of position
from looking at programs already in the machine and speaking to the programer that had operated it this had been working ok
(Maybe only a parameter adjustment)

3 I can origin out the absolute positions on all 3 axis at any stage even in auto
I dont think this should happen.

4 If i power up the machine then refernce the axis
put in a work offset of X-500 Y-150
in mdi give it G0 G90 G54 X0.0 Y0.0
it will move to that position ok
but then if i move the axis manualy out of position say 100mm on each axis
then go back to mdi and key in G0 G90 G54 X0.0 Y0.0
it will not move
if i go back to the position page the absolute is now zero on both axis
at this stage myself and the machine is now very confused
Reply With Quote

  #10   Ban this user!
Old 04-18-2009, 12:39 PM
 
Join Date: Jan 2005
Location: USA
Posts: 2,348
mactec54 is on a distinguished road
Buy me a Beer?

Hi CMK1

Have you just tryed a tool change T1 M06 you may need the M06 on the next line I would not use a G28 the next thing I guess is to give Fanuc a call I know this is a pain but sometimes you have to do it

What about in auto mode to run a small program will it do it
__________________
Mactec54
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 04-18-2009, 01:00 PM
 
Join Date: Jan 2006
Location: NORTHERN IRELAND
Posts: 15
CMK1 is on a distinguished road

Originally Posted by mactec54 View Post
Hi CMK1

Have you just tryed a tool change T1 M06 you may need the M06 on the next line I would not use a G28 the next thing I guess is to give Fanuc a call I know this is a pain but sometimes you have to do it

What about in auto mode to run a small program will it do it
Have tried that
It needs to be in position before you give it a M6
i can manualy take it to position (Get atc ready led lit)give it a M6 it works fine.
it just wont work with G28 like it had done.
Reply With Quote

  #12   Ban this user!
Old 04-20-2009, 06:48 AM
 
Join Date: Jun 2008
Location: United States
Posts: 1,507
stevo1 is on a distinguished road

The G28 to move to tool change position is fine. Being off 5mm is going to just be a parameter adjustment. Many machines that I have set up or seen set up use the G28Z0 to get to tool change position.

Being 5mm off can mean a few things. Your home position probably had to be changed for whatever reason. Typically most machines the home position is the tool change position. In the case that it is not then a G30 for 2nd, 3rd, or 4th reference position is used. Does your machine run a macro for the tool change?

You stated that the programmer said that this operated fine before so my guess would be to look at your parameter manual and find the parameter for 1st reference position and verify that it is set properly. If you are running a macro look to see if the macro has a hard coded number in there that might shift the Z for the tool change. Or see if the program uses a G30 and if so then you will have to adjust the reference position being used.

Did you try anything that I posted above in post#7? How does the machine run a program vs. MDI?

Stevo
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
my new 3 axis driver wont work shattadem DIY-CNC Router Table Machines 5 02-13-2008 11:50 AM
Boxford 280 Turnmaster wont work flannman Machine Problems, Solutions , Wireless DNC, serial port 0 11-18-2007 04:12 AM
Why wont this work????? epineh General Electronics Discussion 7 03-18-2007 12:44 AM
just a program that wont work kangarabbit G-Code Programing 13 09-02-2006 09:38 PM
Syntax or just wont work??? murphy625 CamSoft Products 1 04-05-2005 07:16 PM




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