![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Fanuc Discuss Fanuc controllers here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
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. |
|
#2
| |||
| |||
| 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. |
|
#3
| |||
| |||
| 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 |
|
#4
| |||
| |||
| 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. |
|
#6
| |||
| |||
| 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. |
|
#7
| |||
| |||
| 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 |
|
#8
| |||
| |||
| 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 |
|
#10
| |||
| |||
| 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 |
| Sponsored Links |
|
#12
| |||
| |||
| 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 |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
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 |