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-05-2011, 09:20 AM
 
Join Date: Oct 2010
Location: Canada
Posts: 40
Tancuda is on a distinguished road
Absolute position changing...

Hi all

I'm working on a vertical grinder with a 15T control.
I noticed that when I hit reset an no matter where is the X axis position,
the absolute position on the screen change to a number that is related to variable number 500 (used with G92 after the dressing cycle).

Is there a parameter that can be changed to avoid this
because I'm building a macro and if that position change all the time ,
it's big trouble.


Thanks a lot.
Reply With Quote

  #2   Ban this user!
Old 08-05-2011, 03:24 PM
 
Join Date: Jul 2010
Location: U.S.A.
Posts: 65
ad64075 is on a distinguished road

When you run a program, the absolute position given is referenced to the wcs set in the program; g54, g55, etc, and remains modal. Once RESET is pressed, the program stops and all modal commands are cleared and the program is rewound to the beginning. The value you now see for axis position is machine position. There is a parameter that can be changed that will disable clearing of the modals, however this change will also not stop the spindle, will not stop the coolant, will not default the control to rapid traverse, among many other things.

Off topic but still related, why would you need to press reset during program execution? Furthermore, any good macro will work off of machine position NOT program position and will have safeguards built in to avoid damage to the part and machine in the event of program interruption. Meaning no disrespect, it sounds as though you may be in a little over your head with macro creation if you are overlooking such simple fundamentals.
Reply With Quote

  #3   Ban this user!
Old 08-05-2011, 05:15 PM
 
Join Date: Oct 2010
Location: Canada
Posts: 40
Tancuda is on a distinguished road

Thanks for the reply, I understand your point, I'll go with an exemple:

It's a vertical grinder and the diamand (roller is to the left of the table. I use the original macro of the machine for dressing, the wheel will
position to the intersection of the roller, get dressed, come back to
intersection and then a G92 X#500 and Z#501 is programmed so the relative and absolute position is the same. Let's say X-15.000 and Z 10.00.

If a move manually the X axis to X-3.000 (exemple), the absolute and relative still have the same value (-3.000). So when I'm finished with editing, I hit reset, it's a reflex, just to be sure the cursor goes back to the beginning of the programand and ready to go.
By doing this, the X will change, but I would like it not to change,
I need the absolute position to work, not machine for what I have to do.


Sorry for my english

Thanks
Reply With Quote

  #4   Ban this user!
Old 08-06-2011, 07:06 AM
 
Join Date: Sep 2005
Location: USA
Age: 60
Posts: 755
Dan Fritz is on a distinguished road

Do you have a switch or button on your panel called "ABS", or "Manual Absolute?" It may also be a bit on one of the SETTING screens.

ABS is an input signal that determines whether the control stays in absolute (moving the absolute position registers) when you're in manual mode (Jog, for example). If ABS is turned off, then when you move the machine in jog, the absolute position is shifted by the amount you jog. If it's on, then the machine keeps its absolute position.

I would recommend keeping ABS turned on at all times. In fact, I would even hard-wire the switch. This signal causes a lot of crashes. It dates back to the times when an operator might want to shift the program zero (the G92 point) manually to make corrections. Rather than jogging in a coordinate system shift, it's much safer to edit your G92 block.
Reply With Quote

  #5   Ban this user!
Old 08-06-2011, 07:12 AM
 
Join Date: Oct 2010
Location: Canada
Posts: 40
Tancuda is on a distinguished road

Thanks Dan, no button, no switch, as you said, propably a bit on one of the SETTING screens, but can't find that bit. Any web site that can show all the parameter for a 15T ?

Thanks guys
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 08-06-2011, 07:38 AM
 
Join Date: Sep 2005
Location: USA
Age: 60
Posts: 755
Dan Fritz is on a distinguished road

Sorry, but I didn't realize that this was a 15T. The lathe controls (T) usually don't have an ABS switch like the M models.

I don't have a 15T manual, but I seem to recall that there is a parameter that determines if RESET changes the position display. Maybe someone else on the forum has a 15T maintenance manual and can help.

You said that you're using G92 to set the position, which should set the absolute registers. A tool offset can be (optionally) cancelled with RESET, but I don't think that you're talking about a tool offset being cancelled here. On a T control, the tool offset is invoked with the tool change T-code, and it will show on the absolute display. When you hit RESET, if the offset is cancelled, you would see that shift. If you're jogging the machine BEFORE a tool offset is invoked, then you should see no shift when you press RESET.
Reply With Quote

  #7   Ban this user!
Old 08-06-2011, 09:01 AM
 
Join Date: Oct 2010
Location: Canada
Posts: 40
Tancuda is on a distinguished road

Originally Posted by Dan fritz View Post
If you're jogging the machine BEFORE a tool offset is invoked, then you should see no shift when you press RESET.
That's what I want.

You're right Dan, it's not a tool offset being cancelled, and G92 is made in the macro that came with the machine, and we do not edit these macro for safety.

And if someone has some clue on the parameter to change, It would be appreciate.

Thanks
Reply With Quote

  #8   Ban this user!
Old 08-06-2011, 12:11 PM
 
Join Date: Sep 2005
Location: USA
Age: 60
Posts: 755
Dan Fritz is on a distinguished road

In another post way back in 2006, someone said that the Faunc 11T did have a "manual absolute" input in the "Settings/Op panel" menu. The 11T is very similar to the 15T. That's still my best hunch.

See:
Absolute position PROBLEM
Reply With Quote

  #9   Ban this user!
Old 08-06-2011, 12:22 PM
 
Join Date: Oct 2010
Location: Canada
Posts: 40
Tancuda is on a distinguished road

Did saw this post yesterday, and also check in SETTING PAGE, but
nothing about absolute position.

Thanks
Reply With Quote

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

Tancuda,
I have the 15series manual but I am having problems here at home trying to access my I-DOCS data on my new computer to try and see if there is a parameter setting for this. I will look tomorrow when I get to work and try and post what I find.

Stevo
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 08-11-2011, 07:43 PM
 
Join Date: Oct 2010
Location: Canada
Posts: 40
Tancuda is on a distinguished road

So nice of you Stevo1

thanks
Reply With Quote

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

Attached is the parameter I think that you may be looking for. I am not 100% though.

Parameter 2202.1 (DSE). I was also looking for parameters pertaining to the reset button and did not see anything that looked like it would change it except for maybe 2401.7 (NCM). This is more for clearing the modal information.

Hope this helps.

Stevo
Attached Files
File Type: pdf 62560e.pdf‎ (26.5 KB, 29 views)
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!- Absolute position getting reset L. Sakthivel Fanuc 2 03-05-2011 11:54 PM
Need Help!- Absolute position data lost ATC Matrix VCN 510C nexuss Mazak, Mitsubishi, Mazatrol 2 11-19-2010 10:37 AM
Fanuc 11M Absolute position probs trotsky Fanuc 0 11-05-2007 01:29 PM
Offsets: Changing between absolute and incremental MotorCityMinion Haas Mills 11 03-04-2007 10:57 AM
Absolute position PROBLEM Darkos Fanuc 2 10-18-2006 03:26 PM




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