Hello Guest it is April 26, 2024, 02:45:25 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 »
121
General Mach Discussion / Re: Disable Sound
« on: April 09, 2013, 02:48:04 PM »
think that's what he's trying to get me to understand.
having a "LONG" Monday !
Thanks TP

122
General Mach Discussion / Re: Disable Sound
« on: April 09, 2013, 02:29:10 PM »
ok......so it's NOT possible to have the label show last state
on shut down and start up ?   ok, Thanks

i'll move on

123
General Mach Discussion / Re: Disable Sound
« on: April 09, 2013, 02:24:07 PM »
oh...btw.
it did make the folder

124
General Mach Discussion / Re: Disable Sound
« on: April 09, 2013, 02:08:25 PM »
cool...
i have all that but getting error "file\path access error"
so i'm assuming i don't have the file in the correct folder.

125
General Mach Discussion / Re: Disable Sound
« on: April 09, 2013, 01:19:58 PM »
i don't have a file/folder OldState. do i make a folder ?
make a file ?   file ext ?

126
General Mach Discussion / Re: Disable Sound
« on: April 09, 2013, 10:11:56 AM »
just write inch or metric in a file? ext type ?
don't know ho wto get last state.

127
General Mach Discussion / Re: Disable Sound
« on: April 09, 2013, 07:08:55 AM »
i've got this to do what i wanted. when mach3 opens, label is metric
if dro is metric( i know, dro doesn't know it :) ) and inch if dro is inch.
Thanks Klaus !

If GetUserDRO(1010) And GetUserLED(1012) = 0 Then
SetUserLabel(1,"Inch")
SetUserLED(1012,0)
Else
SetUserLabel(1,"Metric")
SetUserLED(1012,1)
End If
End     

128
General Mach Discussion / Re: Disable Sound
« on: April 09, 2013, 06:57:11 AM »
think i need something like below. working on it....

If GetUserDRO(1010) And GetUserLED(1012) = 1 Then
SetUserLabel(1,"Inch")
SetUserLED(1012,0)
Else
SetUserLabel(1,"Metric")
SetUserLED(1012,1)
End If
End   

129
General Mach Discussion / Re: Disable Sound
« on: April 09, 2013, 06:17:59 AM »
Thanks Klaus,
understand what you mean now.
but that will set it to what ever is in the general setting.
NOT the last state when closed. if i set(in General) it to
inch but the last state before close is metric. then it will open
as inch and the dro will me metric. hope this explains better.

130
General Mach Discussion / Re: Disable Sound
« on: April 08, 2013, 02:10:50 PM »
i'm completely lost as to what you asked of me :)
so i'm back to my orginal question. i CAN"T have the words
Inch/Metric be displayed when mach3 starts ?

also, any way to change font size without changing button's size ?

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


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 »