Re: [Emc-users] touch-off plate

2011-09-25 Thread Jon Elson
Keith Shale wrote:
> Here is a link with gcode etc 
> http://jager.no/news/calibrating-tool-length-with-a-probe-in-emc2
>   
Thanks, this is what I was looking for, I think.  I will tell the 
original asker
of the question.

Jon

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] touch-off plate

2011-09-25 Thread Keith Shale
Here is a link with gcode etc 
http://jager.no/news/calibrating-tool-length-with-a-probe-in-emc2


Regards

Keith

On 37-01--10 11:59 AM, Jon Elson wrote:
> A guy on CNC Zone asked about hal code for a touch-off plate, and
> I remember a discussion fairly recently about this.  I tried looking back
> in the linuxcnc.org forums, but the search only works on the first
> page.  So, I was not able to find the discussion.  Does anyone remember
> this and who got it working?  Can you find where it was described and
> give me a pointer?
>
> He is looking specifically for the automated touchoff after a toolchange.
>
> Thanks much,
>
> Jon
>
>

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] tool changing question

2011-09-25 Thread Steve Blackmore
On Sun, 25 Sep 2011 19:46:56 +0100, you wrote:

>Hi,
>I understand that I can add an M6 code at some point in my gcode program 
>to manually change a tool. But I want to be able to temporarily stop the 
>program when necessary in order to sharpen a cutter. Obviously you 
>cannot cater for that with an M6 code. Is there some way I can set up an 
>input (button, keyboard key) such that when pressed the program is 
>forced into a tool change so I can resharpen my cutter? Sorry if this is 
>a simple question but this is the first time I have applications running 

In all other controls I've used you are able to do a feed hold, then jog
away, change or sharpen your tool, clear swarf or whatever, touch off
tool and then resume from where you paused.

Unfortunately EMC doesn't support this basic machine function. You can
feed hold and resume but nothing else - a pretty useless command IMO.

You need to stop, note the line number, and then do a run from here. 

Run from here is very hit and miss in my experience and sometimes fails
miserably.

Steve Blackmore
--

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] tool changing question

2011-09-25 Thread Kyle Kerr
On Sun, Sep 25, 2011 at 2:46 PM, Alan Battersby
 wrote:
> Hi,
> I understand that I can add an M6 code at some point in my gcode program
> to manually change a tool. But I want to be able to temporarily stop the
> program when necessary in order to sharpen a cutter. Obviously you
> cannot cater for that with an M6 code. Is there some way I can set up an
> input (button, keyboard key) such that when pressed the program is
> forced into a tool change so I can resharpen my cutter? Sorry if this is
> a simple question but this is the first time I have applications running
> for such a long time that I need to sharpen the cutter part way through.
>
> Any help appreciated.
>
> Alan

M1 is an optional program stop that would wait until you told the
program to continue.

Kyle

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] tool changing question

2011-09-25 Thread Alan Battersby
Hi,
I understand that I can add an M6 code at some point in my gcode program 
to manually change a tool. But I want to be able to temporarily stop the 
program when necessary in order to sharpen a cutter. Obviously you 
cannot cater for that with an M6 code. Is there some way I can set up an 
input (button, keyboard key) such that when pressed the program is 
forced into a tool change so I can resharpen my cutter? Sorry if this is 
a simple question but this is the first time I have applications running 
for such a long time that I need to sharpen the cutter part way through.

Any help appreciated.

Alan

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] touch-off plate

2011-09-25 Thread Kent A. Reed
On 9/25/2011 1:14 PM, Jon Elson wrote:
> A guy on CNC Zone asked about hal code for a touch-off plate, and
> I remember a discussion fairly recently about this.  I tried looking back
> in the linuxcnc.org forums, but the search only works on the first
> page.  So, I was not able to find the discussion.  Does anyone remember
> this and who got it working?  Can you find where it was described and
> give me a pointer?
>
> He is looking specifically for the automated touchoff after a toolchange.
>
> Thanks much,
>
> Jon
>
>
Jon:

Back in July (in response to messages from you, actually), samco 
referenced Chris Radak's routines http://timeguy.com/cradek/01262579508

Is this what you are remembering?

Regards,
Kent


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] touch-off plate

2011-09-25 Thread Jon Elson
A guy on CNC Zone asked about hal code for a touch-off plate, and
I remember a discussion fairly recently about this.  I tried looking back
in the linuxcnc.org forums, but the search only works on the first
page.  So, I was not able to find the discussion.  Does anyone remember
this and who got it working?  Can you find where it was described and
give me a pointer?

He is looking specifically for the automated touchoff after a toolchange.

Thanks much,

Jon

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users