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 08-07-2009, 01:09 PM
 
Join Date: Mar 2008
Location: Canada
Posts: 6
cdhastie is on a distinguished road
Unhappy Fanuc 18oi

I am trying to use G10 to load tool offset data from my programs, but I get a010-improper G-code error. I understand that this means this G-code isn't actually available on the controller. Is there a way to program my own G10 to do the job?

The code is as follows:

G10L11PXXRXX.XXXX
Reply With Quote

  #2   Ban this user!
Old 08-09-2009, 05:53 PM
 
Join Date: May 2009
Location: USA
Posts: 181
fanucman is on a distinguished road

its a feature that the machine didnt have installed because it wasnt ordered...
Reply With Quote

  #3   Ban this user!
Old 08-10-2009, 05:30 AM
 
Join Date: Mar 2008
Location: Canada
Posts: 6
cdhastie is on a distinguished road
Fanuc 18oi

If I can't use the G10 code it should still be possible to access the offsets by way of the system variables, but I can't seem to get that to work either. How do I find out what type memory I have (A,B, or C)? And what do I have to do to access it?
Reply With Quote

  #4  
Old 08-10-2009, 06:10 AM
*Registered User*
 
Join Date: Jun 2003
Location: Stockholm / Sweden
Posts: 17
Per_N is on a distinguished road

Originally Posted by cdhastie View Post
If I can't use the G10 code it should still be possible to access the offsets by way of the system variables, but I can't seem to get that to work either. How do I find out what type memory I have (A,B, or C)? And what do I have to do to access it?
You need "Macro". What kind of machine do you have? if you have a system 18, you probally should have macro. Check screen if you could find any button named "macro" or "var" for variables under the setting pages.
If you have macro, you can probably write to tool offset.
Reply With Quote

  #5   Ban this user!
Old 08-10-2009, 09:53 AM
 
Join Date: Jun 2008
Location: United States
Posts: 1,507
stevo1 is on a distinguished road

If you do not have the G10 function but you have macroB you should be able to write to these exactly how you were suggesting. I have attached what I believe is your tool offset variables. Check your programming manual under the “custom macro-system variables” section.

I believe it to be either #2001 or the 10001. Let’s say it is the #2000 range. #2001 is for tool 1, #2002 is for tool 2 etc. Once you find the variables you can do a quick check by setting these to another variable. You can go MDI #1=#2001. This should set #1 to whatever data is in tool 1 offset page. Do not hit reset as most local variables(#1-#33) will clear at rest. This will also tell you if you have the macroB option installed on your machine.

Once you have found the variables used it is just a matter of programming this in the program. You don’t have to hardcode this. You can use variables to change the offset based on the current tool in the spindle. Lets say you set up a variable to track the tool in the spindle. Now you can code the change in the offset based on that. So you have T5 in the spindle and you use #20 to track the tool in the spindle. So #20 should equal 5. Now program #[2000+#20]=5—or whatever you want to change it to.

Stevo
Attached Files
File Type: pdf 001.pdf‎ (31.7 KB, 54 views)
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 08-11-2009, 04:06 PM
 
Join Date: Mar 2008
Location: Canada
Posts: 6
cdhastie is on a distinguished road

Our System had a meltdown last summer! We had the macro option at that time but didn't use it. After the system was up and running again and now that I need to use it isn't available.
Reply With Quote

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

MacroB and G10 are two different options. I don’t know on the 18i’s exactly but if you had that option before then activating it should not be a problem. I would call Fanuc and give them the serial number to your control and they should be able to send you all of your original option parameters for the machine. You should be able to change the macro bit option and reload the parameters. If you get the originals send me those and the current ones in the machine and I will take a look at them.

Have you tired your macro option? Type in MDI #1=1; insert, cycle start. If it does not alarm then you have the macro option turned on.

Stevo
Reply With Quote

  #8   Ban this user!
Old 08-12-2009, 02:24 PM
 
Join Date: Mar 2008
Location: Canada
Posts: 6
cdhastie is on a distinguished road
Thumbs up

I've tried the MDI #1=1 and it alarms out. Calling fanuc sounds like the way to go so that will the next step. Thanks for the advice.
Reply With Quote

  #9   Ban this user!
Old 08-12-2009, 02:29 PM
 
Join Date: Mar 2008
Location: Canada
Posts: 6
cdhastie is on a distinguished road

Just had a thought! If I have a back up of our original parameters I sjould be able to reload them without a call to fanuc.
Reply With Quote

  #10   Ban this user!
Old 08-12-2009, 02:29 PM
 
Join Date: Jun 2008
Location: United States
Posts: 1,507
stevo1 is on a distinguished road

Your welcome.

It appears that you don’t have the G10 or Macro option turned on in your control. Please post what Fanuc says as I am curious to see what they have you do if you did indeed have these options installed before.

I have heard rumors that they no longer use the EZopt software when installing options and I would be curious to know if your control will accept them if they were once active and then turned off.

Stevo
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 08-12-2009, 02:35 PM
 
Join Date: Jun 2008
Location: United States
Posts: 1,507
stevo1 is on a distinguished road

You snuck in right before me on that post.

Anyway yes that is what I was alluding to and questioning in my last post. If the options were indeed once active on your control then I would think that you should just be able to reload them with the proper bits activated for what you originally had.

Normally when activating bits this has to be done through the IPL mode and 3 passwords are required. I am not exactly up to date on the i-series control. If you just go change a bit that was not done in this fashion at one time then when you power cycle the machine it will revert back to its original state. If you have an original copy of the option parameters and the ones you have in the machine PM them to me and I will take a look at them and see what you got.

Stevo
Reply With Quote

  #12   Ban this user!
Old 08-13-2009, 02:51 AM
 
Join Date: Feb 2006
Location: india
Posts: 1,187
sinha_nsit is on a distinguished road

Some time back, I got "Dynamic Graphic Display" activated on my 0i Mate TC. They did it by editing some 9000 series parameter, which took just about a minute! They also saved the parameters on a PCMCIA disk, so that it could be reloaded, if ever needed in future.

Out of curiosity, I asked if the same parameter setting would work on other machines also. They said YES, but added that the method of activating options has now been changed. So it will not work on new machines, on which the activation code comes in the form of an encripted file which nobody can understand. I believed them.
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
GE Fanuc & FANUC proprietary posts CNCadmin Fanuc 44 01-05-2012 08:54 AM
FANUC & GE FANUC Repairs RRL Product Announcements & Manufacturer News 1 04-17-2011 11:50 AM
can fanuc ac digital servo amplifiers be run by a controller other than fanuc? js412000 Servo Motors and Drives 5 03-09-2011 09:11 AM
Fanuc & GE Fanuc Repairs RRL Product Announcements & Manufacturer News 0 10-01-2008 12:42 PM




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