![]() | |
| 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
| |||
| |||
| hi.. i'm using horizontal boring machine which is controlled by 840D.. i want to cut a profile in a X,Z plane.. starting point is Z=0,X=0 end point is Z=-25,X=-30 between start to end point i have to make one R20 radius profile..!! is this possible in horizontal boring machine.. i d'nt have universal head.. if it is in X,Y plane i can use G02 or G03.. but for X,Z plane, any code is there..?? or i have to use some other codes..?? please help me... Padmaraj.. |
|
#2
| |||
| |||
| You just need to change your PLANE select. Normally, you work in the G17 (X,Y & I,J) plane ... you need to use a G18 (X,Z & I, K) plane. Program like you would normally but, instead of arc centers as I, J use I and K. Try one out in MDI first ... and remember - ALWAYS SWITCH BACK to your G17 plane when you're done! |
|
#3
| |||
| |||
| Hello, You need to set up the working plane for X/Y arcs the default is already active G17, for the others you'll need to program it before the radius as follow: G17 ; SELECTION OF XY PLANE (milling / wiring EDM / boring machines default) G02 / G03 X Y I J G18 ; SELECTION OF XZ PLANE (turning / grinders machines default) G02 / G03 X Z I K G19 ; SELECTION OF YZ PLANE G02 / G03 Y Z J K The arc centers I, J and K on SINUMERIK can be programed considering the last point or the absolute position with eg. I=AC(absolute arc center position). I hope that it helps, Eduardo |
|
#7
| |||
| |||
| Are you looking at programs which can be run like being run using a right angle head ? If yes then post the code to do this operation in 3 axis (normal tool axis in Z axis) or send me a message with the code and i can convert it and send it back to you. i have developed an app which switches axis from Z to X or Z to Y including the circular interpolation commands with I,J and K. |
![]() |
| 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 |
| Problem- xz plane radius/cc | rmason | Milltronics | 2 | 08-18-2008 09:55 AM |
| construction plane and tool plane | nervis1 | Mastercam | 9 | 11-04-2004 11:53 PM |
| Arc In Z And X Plane | ljoe1969 | G-Code Programing | 10 | 04-27-2004 09:32 PM |
| My New plane | CNCadmin | CNCzone Club House | 17 | 11-25-2003 11:25 AM |
| cycles initial plane/retract plane | HuFlungDung | OneCNC | 25 | 06-26-2003 07:02 PM |