Hello Guest it is April 26, 2024, 02:03:14 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 »
201
Mach SDK plugin questions and answers. / Re: Test Speak
« on: March 12, 2013, 12:20:45 PM »
Milli--meters sounds better
sounds better with more -----
:)


don't try milli________meters :)

this sounds best --milli--------meters
has trouble with milli

202
Mach SDK plugin questions and answers. / Re: Test Speak
« on: March 12, 2013, 12:05:27 PM »
Thanks Tweakie,
tried Milly Meters.  works but sounds like two different voices.
tried Milli Meters, didn't sounds like millimeters

203
Mach SDK plugin questions and answers. / Re: Test Speak
« on: March 12, 2013, 12:01:22 PM »
edited and took out SetTicker
same results

204
Mach SDK plugin questions and answers. / Test Speak
« on: March 12, 2013, 11:25:55 AM »
can someone test this please.
i can hear inch. when it says Millimeters, it sounds
like it's saying MillMillimeters. there're two voices.
no other sound using sound card.
Thanks

If GetUserLED(1012) Then
SetUserDRO(1010 , GetUserDRO(1010) / 25.4)
Message( "Inch" )
SetUserLED(1012,0)
SetTicker ( Ticker0 , Inch )
Speak " Inches "
Else
SetUserDRO(1010 , GetUserDRO(1010) * 25.4)
Message( "MM" )
SetUserLED(1012,1)
SetTicker ( Ticker250 , MM )
Speak " Millimeters "
End If

even if i add Speak " This is Millimeters "
when i gets to Millimeters same sound.

205
know it's been awhile but can i edit the stop button to pause THEN stop.
M1002 is a counter reset. been trying to get something like this to work but i get the error
Contact Brian BUFFER ERROR!!!

While IsMoving ( )
code " g4 p 1 "
Wend
Stop
Code " M1002 "
While IsMoving ( )
Wend
Code " G0 z.2 "

206
VB and the development of wizards / Re: thread wizard modification
« on: March 12, 2013, 05:41:12 AM »
if you're editing the code manually, you do just that.
don't think you can get the info from mach3 as to which
wizard. anything you put in () will be displayed in the
Error/Status display.

g0 x1 y1  ( gcode generated by thread wizard )
g......

207
is there a section where we can share set files ?

208
i added inch/mm but is there a label like Error or Ticker0
so i can see the message. want to be able to tell when it's
inch or mm. right now i have to look at the inch/mm LEDs.
i can see the message in the Error label, but don't want to see
all the error messages in this label, just inch or mm.
Thanks

If getUserLED (1012) Then
SetUserDRO(1010 , GetUserDRO(1010) / 25.4)
SetUserLED(1012,0)
Message " Inch(es)"
Else
SetUserDRO(1010 , GetUserDRO(1010) * 25.4)
SetUserLED(1012,1)
Message "MM"
End If

209
Thanks Ian,
THAT works !!!

210
Yes sir.

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 »