Hello Guest it is April 29, 2024, 02:31:52 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 - copeau

Pages: 1
1
VB and the development of wizards / DoOemButton(307)
« on: September 08, 2011, 03:20:09 PM »
Hello,
 I bought a "cnc manual remote controller" on e-bay. To make it work, I have to change the hotkey for x + / x-/ y + ... If I do this, I can not move my lines with arrows. I tried to make a macro to solve this problem (which probably was in the adobe forum, but I do not metrisable English very well). I associate the macro to a button on my screen.

 DoOemButton (307)
 'axis does not stop

 or
 SenKeys (39)
 'it does not work

 or
 DoOemButton (307)
 Sleep 1
 DoOemButton (1003)
 'it works, but at low speed

 Could you give me a hand? Thank you.

2
VB and the development of wizards / Re: VBA Excel and Mach3
« on: August 12, 2011, 06:08:00 AM »
Thank you for your answers. I'll try the method of BR5 .. Good idea!
 PS: I estimated the editor vbmach not very friendly for help and keyboarding semiautomatic

3
VB and the development of wizards / VBA Excel and Mach3
« on: August 11, 2011, 05:06:16 AM »
Hello,
 I made a small program in vba excel to reate a g-code.
 Excel creates a text file of the g-code.
 I want VBA Excel to automatically send the g-code in mach3.
 How can I do?
 Thank you.

Pages: 1