On Fri, Apr 28, 2017 at 10:18 AM, Kurt Jacobson <kurtcjacob...@gmail.com>
wrote:

> Todd,
> A job que is an interesting idea and I can see were it would be useful. I
> am working on a new GUI and I have been thinking of all the interesting
> things to eventually add to make it more useful, I will keep this in mind
> and start thinking about how to implement it.
>

If the queue contains jobs that are not identical.  There needs to be some
BIG warning that the tooling needs to be set up for the next upcoming job.
    I can just see making 8 identical parts and all the operator does in
swap in new material and then the operator sets up a 9th ruins and the
program is different and the tool crashes into the clamps.

It is easy to ignore warnings after 8 or 10 unimportant ones when the next
one is important.




>
> Another idea I have in mind is the ability to have multiple tooltables, one
> for each job. Then all you would have to do to change jobs it is load the
> right tools into the tool-changer (or load the right tool tray if you are
> lucky enough to have a machine with one) select the right tooltable and go.
>
> Cheers,
> Kurt
>
> On Fri, Apr 28, 2017 at 12:48 PM, andy pugh <bodge...@gmail.com> wrote:
>
> > On 28 April 2017 at 16:42, Todd                      Zuercher
> > <zuerc...@embarqmail.com> wrote:
> > > How hard would it be to add this feature to Linuxcnc or one of it's
> > GUIs? Or maybe this would need to be a whole new GUI?
> >
> > It would probably be fairly easy to add as a new Python mini-GUI.
> >
> > You can already achieve much the same thing by converting the part
> > files to subs and calling them from another file using Onnn REPEAT.
> >
> > If the files are of the form
> >
> > example.ngc
> >
> > O#<example> CALL
> > O #<example> SUB
> > G1 X1
> > O #<example> ENDSUB
> >
> > Then you can run it either as a normal G-code file, or as a subroutine.
> >
> > --
> > atp
> > "A motorcycle is a bicycle with a pandemonium attachment and is
> > designed for the especial use of mechanical geniuses, daredevils and
> > lunatics."
> > — George Fitch, Atlanta Constitution Newspaper, 1916
> >
> > ------------------------------------------------------------
> > ------------------
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > _______________________________________________
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
> >
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>



-- 

Chris Albertson
Redondo Beach, California
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to