On a Fanuc and Mitsubishi, it just searches for line numbers

If[something]goto10
...
...
...
.
N10

On a siemens, it can be a number or a label, which is basically a text
string to identify a section

Phil T.
The Feral Engineer

Check out my LinuxCNC tutorials, machine builds and other antics at
www.youtube.com/c/theferalengineer

Help support my channel efforts and coffee addiction:
www.patreon.com/theferalengineer

Order one of the coolest label makers on the market at
http://labelworks.epson.com, use coupon code "theferalengineer" and receive
20% off of your order 🙂

On Thu, Nov 24, 2022, 11:12 AM andy pugh <bodge...@gmail.com> wrote:

> On Thu, 24 Nov 2022 at 15:21, Feral Engineer <theferalengin...@gmail.com>
> wrote:
>
> >  plus 5
> > different goto, as I mentioned.
>
> LinuxCNC supports pluggable interpreters. It would actually be
> possible to make LinuxCNC 100% compatible with any other G-code
> dialect.
> But it would be a lot of work.
>
> But, back to goto: How is the target location defined?
>
> O100 GOTO
> ...
> ...
> ...
> O100 HERE
>
> Maybe?
>
> --
> 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, 1912
>
>
> _______________________________________________
> Emc-developers mailing list
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers
>

_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to