Thanks for a good & stable program you have developed, i like it.
But I miss a function:
Acoustic Button Feedback.
In my case, the computer is located far from the CNC machine, but is controlled by wireless mouse & keyboard & long cables.
Therefore, I have connected a buzzer to a free output on my AXBB-E controller. In this case, Port1, Pin17
And pasted the following code into macro M6 / M31 to get an acoustic feedback at tool changes & MessageBox popup.
My desire is to get similar feedback for all keystrokes in the rest of the program, If possible!?
- Code: Select all
exec.Setoutpin (1,17);
exec.Wait (100);
exec.Clroutpin (1,17);