G-Code editor with back plotting

Advert

G-Code editor with back plotting

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #374231
    Eckart Hartmann 1
    Participant
      @eckarthartmann1

      Not sure if I should tag onto this post but it already has G-Code experts on it. I am looking for a plain G-Code editor with back plotting. i.e. I type in the code and it displays as a line drawing what the machine will do. Up to now I am using jViewer but there are a lot of codes it does not know about and I believe its development was abandoned long ago. I have evaluated GWizard but I am not willing to pay their asking price since it has some bugs and they seem to be not interested in fixing the bugs. I have tried Predator but their version with back plotting is over $500. Can anyone recommend a fully working application for £200 or less?

       

      Edited By JasonB on 02/10/2018 16:09:19

      Advert
      #15196
      JasonB
      Moderator
        @jasonb
        #374244
        mike T
        Participant
          @miket56243

          I have been using DesKAM 2000 by Carken for the last 18 years and would not change it. DesKAM 2000 creates G code toolpaths with a backplot from a .DXF file. It's old software which runs well on my Win XP machine. If, you can find a download of this rather old software you will not be disappointed.

          Edited By mike T on 02/10/2018 17:08:11

          #374245
          John Haine
          Participant
            @johnhaine32865

            You could look at Camotics ? I have used it a bit and it seems to do the job.

            #374246
            Anonymous

              I mostly use CAM to generate my G-code, writing by hand once in a blue moon. However, experience says that the toolpath the CAM program thinks it is following isn't always the one followed by the G-code it generates.

              So I use a backplotting program to display the toolpath direct from the saved G-code as a sanity check. I use NCPlot which costs $299, after a short free trial. The loaded G-code is in a text editor, and I have editted the code from time to time, mostly associated with tool changes which don't affect the toolpath. I've just had a play and edits to codes like G00 or G01 do show up on the graphical display provided you do a plot refresh.

              Andrew

              #374252
              Involute Curve
              Participant
                @involutecurve

                I used to use a program called NC plot, it had a nice editor and allowed for easy back plotting, I have a copy of the program installer but it dates back to 2006, I haven't run on later operating systems, I think its share or freeware, it had a nag screen that disappeared on click, pm me and ill send it to you.

                 

                Shaun

                I just googled it its still available in a newer version, but its no longer free 

                 

                Edited By Involute Curve on 02/10/2018 17:55:34

                #374253
                blowlamp
                Participant
                  @blowlamp

                  I've been using NC Corrector for 4 or 5 years now to good effect.

                  Totally free too!

                  Martin.

                  #374255
                  Muzzer
                  Participant
                    @muzzer

                    This is pretty good. ncviewer Opens in a browser and you can simply drag and drop your file into the window. Written by an intern with Autodesk – I think you can be certain he was offered a job afterwards.

                    If you created your g code in Fusion 360, it has some very powerful plotting functions and stuff like tool / holder / workholder clash detection.

                    Murray

                    Edited By Muzzer on 02/10/2018 18:10:10

                    #374264
                    blowlamp
                    Participant
                      @blowlamp

                      Actually, now I think about it, you can probably use PlanetCNC TNG machine controller to both program and give a graphical display of the workpiece (available here)

                      It should work with both miller and lathe gcode.

                      Martin.

                      #374297
                      Marcus Bowman
                      Participant
                        @marcusbowman28936

                        Taking a different approach, you could use LinuxCNC on a basic Linux machine, and simply run it unconnected, or run it in demo mode. The main window has a decent backplot display.

                        One thing, though: each implementation of G Code is in some way specific to the system it runs on. So Mach3 has one set of G Codes, Fanuc has another, and LinuxCNC has yet another. The issue is not with the basic core of codes, which they all recognise and interpret in much the same way, but the enhancements and the differences in syntax and program structure. Subroutines, for example, are structured differently and occupy a different position within different flavours of G Code. Mach 3 has no real flow control codes for logic, whereas LinuxCNC has many; and so on. So you would need a backplotter which suits the variant of G Code you want to use.

                        Marcus

                        #374305
                        Rod Ashton
                        Participant
                          @rodashton53132

                          Tried Camotics out of interest. Could anyone advise why nothing appears in the simulation screen even though my code is running and the code is viewable on the code screen?

                          #376281
                          Eckart Hartmann 1
                          Participant
                            @eckarthartmann1

                            Hi All and thanks for the input. I have been sidetracked into building my boiler but will definitely seriously look at the suggestions when I need to do some milling again.

                            Regards EckartH

                            #380021
                            Eckart Hartmann 1
                            Participant
                              @eckarthartmann1

                              I now looked at the above suggestions but none meets my needs. None of them updates the backplot as I type the code. All need a manual update action to see what progress or errors I have made. This might seem a small issue but becomes very tedious if entering a significant program. NCPlot comes the closest needing only one button click or F9 key to update. But at $300 it is too expensive with this issue. The rest seem to need many clicks to update. For now I will stick to jViewer for most code and use one of the cumbersome options (maybe Mach4) when I really need codes not supported by jViewer.

                              #380034
                              blowlamp
                              Participant
                                @blowlamp
                                Posted by Eckart Hartmann 1 on 09/11/2018 22:08:44:

                                I now looked at the above suggestions but none meets my needs. None of them updates the backplot as I type the code. All need a manual update action to see what progress or errors I have made. This might seem a small issue but becomes very tedious if entering a significant program. NCPlot comes the closest needing only one button click or F9 key to update. But at $300 it is too expensive with this issue. The rest seem to need many clicks to update. For now I will stick to jViewer for most code and use one of the cumbersome options (maybe Mach4) when I really need codes not supported by jViewer.

                                NC Corrector needs only a click to update and is free.

                                #380042
                                blowlamp
                                Participant
                                  @blowlamp

                                  Can't you use a CAM system for what you need?

                                  There are some good, affordable solutions out there now.

                                  Martin.

                                  #393998
                                  Nick Hulme
                                  Participant
                                    @nickhulme30114
                                    Posted by Eckart Hartmann 1 on 09/11/2018 22:08:44:

                                    I now looked at the above suggestions but none meets my needs. None of them updates the backplot as I type the code. All need a manual update action to see what progress or errors I have made. This might seem a small issue but becomes very tedious if entering a significant program. NCPlot comes the closest needing only one button click or F9 key to update. But at $300 it is too expensive with this issue. The rest seem to need many clicks to update. For now I will stick to jViewer for most code and use one of the cumbersome options (maybe Mach4) when I really need codes not supported by jViewer.

                                    I think you're putting the cart before the horse, machinists who hand write code tend to do it at the machine where no plot is available, relying on knowing what they are doing.
                                    Those, like me, who can't work at the machine for anything but fairly simple 2D and 2.5D generally use CAM.

                                    #394004
                                    Martin Connelly
                                    Participant
                                      @martinconnelly55370

                                      I work out paths using CAD, write the code in notepad, open it in Mach3 and check it looks good before putting it on a memory stick to take to the workshop. I don't wory about optimising for speed because mostly I am doing one offs. I use Mach3 turning wizards for a lot of basic operations on the lathe, I don't find the milling wizards much use as most of my work on the mill is manual data input. It's like manual milling without the need to wind handles.

                                      Martin C

                                    Viewing 17 posts - 1 through 17 (of 17 total)
                                    • Please log in to reply to this topic. Registering is free and easy using the links on the menu at the top of this page.

                                    Advert

                                    Latest Replies

                                    Viewing 25 topics - 1 through 25 (of 25 total)
                                    Viewing 25 topics - 1 through 25 (of 25 total)

                                    View full reply list.

                                    Advert

                                    Newsletter Sign-up