Re: [CAD_CAM_EDM_DRO] Re: G-code user variables; convention?
Posted by
Brian Pitt
on 2001-01-05 23:41:49 UTC
Alan,
there are usualy several sets of parameters in the control but not all
of them can be set or changed by program macros (nor should they)
I've just been looking thru the parameters on one of the lathes at work
and came up with...
common variables
system parameters
optional parameters-long word
optional parameters-word
optional parameters-bit
machine system parameters
machine user parameters
barfeed user parameters (option)
process time estimate data
user parameters
usualy several pages/screens for each set of parameters
not to mention about 100 tool offsets and 128 pages of PLC data
naturaly you may want to trim the list down a bit ;-)
there are some good examples of how the variables and macros
are used at
http://www.cncci.com/tips/tips.htm
and
http://www.programmingunlimited.com/fTipsIntro.htm
and some macros for the Renshaw probes at
http://www.programmingunlimited.com/fProbing.htm
after looking thru some of them the idea of NAMED variables starts
to sound pretty good ,the macros can reach fairly deep into the
machine settings
Brian
there are usualy several sets of parameters in the control but not all
of them can be set or changed by program macros (nor should they)
I've just been looking thru the parameters on one of the lathes at work
and came up with...
common variables
system parameters
optional parameters-long word
optional parameters-word
optional parameters-bit
machine system parameters
machine user parameters
barfeed user parameters (option)
process time estimate data
user parameters
usualy several pages/screens for each set of parameters
not to mention about 100 tool offsets and 128 pages of PLC data
naturaly you may want to trim the list down a bit ;-)
there are some good examples of how the variables and macros
are used at
http://www.cncci.com/tips/tips.htm
and
http://www.programmingunlimited.com/fTipsIntro.htm
and some macros for the Renshaw probes at
http://www.programmingunlimited.com/fProbing.htm
after looking thru some of them the idea of NAMED variables starts
to sound pretty good ,the macros can reach fairly deep into the
machine settings
Brian
On Friday 05 January 2001 13:23, you wrote:
> Brian,
>
> Thanks for the ideas. The '#' sign or 'V'. Both would be easy to do.
> And I just thought, someone posted that many of the #nn's were used to
> set machine parms. I guess I could use them to load stepper steps/rev,
> tpi, etc. also? Probably from a separate file, and probably
> automatically on program startup. Otherwise, I can do my usual plain
> text parameter file with simple expressions.
>
> The #defines are an interesting thought, pre-process the file.
>
> Alan KM6VV
Discussion Thread
Jon Elson
2001-01-04 21:47:21 UTC
Re: G-code user variables; convention?
dave engvall
2001-01-04 22:38:22 UTC
Re: [CAD_CAM_EDM_DRO] Re: G-code user variables; convention?
Alan Marconett KM6VV
2001-01-04 23:22:06 UTC
Re: G-code user variables; convention?
Brian Pitt
2001-01-05 01:41:14 UTC
Re: [CAD_CAM_EDM_DRO] Re: G-code user variables; convention?
Brian Pitt
2001-01-05 02:16:36 UTC
Re: [CAD_CAM_EDM_DRO] Re: G-code user variables; convention?
Alan Marconett KM6VV
2001-01-05 13:28:35 UTC
Re: G-code user variables; convention?
Brian Pitt
2001-01-05 23:41:49 UTC
Re: [CAD_CAM_EDM_DRO] Re: G-code user variables; convention?
Alan Marconett KM6VV
2001-01-06 11:31:34 UTC
Re: [CAD_CAM_EDM_DRO] Re: G-code user variables; convention?
ballendo@y...
2001-01-06 14:46:30 UTC
Re: G-code user variables; convention?
Brian Pitt
2001-01-06 17:41:30 UTC
Re: [CAD_CAM_EDM_DRO] Re: G-code user variables; convention?
ballendo@y...
2001-01-06 23:16:52 UTC
Re: Re: G-code user variables; convention?
Brian Pitt
2001-01-07 01:00:09 UTC
Re: [CAD_CAM_EDM_DRO] Re: Re: G-code user variables; convention?