RE: [sherline] Mark Brown
Posted by
mark.brown2@m...
on 2005-01-25 15:31:54 UTC
Wow! No idea. Actually my CNC knowledge (or lack of) is all self taught so
I just use what works for my application. I have found that my application,
MyT'Mill, seems to vary from some standards as whenever I run my code
through a test application the codes are different.
FPO as in military address? No, I was 9 years U.S. Navy but now work at a
VA hospital serving my fellow veterans by running this facilities IT
department.
Mark
-----Original Message-----
From: Alan Marconett [mailto:KM6VV@...]
Sent: Tuesday, January 25, 2005 10:22 AM
To: sherline@yahoogroups.com
Cc: CAD_CAM_EDM_DRO@yahoogroups.com
Subject: Re: [sherline] Mark Brown
Hi Mark,
While I was searching my .CNC files for notes on G22 (subroutine call),
I found your program. In your program, you're using G22 and M02 for
subroutines. M02 is return, $4 is the label to call. G23 is a jump (at
least in my code).
N01800 G22 P0004
...
N01940 $4
...
N02160 M02
Are these RS274? EMC? They match what I choose to use.
At first, I thought I'd re-written the code to run on my controller
(STEP4), then I realized I hadn't. Just trying to "fill out my list" of
Gcodes. I'd really like to find some conditional examples. While I've
implemented my own, I can always use more examples.
Alan KM6VV
P.S. Were you an FPO?
mark.brown2@... wrote:
I just use what works for my application. I have found that my application,
MyT'Mill, seems to vary from some standards as whenever I run my code
through a test application the codes are different.
FPO as in military address? No, I was 9 years U.S. Navy but now work at a
VA hospital serving my fellow veterans by running this facilities IT
department.
Mark
-----Original Message-----
From: Alan Marconett [mailto:KM6VV@...]
Sent: Tuesday, January 25, 2005 10:22 AM
To: sherline@yahoogroups.com
Cc: CAD_CAM_EDM_DRO@yahoogroups.com
Subject: Re: [sherline] Mark Brown
Hi Mark,
While I was searching my .CNC files for notes on G22 (subroutine call),
I found your program. In your program, you're using G22 and M02 for
subroutines. M02 is return, $4 is the label to call. G23 is a jump (at
least in my code).
N01800 G22 P0004
...
N01940 $4
...
N02160 M02
Are these RS274? EMC? They match what I choose to use.
At first, I thought I'd re-written the code to run on my controller
(STEP4), then I realized I hadn't. Just trying to "fill out my list" of
Gcodes. I'd really like to find some conditional examples. While I've
implemented my own, I can always use more examples.
Alan KM6VV
P.S. Were you an FPO?
mark.brown2@... wrote:
> Yes I'm here.be
>
> I've had to put my tools away for a bit. Nothing serious just life will
> getting in the way of my hobby for awhile.Yahoo! Groups Links
>
> I still have that code. It may be on one of my systems packed away but I
> can see what I can find if you like.
>
> Mark A. Brown
> www.zora-arkus.com
>
>
> -----Original Message-----
> From: Alan Marconett [mailto:KM6VV@...]
> Sent: Monday, January 24, 2005 3:24 PM
> To: CAD CAM; Sherline
> Subject: [sherline] Mark Brown
>
>
> Hi to the list,
>
> Is Mark Brown around? I'm curious about a piece of code he wrote:
>
>
> N01010;ValveRodEnd
> N01020;Mark A. Brown
> N01030;14 Oct 2003
> N01040;MAKE 8 PIECES
> ...
>
> Thanks,
>
> Alan KM6VV
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
Discussion Thread
Alan Marconett
2005-01-25 10:22:36 UTC
Re: [sherline] Mark Brown
mark.brown2@m...
2005-01-25 15:31:54 UTC
RE: [sherline] Mark Brown