Hello Guest it is March 29, 2024, 02:11:09 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 - 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 »
81
Screen designer tips and tutorials / Re: Can you make a DRO Read only ?
« on: February 03, 2014, 07:46:39 AM »
this may help.

' counts M1001  resets M1002
DRO = GetUserDRO(1011)
SetUserDRO(1011 , (DRO + 1))
While IsMoving()
Wend   

82
General Mach Discussion / Re: Sherline Motor Troubles
« on: January 30, 2014, 05:20:17 AM »
not sure as i have one that i have to select a direction before i job.
but that sounds like the pendant wired wrong or defective.(imho)

83
FAQs / Re: motor movement
« on: January 27, 2014, 02:39:19 PM »
then i'm at the end of my knowledge.
i do wish you luck !

84
FAQs / Re: motor movement
« on: January 27, 2014, 02:30:55 PM »
can you try putting a check mark by Sherline 1/2 Pulse mode
in ports and pins.

85
FAQs / Re: motor movement
« on: January 27, 2014, 02:08:34 PM »
as i said....you can't "guess"
and you may need to up/lower your kernal speed
in ports and pins.

86
General Mach Discussion / Re: Steppermotors don't run smooth
« on: January 27, 2014, 12:08:07 PM »
not sure how to calculate for tuning. read your manual for the motors

87
General Mach Discussion / Re: Steppermotors don't run smooth
« on: January 27, 2014, 11:48:54 AM »
sounds like the motor tuning. if all the motors sound same,
then i would say tuning. can't "guess" at it.
good luck

88
FAQs / Re: motor movement
« on: January 27, 2014, 11:29:31 AM »
you'll HAVE to edit motor tuning in gen conf.
i had that where they wanted to move.
good luck

89
VB and the development of wizards / Re: macropump problem
« on: January 27, 2014, 11:07:12 AM »
looking at this(and i know nothing) the code "G1 Z"& L.
g1 needs a feed rate. hope this helps
and i hope i'm right :)

90
Mach SDK plugin questions and answers. / Re: Test Speak
« on: January 24, 2014, 07:55:25 AM »
ok,been away for awhile and still need help :)
 trying to get speak to work. i have speak checked in gen conf.
i have the file in my profile(C:\Mach3\macros\MyMill).
is there ANY other setting(don't say volume:) i need t set ?
this is for a button.
Thanks


If IsMoving() Then
Sleep 1000
Speak ("Don't do that")
Else
Sleep 1000
Speak ("A Raven Research And Development Company")
End If    

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 »