re: G92 and M99???
Posted by
ballendo@y...
on 2001-01-29 17:16:08 UTC
Carl,
IMO, this is a lot of work.
A properly written control accepting G81 will allow coordinates
within the command. As long as you set units and relative mode 1st,
and the holes are equally spaced, you can use one line:
G81 x1 (drilling params) L50
You have given a good example of subroutine usage in CncPRO!
Ballendo
IMO, this is a lot of work.
A properly written control accepting G81 will allow coordinates
within the command. As long as you set units and relative mode 1st,
and the holes are equally spaced, you can use one line:
G81 x1 (drilling params) L50
You have given a good example of subroutine usage in CncPRO!
Ballendo
>Tauseef'<snip>
> try doing the holes this way,use the subroutine and loop it 50
>times.I do this all the time with up to 100 subroutines per program.
>note that you can switch between g90 and g91 any time in main or sub-
>routines!
>Carl