Hello Guest it is April 25, 2024, 05:51:41 PM

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 - Kenneth

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 »
191
General Mach Discussion / Re: CV feedrate question
« on: March 14, 2013, 10:06:06 AM »
maybe i'm looking in the wrong docs. can't find anything
is there a direct link ?



by the way, no smoothstepper

192
General Mach Discussion / Re: CV feedrate question
« on: March 14, 2013, 09:27:45 AM »
doesn't change the length of time. i'll look in the docs.

193
General Mach Discussion / Re: CV feedrate question
« on: March 14, 2013, 09:09:32 AM »
in the general settings, the check box is unchecked. but wouldn't that just effect g4?
using sleep, so that has to be MS ?

194
General Mach Discussion / Re: CV feedrate question
« on: March 14, 2013, 07:24:52 AM »
Thanks Brett,
think i'll leave it at 4ipm and move on. :)
but should the blended FR change when only
one axis is moving ?

and the sleep, is that in ms ?
i have 2500, is that 2.5 seconds ?

195
i added to the file so want to share it here. when i clicked the button
with nothing running, i would get the error "nothing to feedhold"
so i ended up with. hope this is not creating as endless loop.
Thanks sterling


If IsMoving ( ) Then
DoOEMButton(1001 )
While IsMoving ( )
Wend
DoOEMButton(1003 )
While IsMoving ( )
Wend
Else
DoOEMButton(1003)
End If

196
General Mach Discussion / Re: CV feedrate question
« on: March 13, 2013, 11:43:38 AM »
is there a setting that will make the blended feed rate and the
feed rate closer. it even blends when one axis is moving.
don't know if that's right.
Thanks

197
General Mach Discussion / Re: Plea for help!!
« on: March 13, 2013, 10:06:30 AM »
what exactly you need done ?  wiring a machine ? getting mach3 to run a machine ?
both ?

198
it's to count each Z step when cutting a pocket.
M1002 is to reset the counter. M1001 counts.
this is what i ended with. took the reset out cause i don't
know if i want it reset if i just stop the gcode to adjust.

If  IsMoving (  ) Then
GetUserDRO (1011)
Else
GetUserDRO (1011)
SetUserDRO (1011 , 0)
End  If

199
thanks Hood and sterling,
not sure how to use while as yet. will not be doing THAT again.
Thanks !

200
Mach SDK plugin questions and answers. / Re: Test Speak
« on: March 12, 2013, 03:10:02 PM »
i was having it say dumb things. not always nice :)
but as you say Fun !

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 »