Hello Guest it is March 29, 2024, 09:49:04 AM

Author Topic: Use other application to control MACH3  (Read 1773 times)

0 Members and 1 Guest are viewing this topic.

Use other application to control MACH3
« on: March 24, 2018, 07:37:58 AM »
Hi everybody,

I'm programming the C# app to control MACH3. My application will open MACH3 and press the RESET button automactically.




I configed MACH3 as imges above. On MACH3 window, when I press "q" key, it works perfectly. The reset button was clicked.
But when I use my C# app to simulate a "q" key press on MACH3, nothing happend. (I use SendKeys.Send method in my app)

Any idea?  ???