Just want to make sure I did not miss something in the doc. Suppose I wan't
to register a python callback from the linuxcnc python module, e.g. once
per servo thread, it is not possible, right?


def my_function():
    print("servo thread tick!")

linuxcnc.something.set_callback(my_function);

thanks!
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to