Hello Guest it is April 26, 2024, 10:10:32 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Greolt

261
General Mach Discussion / Re: auto Z setter adjusting
« on: June 20, 2010, 09:18:24 PM »
Just for your info,

On my setup all I need to stop any noise affecting the probe input, is a pullup resistor.

Every setup will be different.

Greg

262
General Mach Discussion / Re: auto Z setter adjusting
« on: June 20, 2010, 08:18:23 PM »
Does debounce come into use only if he is using a micro switch to detect instead of completing a circuit by shorting an input?

It does not make any difference to the debounce setting in general config, what method is used to change the active state of an input.

Index has its own separate debouce setting, but all other inputs EXCEPT probe, are grouped together under the debounce setting.

In older versions of Mach, probe was included in that group, but was removed about two years ago.

Greg

263
General Mach Discussion / Re: auto Z setter adjusting
« on: June 20, 2010, 05:03:47 PM »


 Under Config/General Configuration I have to make the Debounce Interval and Index both at 5000 or a bit higher to make sure there is no noise being detected which will upset the Z Zero point as well.

Just for your info George,

Debounce setting has no direct bearing on the probe input.

Greg

264
Machscreen Screen Designer / Re: JogBall Issues
« on: June 16, 2010, 08:13:10 PM »
Hope you don't mind if I ask a dumb question.  ;D

What is a jog ball screen?

Greg

265
General Mach Discussion / Re: Auto Tool Zero
« on: June 15, 2010, 04:27:44 PM »
Try entering this before the last line,

While IsMoving ()
Wend

Greg

266
VB and the development of wizards / Re: Zero X +Y button?
« on: June 14, 2010, 04:47:19 PM »
Dave

The little I know of this stuff is just by looking at other examples and fooling around with it.  :)

Greg

267
VB and the development of wizards / Re: Zero X +Y button?
« on: June 14, 2010, 04:37:36 PM »
Dave

You could use this code as your button script

SetOEMDRO (800,0)
SetOEMDRO (801,0)

Greg

268
General Mach Discussion / Re: Homing slave axis
« on: June 07, 2010, 09:43:25 PM »
Each side of the dual driven axis must have its own home switch.  Each with their own input.  They cannot share an input.

Then Mach will home the slaved axis and square the axis as accurately as you have set up the switches.

Greg

269
NC Pod / Firmware installer
« on: June 07, 2010, 08:04:35 PM »
There is a firmware installer to load the Mach compatible firmware on the NCpod website.

Does anybody know if there is there a similar installer to reapply the "NCpod Basic Control Panel" firmware?

Thanks

Greg

270
Try this as a button script,

SendKeys "+%(P)V"

Greg