Hello Guest it is April 23, 2024, 03:18:56 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 »
111
you should check to see if the background image is blurred also.
and in general settings put a check at "auto enlarge"

112
General Mach Discussion / Re: machine coor dro not working
« on: May 01, 2013, 10:04:15 AM »
also, when I load a file and have messages in it, the Error label shows
all the messages. at the end of the file, the last message is "Finished",
so when I load the file "Finished" is in the Error label. but the file never ran.
so is there a way to get the label to not show the messages
unless the program is ran ?
Thanks

113
General Mach Discussion / machine coor dro not working
« on: April 30, 2013, 09:26:40 AM »
I had mach coor(83) and work offsets(178)dro working before.
now they don't change while running program. mac coor 84,85
and offset 179,180 work as should. upgraded to 1.57 Monday(29)
I fixed the strange reading on dro(83) by deleting and inserting again.
Thanks

mach3 Ver. R3.043.062
machscreen ver. 1.57

114
Machscreen Screen Designer / Re: MachScreen scroll bar
« on: April 29, 2013, 12:32:24 PM »
Thanks Klaus,
just to let ya'll know, it does the same in mach3.
blinks I mean :)

115
Machscreen Screen Designer / Re: MachScreen scroll bar
« on: April 29, 2013, 10:55:47 AM »
signed ...   leading 2 ...   trailing 3 ... double
preceding text  X ... a space after the X.
the other two dros(84 & 85) have the same format.
Thanks

116
Machscreen Screen Designer / Re: MachScreen scroll bar
« on: April 29, 2013, 09:18:16 AM »
but now this. I have a mach coor dro(83) for X.
when I open mach3, I get below pic. it changes from
+1.#S0 and +0.00.


117
Machscreen Screen Designer / Re: MachScreen scroll bar
« on: April 29, 2013, 07:55:39 AM »
NVM, being dumb on Monday.
window wasn't maximized

118
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 !


119
General Mach Discussion / Re: Disable Sound
« on: April 10, 2013, 05:56:50 AM »
the above gives that error.had to go back to what i had.
this is the code...

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

120
General Mach Discussion / Re: Disable Sound
« on: April 10, 2013, 05:40:22 AM »
in the pic i have user dro(1010). below standard button then the userlabel1.
the button has the below script. i type a number in the dro and click convert.
the label then changes to Inch or Metric. just a simple inch/metric converter.
when i close mach3 and later open, the userlabel1 is not shown. i would like it to
show the last state it was in when i last close mach3.

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

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 »