Machsupport Forum

Mach Discussion => VB and the development of wizards => Topic started by: osarus on August 07, 2012, 06:40:45 AM

Title: Use input as second probe
Post by: osarus on August 07, 2012, 06:40:45 AM
Howdy,

Im about ready to mill my face off trying to work this out!

Want to setup a touch probe(triggered on circuit disconnect) and a touch plate(triggered on circuit connect).
Probe setup as probe and working fine.
Touch plate setup as input 3 to zero height at touch plate surface

Is the following possible, or an easier option o_O
like setting the probe pin details on the fly?

G1X-5.00F2.00
While Not IsActive(Input3)
Wend
--?? something to stop it moving??--

Any help of links would be appreciated ^_^
Title: Re: Use input as second probe
Post by: osarus on August 08, 2012, 03:11:57 AM
So yeah I'm an idiot, I'll just set the touch plate as the z home... that should work