![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| EdgeCam Discuss EdgeCam software here. |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#3
| |||
| |||
| It is a gantry router. X moves the gantry, Y is along the gantry and Z is up and down. It has a milling spindle attached to the Z axis. There is no rotational axis. Attached is a g-code that Edgecam produced, but this does not work on EMC2. It does not understand the g-code, a lot of errors listed. If I remove the problem-lines, new errors come up. One of the errors is that it can not understand the G10 command, and also a lot of the M-codes returns an error. I know that the "comments part" in the g-code file must have brackets ( ) instead of *. This is g-code that EMC2 understands: http://www.linuxcnc.org/docview/html/gcode.html Thanks! |
|
#6
| |||
| |||
| Well here is the bad news. I only have versions back to 12 sp1. I used to have all the way back to 11 but must have deleted them. If you want to proceed further with this you would have to send me the 11.5 CD. If that is what you want to do then we can continue this using private messages. Sorry for the inconvenience. |
|
#7
| ||||
| ||||
| N110 S2000 M3 M41 M9 wouldn't having 3 M codes on one line cause you problems what are you wanting the g10 to do here N20 G10 P1 Z0.0 R1.5 T00 this may help http://www.linuxcnc.org/docview/html...Set-Tool-Table
__________________ A poet knows no boundary yet he is bound to the boundaries of ones own mind !! http://cnctoybox.org Last edited by dertsap; 07-09-2009 at 11:47 PM. |
|
#8
| |||
| |||
Can I make Edgecam to forget about all the tool change stuff an put out a simple g-code? |
|
#9
| ||||
| ||||
| All of your code output is controlled by your post processor. If you do not know what code your cnc controller likes, you should refer to the programming manual. It will have a list of accepted g codes, m codes, as well as (and most importantly) sample programs. |
|
#10
| |||
| |||
| If you understand the code required to run your machine, then making a post isn't all that hard. Just open the Code Wizard and start looking through the different areas and see what you can figure out. When you run into problems, I can probably talk you through them or you can send me the code wizard file, tell me what you are trying to do and I can trouble shoot the answer for you. |
| Sponsored Links |
|
#11
| |||
| |||
| Thanks for all replies, been on holidays i the meantime. I have managed to make a postprocessor that is one big step in the right direction. Still I see some problems that I can't find the solution to. When edgecam produces several interpolation G-codes after one other, it skips som valuable information. See one example: G1 Z-0.5 M41 F2.0 M7 G17 G3 I-14.75 J0.0 F18.4 M41 M7 G1 Z-1.0 M41 F2.0 M7 G3 F18.4 M41 M7 G1 Z-1.5 M41 F2.0 M7 G3 F18.4 M41 M7 G1 Z-2.0 M41 F2.0 M7 G3 F18.4 M41 M7 G1 Z-2.5 M41 F2.0 M7 etc etc... The G3-code is complete at the third line in the code above, but valuable information is left out at line 5, 7, 9 etc. How do I make the postprocessor put out all the needed information each time? |
|
#12
| ||||
| ||||
| Check your settings in the Modal tab, found under "NC Style, G-Codes and Modality". You can also right-click on a token in the code constructor and select 'Force Output Now'. You're getting there. Good luck. Regards, Jeremiah Stikeleather ATS |
![]() |
| 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 |
| Unigraphics NX postprocessor for Syntec 900 Mill controller | kghany | Post Processor Files | 0 | 02-20-2009 11:14 AM |
| CNC Mill with EMC2 | slizynski | LinuxCNC (formerly EMC2) | 21 | 11-25-2007 06:10 PM |
| new Taig 4-axis mill and EMC2 | nickydubs | LinuxCNC (formerly EMC2) | 3 | 02-23-2007 09:09 AM |
| EMC2 postprocessor for Camworks | spacewalker | LinuxCNC (formerly EMC2) | 0 | 10-28-2006 09:38 AM |
| search postprocessor EMC2 for CAMworks / Solidcam | spacewalker | G-Code Programing | 0 | 10-01-2006 05:33 PM |