Hello Guest it is April 24, 2024, 03:04:10 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 »
131
General Mach Discussion / Re: Disable Sound
« on: April 08, 2013, 12:12:19 PM »
i have this....
but do you mean to write SetUserLabel(1,"Inch/Metric") ?
and it will pick between the two words ?

If GetUserLED(1012) Then
SetUserDRO(1010 , GetUserDRO(1010) / 25.400)
SetUserLabel(1,"Inch")  'displays Inch
SetUserLED(1012,0)
Else
SetUserDRO(1010 , GetUserDRO(1010) * 25.400)
SetUserLabel(1,"Metric")   'displays Metric
SetUserLED(1012,1)
End If
End

132
General Mach Discussion / Re: Disable Sound
« on: April 08, 2013, 06:51:54 AM »
also...is there a way to change/enlarge the font on buttons(without enlarging the button) ?
ie. Convert above

133
General Mach Discussion / Re: Disable Sound
« on: April 08, 2013, 06:14:45 AM »
a better picture

Metric =  UserLabel1
12.000 = user input dro
Convert = button
led = user led
Lit is MM = stand label

134
General Mach Discussion / Re: Disable Sound
« on: April 08, 2013, 05:42:11 AM »
if i use Inch and not UserLabel1, it will just be a label.
i want it to change as i click the Convert button.
unless i don't understand which lael you mean.

135
General Mach Discussion / Re: Disable Sound
« on: April 04, 2013, 12:23:27 PM »
the user label ?  UserLabel1

Hallo Kenneth,

what text did you set to your label?



Klaus

136
General Mach Discussion / Re: Disable Sound
« on: April 04, 2013, 12:22:07 PM »
i know, wanted to not have those in this label.
is there a UserMDI1 ? :)

Kenneth try a new label and call it MDI  When Mach3 changes state of the G20/21 it will show Inches, MM

(;-) TP

137
General Mach Discussion / Re: Disable Sound
« on: April 04, 2013, 07:48:19 AM »
this is how mach3 starts.

138
General Mach Discussion / Re: Disable Sound
« on: April 04, 2013, 06:26:26 AM »
now, when i start mach3 the message Inch/Metric is not shown.
is there a way to have it show last state when restarting mach3 ?
Thanks

139
General Mach Discussion / Re: Disable Sound
« on: April 03, 2013, 09:38:25 AM »
juat a inch/mm converter. Mach3 and MachScreen ROCK !
Thanks ALL !


You can place a user label anywhere you want and send messages to it. Check the Mach Customising manual for details.

(;-)TP


140
General Mach Discussion / Re: Disable Sound
« on: April 03, 2013, 06:02:22 AM »
ok...ok..... forgive me for being a lot dunce :)

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 »