Where can I find information on how to support a toolchanger with UCCNC? Doing a c# plug-in is no problem, but I do need a starting point as to how UCCNC supports ATCs.
Regards,
Ray L.
Vmax549 wrote:Hi Ray I can send you a working example of a carrosel type tool changer routine if you need it. Not fancy but it works every day.
(;-) TP
cncdrive wrote:Yes, you could invoke the plugins and then your plugin could catch your package and could use it and could do it's thing and return the control when finished to let the UCCNC countinue the other codes execution.
So, you are right, this way you could handle even the whole tool change procedure in a plugin instead of a macro. The M6 macro would be only the "glue".
cncdrive wrote:Yes, it's ofcourse possible.
The button codes 20000 to 21999 call the same macro number directly when the button is pressed.
And then you can code the dialog in the macro.
You can also create Forms in the macro and can handle the Form events after the #Events keyword in the macro file.
Or you can call your plugin and handle the rest in the plugin.
Users browsing this forum: No registered users and 1 guest