Hello Guest it is March 29, 2024, 10:22:36 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.


Topics - Kenneth

Pages: « 1 2
11
Machscreen Screen Designer / MachScreen scroll bar
« on: April 29, 2013, 07:37:31 AM »
hi again,
I've been busy with others things and when I opened machscreen, the bottom
scroll bar was gone. I tried to enlarge the background with no effect. it doesn't
show all my dros/leds/buttons. I upgraded to 1.57 and still no bottom bar. the side is there.
Thanks !


12
General Mach Discussion / Disable Sound
« on: April 01, 2013, 02:33:05 PM »
is there a way to disable sound in mach3 Version R3.043.062 ?
tired of the hum/click noise i get when i click buttons or open a
new set file.
Thanks !

13
Machscreen Screen Designer / mach3 different from machscreen
« on: March 26, 2013, 02:06:43 PM »
is there a setting where i can see in machscreen what i see in mach3 ?
attached explains better.
Thanks

14
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.

15
Machscreen Screen Designer / Estimate(815)/Elasped(814) dro different
« on: March 07, 2013, 10:31:34 AM »
is there a way to adjust the Estimate(815) DRO to get closer to the
Elasped(814) DRO ? thirty minutes seems like a big different.
Thanks for any help !

16
Newfangled Mill Wizard / Button to select one wizard ?
« on: March 06, 2013, 10:18:01 AM »
is it possible to make a button to open a wizard i use regularly(pocket) ?
i want to be able to click the button and the pocket wizard opens. not the
options to select wizards.

Thanks

17
Machscreen Screen Designer / User DRO (Counter)
« on: March 04, 2013, 09:46:17 AM »
i usually cut pockets and i woud like a userdro to count each time Z move to the
next depth to cut the pocket. ex.  g1 f4 z-.1 DRO 1...g1 f4 z-.2 DRO 2 ....etc.
but not count just because Z moves. is this possible and do i use a brain ?
Thanks for any help !

18
Mach Screens / labels incorrect in mach3
« on: February 14, 2013, 02:42:27 PM »
i have machscreen 1.56 and made a .set. in it i have a MDI label.
near there is an inch/mm toggle. when i open mach3 the MDI label reads
inches. if i toggle the inch/mm button, it changes to mm's. every now and then
it will read right(MDI)
Thanks for any help

19
Mach Screens / Half the DRO
« on: January 23, 2013, 12:11:59 PM »
i'm using mach3 and machscreen 1.56. don't know if possible with script or
brain, but can i make a button that would half the DRO readout. on the manual mill DRO(wizard550),
i have that option. i 1/2 and then select the axis. it's then halved.
like DRO 4.....would change to DRO 2
Thanks for any help !!!

kenneth

Pages: « 1 2