Hello Guest it is April 28, 2024, 03:19:55 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.


Topics - 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 / 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