Search found 2 matches

by brettbond
Tue Feb 04, 2025 11:40 am
Forum: Centroid CNC12 APi Discussions
Topic: Jog from API?
Replies: 3
Views: 1982

Re: Jog from API?

@cncsw thanks for the tip, I managed to get jogging working by setting skin event state using: cnc_pipe.plc.SetSkinEventState To change from continuous to incremental jogging I check the LED state and look for bit 25, then based on that I "push" the button with skin event 26. I save the st...
This post has been liked 0 time(s).
by brettbond
Sat Feb 01, 2025 8:23 pm
Forum: Centroid CNC12 APi Discussions
Topic: Jog from API?
Replies: 3
Views: 1982

Jog from API?

I've found most things in the API OK, but the one thing I can't seem to locate is a jog function similar to what happens when you press the UI buttons to jog the machine. Ideally here's what I'd like to do: * Jog continuous, adjust the jog rate and change the axis as I go. * Jog incremental: step fr...
This post has been liked 0 time(s).