> On 7 Sep 2016, at 09:43, Danny Miller <dan...@austin.rr.com> wrote:
> 
> Hmm.  I don't know why it  was coded to do this, but it's a problem. 
> Basically it should be ignoring Probe-in if it's not probing.

I think it is to save the probe if you leave it in the spindle by accident and 
press "cycle start"

You should be able to interlock it by and2 with motion.motion-type == 5

http://linuxcnc.org/docs/2.7/html/man/man9/motion.9.html

Motion-type is S32 and the "comp" component needs float, so you will also want 
a conv_s32_float too

http://linuxcnc.org/docs/2.7/html/man/man9/comp.9.html

http://linuxcnc.org/docs/2.7/html/man/man9/conv_s32_float.9.html



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

Reply via email to