Hello Guest it is April 25, 2024, 04:36:58 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 - happytriger2000

Pages: « 1 2 3
21
General Mach Discussion / Re: Macropump help
« on: September 08, 2007, 02:08:49 AM »
Hi here is a little example maby it can help you...there will not be any multiple keystrokes.

If GetInput (64) < 50 Then           'check if up button
   SetDRO(21,GetDRO(21)+10)      'Feedrate up 10%
      While GetInput (64) < 50    ??'Stay here until button released
      sleep(100)
      Wend
End If



If GetInput (64) > 151 And GetInput (64) < 250 Then          'check if down button
   SetDRO(21,GetDRO(21)-10)            ? ???????? ??????'Feedrate down 10%
      While GetInput (64) > 151 And GetInput (64) < 250    ??#039;Stay here until button released
      sleep(100)
      Wend
End If





Hi all,
       Im building a MPG Pendent, and Im having trouble loading codes to run my mpg, can anyone guide me on how to load a code to C:\Mach3\macros\Modio?

thanks,

Freddy

Pages: « 1 2 3