Hello Guest it is April 28, 2024, 03:24:07 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 - Bill_O

541
PoKeys / z axis
« on: May 19, 2009, 10:01:25 AM »
How do I set up PoKeys to use an analog input for the Z axis?
Bill

542
General Mach Discussion / Re: button code
« on: April 30, 2009, 12:20:17 PM »
I think I did make and use a transparent png for the button but I will check.
Thanks everyone,
Bill

543
General Mach Discussion / button code
« on: April 28, 2009, 09:00:07 AM »
I have the following code in a button.
There are 4 buttons and I only want the one clicked on to have the led turned on.
Each button has 2 leds.
One is around the button and changes color and the other is a fake button that sits over a transparent button.
The led that is around the button always works.
The led that is a fake button usually does not change.
What am I doing wrong?

If (GetUserLED (1141) = 1) Then
SetUserLED (1141, 0)
Else
If (GetUserLED (1142) = 1) Then
SetUserLED (1142, 0)
Else
If (GetUserLED (1143) = 1) Then
SetUserLED (1143, 0)
End If 
End If
End If 
SetUserLED (1140 , 1)

Bill

544
General Mach Discussion / Re: init.m1s
« on: March 30, 2009, 10:50:47 AM »
Tweakie,
If it was me running the machine no problem. I have to make this as easy as possible for the operator. The less they have to do the less likely something will get forgotten or not done.
Bill

545
General Mach Discussion / Re: init.m1s
« on: March 30, 2009, 10:48:18 AM »
Scott,
Thanks again. Just what I needed.
Bill

546
General Mach Discussion / init.m1s
« on: March 30, 2009, 08:59:44 AM »
If I make a macro called "init.m1s", to ensure leds are turned off, does it run only when mach starts?
Bill

547
Scott,
Ignore me I can obviously not read. I see it in your list now.
Bill

548
Scott,
One more send keys. If you need to send an enter.

Sendkeys "{Enter} , True"

We found this one when you were here to help with my tcp camera issue.
Bill

549
Bill,

You could probably modify this code I did to do 3 or more files.
http://www.machsupport.com/forum/index.php/topic,10910.0.html

Bill

550
Scott,
Like many that have answered I can not help very much but could really use this.
Bill