Hello Guest it is April 23, 2024, 11:28:29 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 - amnon

Pages: « 1 2 3 4 »
21
General Mach Discussion / Re: new button and led
« on: March 08, 2015, 12:46:23 PM »
Hej Hood,

Your code works fine, now I try to add next UserLED to probe button. My intension is to set my LED when a probe button was pressed, and turn them off when probing is finished. I add to macropump
Code: [Select]
If button34 = 1 Then
SetUserLED(1406,1)
Else
SetUserLED(1406,0)
End if

but It doesn't work.
It is a little strange for me, that all buttons with my different macros have the same number 34. Can I change a button number?

Amnon

22
General Mach Discussion / Re: SetToolParam()
« on: February 21, 2015, 02:12:15 PM »

Thanks, works.

Amnon

23
General Mach Discussion / SetToolParam()
« on: February 20, 2015, 02:36:14 PM »
Hej,

How can I set Tool 1 Length to 200 using function SetToolParam()

Best Regards
Amnon

24
G-Code, CAD, and CAM discussions / CIMCO
« on: February 15, 2015, 06:52:17 AM »
Hej,

How can I set material zero in CIMCO?

Best Regards
Amnon

25
General Mach Discussion / Re: new button and led
« on: February 08, 2015, 09:14:06 AM »
Signification of my LED is to show me that my button was pressed. So I want it on, when feed rate is changening by pushing my button.

Amnon

26
General Mach Discussion / Re: new button and led
« on: February 08, 2015, 09:02:29 AM »
Thank's Hood,
But, what code should I add to this one, to turn on my LEDS

Amnon

27
General Mach Discussion / Re: new button and led
« on: February 07, 2015, 02:24:41 PM »
Code: [Select]
SetOEMDRO(818, 10000)
If GetOemLed (14)=0 Then 
'Code "(I am turning on Joge)"
DoOEMButton(103)
Else
End If

28
General Mach Discussion / Re: new button and led
« on: February 07, 2015, 03:44:08 AM »

My button is changing Feed Rate and turning on JOG, if it is not active. When I push it, macro is changing Feed Rate and turn on 1 LED, then check if JOG is active or not and then turning on LED.

Amnon

29
General Mach Discussion / Re: new button and led
« on: February 05, 2015, 06:33:07 AM »
When I push a button my led does not turn on. Wrong OEM LED number?  What number should I used.

Respect
Amnon

30
General Mach Discussion / Re: new button and led
« on: February 01, 2015, 03:25:16 PM »
Thank's Hood,
Is it a VB button, if I create It in Mach Screen? hmmm... How can I create such a button in VB, VB studio?

Amnon

Pages: « 1 2 3 4 »