![]() | |
| 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 |
|
#2
| |||
| |||
| FANUC doesn't provide an M/G code to disable the feedrate override but there are a couple of methods to implement it. 1. PMC Ladder Define an M code to activate the OVC (G126.4) bit in the PMC Ladder to disable the feedrate override. You would probably want to define an additional M code to release the OVC bit. This method requires implementation by someone with the knowledge and equipment to edit the existing ladder and burn new EPROMs. 2. #3004 System Variable You can define an unused G or M code to manipulate system variable #3004 to disable the feedrate override. A shrewd operator can get around this. Also, #3004 is automatically reset to 0 at every power up. The following are example macro programs to allow M50 to disable the feedrate override and M51 to enable the feedrate override. You can use other unused M codes as these are just for illustration. Assign the M codes to macro programs: par 0230 = 50 (M code to disable FRO) par 0231 = 51 (M code to enable FRO) O9020 (M50 DISABLE FRO) #3004 = 2 M99 O9021 (M51 ENABLE FRO) #3004 = 0 M99 Last edited by cnc2149; 03-09-2011 at 02:01 PM. |
![]() |
| Tags |
| fanuc 0m, feedrate too slow, g codes |
| 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 |
| VSD-E disable and recovery | jnnewton | Granite Devices | 18 | 11-16-2010 05:28 AM |
| G203v disable pin | kae | Gecko Drives | 4 | 02-16-2010 07:55 PM |
| Need Help!- How do you disable SMI? | SpeedsCustom | LinuxCNC (formerly EMC2) | 3 | 03-04-2009 03:22 PM |
| Need Help!- Disable FAPT F3T | Pxt | Fanuc | 1 | 02-27-2008 08:28 PM |
| Gecko 201 disable? | LEWENZ | Gecko Drives | 6 | 01-12-2007 09:24 PM |