![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| General CAM Discussion Discuss CAD/CAM software and Design software methods here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
How does one interpret I'J'K's output. I have an example here. I have an arc of R1.25 and the center of the arc is at X2.0 Y2.0 from the origin. G02 X3.25 y2.0 I -1.0483 J-0.6808 G02 X2.0 Y0.75 I-1.25 J0 G02 X0.75 Y2.0 I0 J1.25 G02 X2.0 Y3.25 I1.25 J0 G02 X3.0483 Y2.6808 I0 J-1.25 G00 Z0.1 Any help would be great |
|
#2
| |||
| |||
| that might help http://www.etec.wwu.edu/faculty/McKell/nccnc_prog3.pdf
__________________ Andy |
|
#3
| |||
| |||
| looking at your code... it looks to be absolute X & Y with I & J incremental... That means that the X & Y are the end of the arc relative to your origin and the I & J are the center of the current arc relative to the X & Y coordinate. For example if you want a complete circle in one code then it would look like this: G02 X3.25 Y2 I-1.25 J0 (1.25 rad centered at X2 Y2) If you wanted to code it in quadrants it would look like this: G01 X3.25 Y2 (start point "3 o-clock") G02 X2 Y0.75 I0 J1.25 (first quadrant clockwise "6 o-clock") G02 X0.75 Y2 I1.25 J0 (second quadrant clockwise "9 o-clock") G02 X2 Y3.25 I0 J-1.25 (third quadrant clockwise "12 o-clock") G02 X3.25 Y2 I-1.25 J0 (fourth quadrant clockwise "3 o-clock") Hope this helps... |
![]() |
| 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 |
| RS-232 output | crabbass | Haas Mills | 2 | 10-11-2009 07:02 PM |
| Output 2 | fourwheeler | Machines running Mach Software | 1 | 07-24-2009 05:44 PM |
| Problem- Arc output in NC w/mastercam | zelaznog | Post Processor Files | 4 | 06-24-2009 11:35 AM |
| Problem- I&J arc output instead of R | zelaznog | Post Processors for MC | 6 | 06-15-2009 08:30 AM |
| output a D after the G41 or G42... | shape | Dolphin CADCAM | 3 | 04-28-2009 02:04 PM |