Hello Mach3 users and team,
I'm using Mach3 from some time already and it fits currently my needs with Mach3 2010 Screenset.
I'd like to do something which looks super easy but I cannot find how to do it !
Here is my problem:
When a tool change is requested, the spindle stops automatically.
I have to be close enough from CNC and check there is no noise anymore. In most case, I can hear it
but sometimes, I don't, and I waste time !
I'd like to patch a VB script (.m1s) so, when the spindle stop (Tool change, or end of program)
a DOS script would be called that contains a script that would send a message to my phone through Telegram.
The Telegram feature is OK, I use it widely on my home automation system, which runs under linux.
I am much more confortable in Linux than Windows, and I must admit that I'm not able to find a clear solution
for my need, even after hour of VB script hacking.
Which macro should I modify and how, just to call a script "notify.bat" for example ?
Here is the info for Telegram messaging in case someone needs it.
https://stackoverflow.com/questions/68213124/telegram-example-of-how-to-use-curl-for-windows-10-to-message-myself-with-a-bot Thank you for your help !