![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| G-Code Programing Discuss G-code programing and problems here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
| Please help!!!!! I'm trying to cut a surface with a 1/16" ball nose end mill, but it's cutting my surface WAY SMALL. I don't know how to get my machine out of Diameter mode and into "Radius" mode. I just want to ballpick a surface just like someone does on a mill machine. It's a Doosan Puma 2500LSY with a Fanuc 31i controller. It has a main and subspindle and X, Y & Z axis. Any help would be greatly appreciated!!! |
|
#4
| |||
| |||
| It's funny because right after I posted my problem yesterday, I found an old post regarding the same problem someone else was having. Anyways, changing parameter 1006 Bit #3 to 0 WORKED!!! I just have to remember to have my operator switch it back when we do turning work. Thanks a lot for replying. It's nice to have such a big community of fellow manufacturers from which to get help from. Thanks again!!! N.B. |
|
#6
| |||
| |||
The syntax is as follows: G10L50 - Parameter entry mode N1006 R 00001000 - Sets bit 3 of #1006 to 1. G11 - Parameter entry mode cancel Note: All other bits not to be altered have to be included in the R address as they are currently set. Changing the above parameter and various others requires that the machine power be cycled. Changing any of these parameters will generate an error forcing the the power to be cycled before normal operation can be resumed. Accordingly, if the above method is used to alter #1006, the code should be included at the start of the program and Block Delete, or a Macro statement used to avoid the G10 code being exercised during subsequent cycling of the program. Regards, Bill Last edited by angelw; 06-11-2011 at 06:59 AM. |
|
#7
| |||
| |||
| 1006 has other parameter bits also which should remain same in G10 L50. Hence, one should find out the current setting of all bits of 1006 before overwriting it. I am not aware of any method which reads the current setting of a parameter inside a program, unless there is a system variable associated with it. |
|
#8
| |||
| |||
|
On some machines you can write variable #6998 with the number of the parameter you want to access. Then read/write variable #6999 to access the parameter value. |
![]() |
| 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!- Radial Helical Mill with Live Tool Puma 700LM | bdyenter | Daewoo/Doosan | 2 | 01-22-2010 12:35 AM |
| Which turn/mill machine? | fitzpatrick2362 | General Metal Working Machines | 1 | 10-14-2009 10:23 AM |
| Haas 4th axis live turn and mill. | Sam Mcquern | GibbsCAM | 1 | 04-23-2009 08:32 AM |
| Problem- c axis feed rate on a turn /mill machine | bike | G-Code Programing | 5 | 09-29-2008 06:57 PM |
| Cost comparisons.... multi set up VMC vs mill/turn barfeed machine... | InspirationTool | Employment Opportunity | 3 | 05-17-2007 04:58 PM |